diff options
author | Patrick McLean <patrick.mclean@sony.com> | 2019-07-16 19:47:55 -0700 |
---|---|---|
committer | Patrick McLean <chutzpah@gentoo.org> | 2019-07-16 20:34:37 -0700 |
commit | 76dcbf9575307030c97c75b842d02c7e1ea004e9 (patch) | |
tree | 3240caea4c9c5a8647149d0d5283060d3d8f43e1 /dev-python/python-gflags | |
parent | profiles/: Fix bad entry in package.mask for dev-perl/libvorbis-perl (diff) | |
download | gentoo-76dcbf9575307030c97c75b842d02c7e1ea004e9.tar.gz gentoo-76dcbf9575307030c97c75b842d02c7e1ea004e9.tar.bz2 gentoo-76dcbf9575307030c97c75b842d02c7e1ea004e9.zip |
dev-python/python-gflags: Revbump, add python3_7, move to EAPI=7
Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.69, Repoman-2.3.16
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 (renamed from dev-python/python-gflags/python-gflags-3.1.2.ebuild) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/python-gflags/python-gflags-3.1.2.ebuild b/dev-python/python-gflags/python-gflags-3.1.2-r1.ebuild index fbe985dcaf55..645b558ba52b 100644 --- a/dev-python/python-gflags/python-gflags-3.1.2.ebuild +++ b/dev-python/python-gflags/python-gflags-3.1.2-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="6" +EAPI=7 -PYTHON_COMPAT=( python{2_7,3_6} pypy ) +PYTHON_COMPAT=( python{2_7,3_6,3_7} pypy ) inherit distutils-r1 |