diff options
author | Markus Meier <maekke@gentoo.org> | 2014-05-04 16:16:02 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2014-05-04 16:16:02 +0000 |
commit | abe23f7ccaa8493fcb9a5badf8eed4eb3b245b9f (patch) | |
tree | 5e74802152e009f459998f2511074af4646d7237 /dev-python/flake8 | |
parent | add ~arm, bug #508282 (diff) | |
download | gentoo-2-abe23f7ccaa8493fcb9a5badf8eed4eb3b245b9f.tar.gz gentoo-2-abe23f7ccaa8493fcb9a5badf8eed4eb3b245b9f.tar.bz2 gentoo-2-abe23f7ccaa8493fcb9a5badf8eed4eb3b245b9f.zip |
add ~arm, bug #508282
(Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
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 7dbf5f4aac54..97abe78b0b96 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.10 2014/04/25 14:24:25 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/flake8/ChangeLog,v 1.11 2014/05/04 16:16:02 maekke Exp $ + + 04 May 2014; Markus Meier <maekke@gentoo.org> flake8-2.0.ebuild: + add ~arm, bug #508282 25 Apr 2014; Jeroen Roovers <jer@gentoo.org> flake8-2.0.ebuild, flake8-2.1.0.ebuild: diff --git a/dev-python/flake8/flake8-2.0.ebuild b/dev-python/flake8/flake8-2.0.ebuild index 29cdaf92f992..e558e75e67c9 100644 --- a/dev-python/flake8/flake8-2.0.ebuild +++ b/dev-python/flake8/flake8-2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 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.7 2014/04/25 14:24:25 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/flake8/flake8-2.0.ebuild,v 1.8 2014/05/04 16:16:02 maekke 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 ~hppa x86" +KEYWORDS="amd64 ~arm ~hppa x86" IUSE="test" LICENSE="MIT" SLOT="0" |