diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-05-30 11:40:39 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-05-30 13:51:31 +0200 |
commit | 7529b53eb2928ed7593769fc95f5bc9a82fc3a30 (patch) | |
tree | ad03d5de6d6d8eab0250f5fc1e65e8977d02471c /dev-python/twine | |
parent | dev-python/keyring: Keyword 21.2.1 ppc64, #726188 (diff) | |
download | gentoo-7529b53eb2928ed7593769fc95f5bc9a82fc3a30.tar.gz gentoo-7529b53eb2928ed7593769fc95f5bc9a82fc3a30.tar.bz2 gentoo-7529b53eb2928ed7593769fc95f5bc9a82fc3a30.zip |
dev-python/twine: Keyword 1.15.0 ppc64, #726188
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/twine')
-rw-r--r-- | dev-python/twine/twine-1.15.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/twine/twine-1.15.0.ebuild b/dev-python/twine/twine-1.15.0.ebuild index 685e99a4a62d..c0cbf6e4ad47 100644 --- a/dev-python/twine/twine-1.15.0.ebuild +++ b/dev-python/twine/twine-1.15.0.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/pypa/twine/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~alpha amd64 ~arm64 ~hppa ~sparc x86" +KEYWORDS="~alpha amd64 ~arm64 ~hppa ~ppc64 ~sparc x86" IUSE="test" RESTRICT="!test? ( test )" |