diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-01-28 12:32:32 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-01-28 12:32:32 +0100 |
commit | 62620e935ef124aa0e8add5cffc1fb3a66e812ce (patch) | |
tree | 36e045a9f6c3b9ec6a663ed3783aacb9ed5a4fe9 /dev-python/restkit | |
parent | Revert "dev-python/scripttest: ~x86 keyword wrt bug #700918" (diff) | |
download | gentoo-62620e935ef124aa0e8add5cffc1fb3a66e812ce.tar.gz gentoo-62620e935ef124aa0e8add5cffc1fb3a66e812ce.tar.bz2 gentoo-62620e935ef124aa0e8add5cffc1fb3a66e812ce.zip |
Revert "dev-python/restkit: ~x86 keyword wrt bug #700918"
This reverts commit 225e09eadd8f99e059852c505592c1f2720a611b.
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-python/restkit')
-rw-r--r-- | dev-python/restkit/restkit-4.2.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/restkit/restkit-4.2.2.ebuild b/dev-python/restkit/restkit-4.2.2.ebuild index e858a9bffd0f..44cb6a1db701 100644 --- a/dev-python/restkit/restkit-4.2.2.ebuild +++ b/dev-python/restkit/restkit-4.2.2.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ppc64 s390 ~sh ~x86" +KEYWORDS="amd64 ~arm ~arm64 ppc64 s390 ~sh x86" IUSE="+cli doc examples test" RESTRICT="!test? ( test )" |