diff options
author | 2020-03-29 08:49:28 +0200 | |
---|---|---|
committer | 2020-03-29 08:49:28 +0200 | |
commit | d7bc010ee06665d5ac42964060708f14c3b9bee9 (patch) | |
tree | f4bf8bdfcadc50a11c3434a0592065ad24d56222 /dev-python/rdflib | |
parent | dev-python/rdflib: Mark ALLARCHES (diff) | |
download | gentoo-d7bc010ee06665d5ac42964060708f14c3b9bee9.tar.gz gentoo-d7bc010ee06665d5ac42964060708f14c3b9bee9.tar.bz2 gentoo-d7bc010ee06665d5ac42964060708f14c3b9bee9.zip |
dev-python/rdflib: Stabilize 4.2.2-r1 ALLARCHES
Closes: https://bugs.gentoo.org/711706
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/rdflib')
-rw-r--r-- | dev-python/rdflib/rdflib-4.2.2-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/rdflib/rdflib-4.2.2-r1.ebuild b/dev-python/rdflib/rdflib-4.2.2-r1.ebuild index e44194ec0bc5..63f2018d3db3 100644 --- a/dev-python/rdflib/rdflib-4.2.2-r1.ebuild +++ b/dev-python/rdflib/rdflib-4.2.2-r1.ebuild @@ -18,7 +18,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux" IUSE="doc berkdb examples mysql redland sqlite test" RESTRICT="!test? ( test )" |