diff options
author | Ian Delaney <idella4@gentoo.org> | 2016-02-20 11:02:46 +0800 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2016-02-20 11:02:46 +0800 |
commit | 1c5e717d11a5b2ecc8853337ecf1860d3e770913 (patch) | |
tree | eb7200f05bfae9e7bffc8407ae2a3529b09ce85e /dev-python | |
parent | Merge remote-tracking branch 'remotes/Coacher/mpv-bug-575146' (diff) | |
download | gentoo-1c5e717d11a5b2ecc8853337ecf1860d3e770913.tar.gz gentoo-1c5e717d11a5b2ecc8853337ecf1860d3e770913.tar.bz2 gentoo-1c5e717d11a5b2ecc8853337ecf1860d3e770913.zip |
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
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/mccabe/mccabe-0.4.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/mccabe/mccabe-0.4.0.ebuild b/dev-python/mccabe/mccabe-0.4.0.ebuild index 035d0cc667ad..9e42e089054b 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} ) |