diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-05-30 14:57:18 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-05-30 16:37:51 +0200 |
commit | f69712a8f1d7e61750dd844b705cec5076caea25 (patch) | |
tree | 2a0f2bfdc54387d501a8c49550788dd0b92520ec /dev-python/twine | |
parent | dev-python/twine: Keyword 1.15.0 ppc, #726188 (diff) | |
download | gentoo-f69712a8f1d7e61750dd844b705cec5076caea25.tar.gz gentoo-f69712a8f1d7e61750dd844b705cec5076caea25.tar.bz2 gentoo-f69712a8f1d7e61750dd844b705cec5076caea25.zip |
dev-python/twine: Keyword 3.1.1 ppc, #726188
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/twine')
-rw-r--r-- | dev-python/twine/twine-3.1.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/twine/twine-3.1.1.ebuild b/dev-python/twine/twine-3.1.1.ebuild index ea4092454f05..988cd29b5bf8 100644 --- a/dev-python/twine/twine-3.1.1.ebuild +++ b/dev-python/twine/twine-3.1.1.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 ~ppc64 ~sparc x86" +KEYWORDS="~alpha amd64 ~arm64 ~ppc ~ppc64 ~sparc x86" IUSE="test" RESTRICT="!test? ( test )" |