diff options
author | 2015-10-14 18:07:16 +0200 | |
---|---|---|
committer | 2015-10-14 18:07:16 +0200 | |
commit | d1ab8862793b23fd1f84584716414e9621246126 (patch) | |
tree | 8fc6edc9ff590308480d151b8ebbebfb0c540076 /dev-python/rdflib/rdflib-4.2.1.ebuild | |
parent | dev-python/sphinx_rtd_theme: Readd dropped last stable version (diff) | |
download | gentoo-d1ab8862793b23fd1f84584716414e9621246126.tar.gz gentoo-d1ab8862793b23fd1f84584716414e9621246126.tar.bz2 gentoo-d1ab8862793b23fd1f84584716414e9621246126.zip |
dev-python/rdflib: Keyword under ALLARCHES policy
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=518436
Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python/rdflib/rdflib-4.2.1.ebuild')
-rw-r--r-- | dev-python/rdflib/rdflib-4.2.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/rdflib/rdflib-4.2.1.ebuild b/dev-python/rdflib/rdflib-4.2.1.ebuild index b6e665ff172b..aaeaf53790e0 100644 --- a/dev-python/rdflib/rdflib-4.2.1.ebuild +++ b/dev-python/rdflib/rdflib-4.2.1.ebuild @@ -18,7 +18,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" IUSE="doc berkdb examples mysql redland sqlite test" RDEPEND=" |