From: Agostino Sarubbo Date: Wed, 25 Mar 2020 14:02:05 +0000 (+0100) Subject: dev-python/twine: amd64 stable wrt bug #714532 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=20b76ac501b88625b7818810509aebd90c157acd;p=gentoo.git dev-python/twine: amd64 stable wrt bug #714532 Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo --- diff --git a/dev-python/twine/twine-3.0.0.ebuild b/dev-python/twine/twine-3.0.0.ebuild index 75c85fccf49a..a17698e87241 100644 --- a/dev-python/twine/twine-3.0.0.ebuild +++ b/dev-python/twine/twine-3.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -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="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="test" CDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"