diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-07-30 09:07:01 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-07-30 09:07:01 +0000 |
commit | 49bbeb06bb35925c336624f0314fd838954f827d (patch) | |
tree | 09ec02c76b43707baac671a7ed08cb839cab7e72 /dev-python/flake8 | |
parent | Stable for amd64, wrt bug #450086 (diff) | |
download | gentoo-2-49bbeb06bb35925c336624f0314fd838954f827d.tar.gz gentoo-2-49bbeb06bb35925c336624f0314fd838954f827d.tar.bz2 gentoo-2-49bbeb06bb35925c336624f0314fd838954f827d.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/flake8')
-rw-r--r-- | dev-python/flake8/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/flake8/flake8-2.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/flake8/ChangeLog b/dev-python/flake8/ChangeLog index 82b683ed21b2..c01baad7f96e 100644 --- a/dev-python/flake8/ChangeLog +++ b/dev-python/flake8/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/flake8 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/flake8/ChangeLog,v 1.2 2013/06/07 10:01:33 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/flake8/ChangeLog,v 1.3 2013/07/30 09:07:01 ago Exp $ + + 30 Jul 2013; Agostino Sarubbo <ago@gentoo.org> flake8-2.0.ebuild: + Stable for amd64, wrt bug #450086 07 Jun 2013; Ian Delaney <idella4@gentoo.org> flake8-2.0.ebuild: Set mccabe to PDEPEND, fixes Bug #472442 diff --git a/dev-python/flake8/flake8-2.0.ebuild b/dev-python/flake8/flake8-2.0.ebuild index e43e2a045a71..c058bab37d92 100644 --- a/dev-python/flake8/flake8-2.0.ebuild +++ b/dev-python/flake8/flake8-2.0.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/flake8/flake8-2.0.ebuild,v 1.2 2013/06/07 10:01:33 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/flake8/flake8-2.0.ebuild,v 1.3 2013/07/30 09:07:01 ago Exp $ EAPI=5 @@ -12,7 +12,7 @@ DESCRIPTION="A wrapper around PyFlakes, pep8 & mccabe" HOMEPAGE="http://bitbucket.org/tarek/flake8" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="" LICENSE="MIT" SLOT="0" |