commit: 76dcbf9575307030c97c75b842d02c7e1ea004e9
Author: Patrick McLean <patrick.mclean <AT> sony <DOT> com>
AuthorDate: Wed Jul 17 02:47:55 2019 +0000
Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Wed Jul 17 03:34:37 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76dcbf95
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 <AT> gentoo.org>
.../{python-gflags-3.1.2.ebuild => python-gflags-3.1.2-r1.ebuild} | 6 +++---
1 file 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
similarity index 89%
rename from dev-python/python-gflags/python-gflags-3.1.2.ebuild
rename to dev-python/python-gflags/python-gflags-3.1.2-r1.ebuild
index fbe985dcaf5..645b558ba52 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