diff options
author | 2015-05-15 07:10:08 +0000 | |
---|---|---|
committer | 2015-05-15 07:10:08 +0000 | |
commit | ccc0ace3a991ce181d54f8d0fdf3277476cedbbb (patch) | |
tree | 5321cbb3e82c20da455bed2fd6a309917bcb01a3 /dev-python/flake8 | |
parent | ppc stable wrt bug #530600 (diff) | |
download | gentoo-2-ccc0ace3a991ce181d54f8d0fdf3277476cedbbb.tar.gz gentoo-2-ccc0ace3a991ce181d54f8d0fdf3277476cedbbb.tar.bz2 gentoo-2-ccc0ace3a991ce181d54f8d0fdf3277476cedbbb.zip |
ppc64 stable wrt bug #530600
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-python/flake8')
-rw-r--r-- | dev-python/flake8/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/flake8/flake8-2.2.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/flake8/ChangeLog b/dev-python/flake8/ChangeLog index 0a8299a43963..25a7a8caba96 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.36 2015/05/15 07:06:42 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/flake8/ChangeLog,v 1.37 2015/05/15 07:10:08 pacho Exp $ + + 15 May 2015; Pacho Ramos <pacho@gentoo.org> flake8-2.2.5.ebuild: + ppc64 stable wrt bug #530600 15 May 2015; Pacho Ramos <pacho@gentoo.org> flake8-2.2.5.ebuild: ppc stable wrt bug #530600 diff --git a/dev-python/flake8/flake8-2.2.5.ebuild b/dev-python/flake8/flake8-2.2.5.ebuild index 6b8837037af7..d99dbc69e897 100644 --- a/dev-python/flake8/flake8-2.2.5.ebuild +++ b/dev-python/flake8/flake8-2.2.5.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.2.5.ebuild,v 1.6 2015/05/15 07:06:42 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/flake8/flake8-2.2.5.ebuild,v 1.7 2015/05/15 07:10:08 pacho Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} ) @@ -11,7 +11,7 @@ DESCRIPTION="A wrapper around PyFlakes, pep8 & mccabe" HOMEPAGE="http://bitbucket.org/tarek/flake8 https://pypi.python.org/pypi/flake8" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" -KEYWORDS="alpha amd64 arm hppa ~ia64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux" +KEYWORDS="alpha amd64 arm hppa ~ia64 ppc ppc64 x86 ~amd64-linux ~x86-linux" IUSE="test" LICENSE="MIT" SLOT="0" |