diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2014-07-20 11:05:24 +0000 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2014-07-20 11:05:24 +0000 |
commit | 746e4910f732f66166452288a16fb7836b909a09 (patch) | |
tree | 3dd887df67f53d68a85d5a9d5435630b5d759a2e /dev-python/flake8 | |
parent | Keyworded on alpha, bug #508282 (diff) | |
download | gentoo-2-746e4910f732f66166452288a16fb7836b909a09.tar.gz gentoo-2-746e4910f732f66166452288a16fb7836b909a09.tar.bz2 gentoo-2-746e4910f732f66166452288a16fb7836b909a09.zip |
Keyworded on alpha, bug #508282
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key CE5D54E8)
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 cea352be8868..eef27bf7c41d 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.14 2014/07/20 09:45:32 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/flake8/ChangeLog,v 1.15 2014/07/20 11:05:24 klausman Exp $ + + 20 Jul 2014; Tobias Klausmann <klausman@gentoo.org> flake8-2.0.ebuild: + Keyworded on alpha, bug #508282 20 Jul 2014; Tobias Klausmann <klausman@gentoo.org> flake8-2.1.0.ebuild: Keyworded on alpha, bug #508282 diff --git a/dev-python/flake8/flake8-2.0.ebuild b/dev-python/flake8/flake8-2.0.ebuild index be78434e310e..725a2719edf9 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.9 2014/06/08 09:25:13 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/flake8/flake8-2.0.ebuild,v 1.10 2014/07/20 11:05:24 klausman 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 ~arm ~hppa ~ia64 x86" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 x86" IUSE="test" LICENSE="MIT" SLOT="0" |