summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2014-08-20 20:29:46 +0000
committerAnthony G. Basile <blueness@gentoo.org>2014-08-20 20:29:46 +0000
commit9a5a09f56fedde12a54c36fa428e8fed07562ec9 (patch)
tree857df27f9f9efa5cea04bf4e53de9be29a03e3f5 /dev-python
parentbumped EAPI to 5; committed directly to stable as no other changes present an... (diff)
downloadgentoo-2-9a5a09f56fedde12a54c36fa428e8fed07562ec9.tar.gz
gentoo-2-9a5a09f56fedde12a54c36fa428e8fed07562ec9.tar.bz2
gentoo-2-9a5a09f56fedde12a54c36fa428e8fed07562ec9.zip
Keyword ~ppc ~ppc64, bug #508282
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/mccabe/ChangeLog5
-rw-r--r--dev-python/mccabe/mccabe-0.2.1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/mccabe/ChangeLog b/dev-python/mccabe/ChangeLog
index a4c5f1d69288..577f74db3679 100644
--- a/dev-python/mccabe/ChangeLog
+++ b/dev-python/mccabe/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/mccabe
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/mccabe/ChangeLog,v 1.9 2014/07/20 11:06:08 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/mccabe/ChangeLog,v 1.10 2014/08/20 20:29:46 blueness Exp $
+
+ 20 Aug 2014; Anthony G. Basile <blueness@gentoo.org> mccabe-0.2.1.ebuild:
+ Keyword ~ppc ~ppc64, bug #508282
20 Jul 2014; Tobias Klausmann <klausman@gentoo.org> mccabe-0.2.1.ebuild:
Keyworded on alpha, bug #508282
diff --git a/dev-python/mccabe/mccabe-0.2.1.ebuild b/dev-python/mccabe/mccabe-0.2.1.ebuild
index 50382141d2cb..dd9ef1f410c1 100644
--- a/dev-python/mccabe/mccabe-0.2.1.ebuild
+++ b/dev-python/mccabe/mccabe-0.2.1.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/mccabe/mccabe-0.2.1.ebuild,v 1.9 2014/07/20 11:06:08 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/mccabe/mccabe-0.2.1.ebuild,v 1.10 2014/08/20 20:29:46 blueness Exp $
EAPI=5
@@ -12,7 +12,7 @@ DESCRIPTION="a plugin for flake8"
HOMEPAGE="https://github.com/flintwork/mccabe"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 x86"
IUSE=""
LICENSE="MIT"
SLOT="0"