Gentoo Archives: gentoo-commits

From: Ian Delaney <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/mccabe/
Date: Sat, 20 Feb 2016 03:22:35
Message-Id: 1455937366.1c5e717d11a5b2ecc8853337ecf1860d3e770913.idella4@gentoo
1 commit: 1c5e717d11a5b2ecc8853337ecf1860d3e770913
2 Author: Ian Delaney <idella4 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 20 03:02:46 2016 +0000
4 Commit: Ian Delaney <idella4 <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 20 03:02:46 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c5e717d
7
8 dev-python/mccabe: bump EAPI to 6 in vn. 0.4.0
9
10 ack by maintainer in person in #irc
11
12 Package-Manager: portage-2.2.26
13
14 dev-python/mccabe/mccabe-0.4.0.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-python/mccabe/mccabe-0.4.0.ebuild b/dev-python/mccabe/mccabe-0.4.0.ebuild
18 index 035d0cc..9e42e08 100644
19 --- a/dev-python/mccabe/mccabe-0.4.0.ebuild
20 +++ b/dev-python/mccabe/mccabe-0.4.0.ebuild
21 @@ -2,7 +2,7 @@
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 -EAPI=5
26 +EAPI=6
27
28 PYTHON_COMPAT=( python2_7 python3_{3,4,5} )