diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-07-30 09:07:05 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-07-30 09:07:05 +0000 |
commit | b1e373d75ad9318d6f85097a455e095421142809 (patch) | |
tree | 5f29627c815710f1e4be9c5fcdea5e321585aa52 /dev-python/mccabe | |
parent | Stable for amd64, wrt bug #450086 (diff) | |
download | gentoo-2-b1e373d75ad9318d6f85097a455e095421142809.tar.gz gentoo-2-b1e373d75ad9318d6f85097a455e095421142809.tar.bz2 gentoo-2-b1e373d75ad9318d6f85097a455e095421142809.zip |
Stable for amd64, wrt bug #450086
(Portage version: 2.1.13.1/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-python/mccabe')
-rw-r--r-- | dev-python/mccabe/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/mccabe/mccabe-0.2.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/mccabe/ChangeLog b/dev-python/mccabe/ChangeLog index 124aef1edaba..f2aa5245c8ff 100644 --- a/dev-python/mccabe/ChangeLog +++ b/dev-python/mccabe/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/mccabe # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/mccabe/ChangeLog,v 1.1 2013/05/31 07:53:17 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/mccabe/ChangeLog,v 1.2 2013/07/30 09:07:05 ago Exp $ + + 30 Jul 2013; Agostino Sarubbo <ago@gentoo.org> mccabe-0.2.1.ebuild: + Stable for amd64, wrt bug #450086 *mccabe-0.2.1 (31 May 2013) diff --git a/dev-python/mccabe/mccabe-0.2.1.ebuild b/dev-python/mccabe/mccabe-0.2.1.ebuild index 8604509c6441..6de164f615a1 100644 --- a/dev-python/mccabe/mccabe-0.2.1.ebuild +++ b/dev-python/mccabe/mccabe-0.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/mccabe/mccabe-0.2.1.ebuild,v 1.1 2013/05/31 07:53:17 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/mccabe/mccabe-0.2.1.ebuild,v 1.2 2013/07/30 09:07:05 ago Exp $ EAPI=5 @@ -12,7 +12,7 @@ DESCRIPTION="a plugin for flake8" HOMEPAGE="https://github.com/flintwork/mccabe" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="" LICENSE="MIT" SLOT="0" |