diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-03-24 21:41:40 -0700 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-03-24 22:08:48 -0700 |
commit | 18fb82b8c9c5a64479a2ee742f80777a50ae6a1a (patch) | |
tree | 75b1582b49ece9d8373db90d982700854f961f31 /dev-python/argcomplete | |
parent | net-libs/glib-networking: Version bump to 2.64.0 (diff) | |
download | gentoo-18fb82b8c9c5a64479a2ee742f80777a50ae6a1a.tar.gz gentoo-18fb82b8c9c5a64479a2ee742f80777a50ae6a1a.tar.bz2 gentoo-18fb82b8c9c5a64479a2ee742f80777a50ae6a1a.zip |
dev-python/argcomplete: keyword on ~ppc64, bug #707350
couple of failed tcsh tests
Package-Manager: Portage-2.3.95, Repoman-2.3.21
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'dev-python/argcomplete')
-rw-r--r-- | dev-python/argcomplete/argcomplete-1.11.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/argcomplete/argcomplete-1.11.1.ebuild b/dev-python/argcomplete/argcomplete-1.11.1.ebuild index fea616da13d9..1083cee24b85 100644 --- a/dev-python/argcomplete/argcomplete-1.11.1.ebuild +++ b/dev-python/argcomplete/argcomplete-1.11.1.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~x86 ~amd64-linux ~x86-linux ~x64-macos" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x64-macos" IUSE="test" RESTRICT="!test? ( test )" |