diff options
author | Patrick McLean <patrick.mclean@sony.com> | 2020-05-06 18:35:30 -0700 |
---|---|---|
committer | Patrick McLean <chutzpah@gentoo.org> | 2020-05-06 18:35:30 -0700 |
commit | 89e10850a6de6491dd35b7589a605373036fff20 (patch) | |
tree | f0828687668c6c133a9c48c6c61695aba0a18fd3 /dev-python/python-gflags | |
parent | dev-python/oauth2client-4.1.3-r1: revbump, EAPI=7, add py38 (diff) | |
download | gentoo-89e10850a6de6491dd35b7589a605373036fff20.tar.gz gentoo-89e10850a6de6491dd35b7589a605373036fff20.tar.bz2 gentoo-89e10850a6de6491dd35b7589a605373036fff20.zip |
dev-python/python-gflags-3.1.2-r1: add py38
Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Diffstat (limited to 'dev-python/python-gflags')
-rw-r--r-- | dev-python/python-gflags/python-gflags-3.1.2-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/python-gflags/python-gflags-3.1.2-r1.ebuild b/dev-python/python-gflags/python-gflags-3.1.2-r1.ebuild index bfac54e02434..9a25317e4632 100644 --- a/dev-python/python-gflags/python-gflags-3.1.2-r1.ebuild +++ b/dev-python/python-gflags/python-gflags-3.1.2-r1.ebuild @@ -4,7 +4,7 @@ EAPI=7 DISTUTILS_USE_SETUPTOOLS=no -PYTHON_COMPAT=( python{2_7,3_6,3_7} ) +PYTHON_COMPAT=( python{2_7,3_{6,7,8}} ) inherit distutils-r1 |