commit: 03225715650e6668075da874c7c0c5b8de8b374e
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 5 09:35:39 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jul 5 09:44:56 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03225715
dev-python/docopt: Bump to EAPI 7
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/docopt/docopt-0.6.2-r3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/docopt/docopt-0.6.2-r3.ebuild
b/dev-python/docopt/docopt-0.6.2-r3.ebuild
index 1ea687432a5..e125fea5dc0 100644
--- a/dev-python/docopt/docopt-0.6.2-r3.ebuild
+++ b/dev-python/docopt/docopt-0.6.2-r3.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=7
PYTHON_COMPAT=( python2_7 python3_{5,6} pypy pypy3 )