diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-03-20 15:17:18 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-03-20 15:17:18 +0100 |
commit | bb273e8687ec0db2f7c56799c4137d01a9e458f5 (patch) | |
tree | 7450ebb49739064823ad0774b11f4d793be4beb7 /dev-python/packaging | |
parent | app-i18n/ibus: ppc64 stable wrt bug #695526 (diff) | |
download | gentoo-bb273e8687ec0db2f7c56799c4137d01a9e458f5.tar.gz gentoo-bb273e8687ec0db2f7c56799c4137d01a9e458f5.tar.bz2 gentoo-bb273e8687ec0db2f7c56799c4137d01a9e458f5.zip |
dev-python/packaging: arm64/hppa/m68k/sh stable, (ALLARCHES policy) wrt bug #711678
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-python/packaging')
-rw-r--r-- | dev-python/packaging/packaging-20.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/packaging/packaging-20.1.ebuild b/dev-python/packaging/packaging-20.1.ebuild index 5a49fb750f7a..c98fcff8a7bd 100644 --- a/dev-python/packaging/packaging-20.1.ebuild +++ b/dev-python/packaging/packaging-20.1.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" SLOT="0" LICENSE="|| ( Apache-2.0 BSD-2 )" -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test" RESTRICT="!test? ( test )" |