diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-04-14 12:49:44 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-04-14 12:49:44 +0000 |
commit | 54b1f09760bd49969947005d4fdd9576eede9094 (patch) | |
tree | 0041d6cf83a9bac1bf42bfeec1a5dcf6608dc3f2 /dev-python/flake8 | |
parent | Stable for ia64, wrt bug #540290 (diff) | |
download | gentoo-2-54b1f09760bd49969947005d4fdd9576eede9094.tar.gz gentoo-2-54b1f09760bd49969947005d4fdd9576eede9094.tar.bz2 gentoo-2-54b1f09760bd49969947005d4fdd9576eede9094.zip |
Stable for ia64, wrt bug #540290
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ia64", 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-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/flake8/ChangeLog b/dev-python/flake8/ChangeLog index 7eefa1247245..b811fc0ccc6c 100644 --- a/dev-python/flake8/ChangeLog +++ b/dev-python/flake8/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/flake8 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/flake8/ChangeLog,v 1.34 2015/04/13 09:27:45 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/flake8/ChangeLog,v 1.35 2015/04/14 12:49:44 ago Exp $ + + 14 Apr 2015; Agostino Sarubbo <ago@gentoo.org> flake8-2.0-r1.ebuild: + Stable for ia64, wrt bug #540290 13 Apr 2015; Agostino Sarubbo <ago@gentoo.org> flake8-2.0-r1.ebuild: Stable for alpha, wrt bug #540290 diff --git a/dev-python/flake8/flake8-2.0-r1.ebuild b/dev-python/flake8/flake8-2.0-r1.ebuild index cacef3cd032a..0d9e85c4fd4b 100644 --- a/dev-python/flake8/flake8-2.0-r1.ebuild +++ b/dev-python/flake8/flake8-2.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/flake8/flake8-2.0-r1.ebuild,v 1.8 2015/04/13 09:27:45 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/flake8/flake8-2.0-r1.ebuild,v 1.9 2015/04/14 12:49:44 ago Exp $ EAPI=5 @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 x86" +KEYWORDS="alpha amd64 ~arm ~hppa ia64 ppc ppc64 x86" IUSE="test" DEPEND=" |