diff options
-rw-r--r-- | dev-python/flake8/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/flake8/flake8-2.2.5.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/flake8/ChangeLog b/dev-python/flake8/ChangeLog index 82e6b60c0c8c..b9a96b3e7576 100644 --- a/dev-python/flake8/ChangeLog +++ b/dev-python/flake8/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/flake8 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/flake8/ChangeLog,v 1.21 2014/12/30 10:10:15 jer Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/flake8/ChangeLog,v 1.22 2015/01/01 21:23:37 maekke Exp $ + + 01 Jan 2015; Markus Meier <maekke@gentoo.org> flake8-2.2.5.ebuild: + arm stable, bug #530600 30 Dec 2014; Jeroen Roovers <jer@gentoo.org> flake8-2.2.5.ebuild: Stable for HPPA (bug #530600). diff --git a/dev-python/flake8/flake8-2.2.5.ebuild b/dev-python/flake8/flake8-2.2.5.ebuild index 6583aaf64107..daa48db89b50 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-2014 Gentoo Foundation +# 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.2 2014/12/30 10:10:15 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/flake8/flake8-2.2.5.ebuild,v 1.3 2015/01/01 21:23:37 maekke 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" |