diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-03-26 15:22:35 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-03-26 15:50:17 +0100 |
commit | cb42be87fe9cef20c0d992e6cdf54150d577e948 (patch) | |
tree | 5eeedfd0c3c6ebd4cb2b8e1aa82999d0d8d9a1c8 | |
parent | dev-python/cliff: Mark ALLARCHES (diff) | |
download | gentoo-cb42be87fe9cef20c0d992e6cdf54150d577e948.tar.gz gentoo-cb42be87fe9cef20c0d992e6cdf54150d577e948.tar.bz2 gentoo-cb42be87fe9cef20c0d992e6cdf54150d577e948.zip |
dev-python/cliff: Stabilize 2.18.0 ALLARCHES
Closes: https://bugs.gentoo.org/714292
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | dev-python/cliff/cliff-2.18.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/cliff/cliff-2.18.0.ebuild b/dev-python/cliff/cliff-2.18.0.ebuild index b1ed35b18ac9..dd19b0fbb89d 100644 --- a/dev-python/cliff/cliff-2.18.0.ebuild +++ b/dev-python/cliff/cliff-2.18.0.ebuild @@ -18,7 +18,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ~arm64 ~hppa ~mips ~ppc64 ~s390 x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 arm64 hppa ~mips ~ppc64 s390 x86 ~amd64-linux ~x86-linux" IUSE="test" RESTRICT="!test? ( test )" |