summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2020-03-25 15:02:05 +0100
committerAgostino Sarubbo <ago@gentoo.org>2020-03-25 15:17:00 +0100
commit20b76ac501b88625b7818810509aebd90c157acd (patch)
tree2bb6aac14fe09a246917d7a09e13bcd9f6edda6a /dev-python/twine
parentdev-python/portend: amd64 stable wrt bug #714532 (diff)
downloadgentoo-20b76ac501b88625b7818810509aebd90c157acd.tar.gz
gentoo-20b76ac501b88625b7818810509aebd90c157acd.tar.bz2
gentoo-20b76ac501b88625b7818810509aebd90c157acd.zip
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 <ago@gentoo.org>
Diffstat (limited to 'dev-python/twine')
-rw-r--r--dev-python/twine/twine-3.0.0.ebuild4
1 files changed, 2 insertions, 2 deletions
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}]"