diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-05-03 12:29:02 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-05-03 12:29:02 +0200 |
commit | 91e1115472f4a927761f837d10ce0fd2f9961db5 (patch) | |
tree | f363ce12311ec6b916fd66655e49ea8fc2e72290 /dev-python/twine | |
parent | dev-python/tinycss2: x86 stable wrt bug #720644 (diff) | |
download | gentoo-91e1115472f4a927761f837d10ce0fd2f9961db5.tar.gz gentoo-91e1115472f4a927761f837d10ce0fd2f9961db5.tar.bz2 gentoo-91e1115472f4a927761f837d10ce0fd2f9961db5.zip |
dev-python/twine: x86 stable wrt bug #720652
Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@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 e395d7f54d25..6b1e17bcd56a 100644 --- a/dev-python/twine/twine-3.1.1.ebuild +++ b/dev-python/twine/twine-3.1.1.ebuild @@ -13,7 +13,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 ~x86" +KEYWORDS="~alpha amd64 ~arm64 x86" IUSE="test" CDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" |