commit: 1c5e717d11a5b2ecc8853337ecf1860d3e770913
Author: Ian Delaney <idella4 <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 20 03:02:46 2016 +0000
Commit: Ian Delaney <idella4 <AT> gentoo <DOT> org>
CommitDate: Sat Feb 20 03:02:46 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c5e717d
dev-python/mccabe: bump EAPI to 6 in vn. 0.4.0
ack by maintainer in person in #irc
Package-Manager: portage-2.2.26
dev-python/mccabe/mccabe-0.4.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/mccabe/mccabe-0.4.0.ebuild
b/dev-python/mccabe/mccabe-0.4.0.ebuild
index 035d0cc..9e42e08 100644
--- a/dev-python/mccabe/mccabe-0.4.0.ebuild
+++ b/dev-python/mccabe/mccabe-0.4.0.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
+EAPI=6
PYTHON_COMPAT=( python2_7 python3_{3,4,5} )