From: Roy Bamford Date: Tue, 3 Mar 2020 16:14:45 +0000 (+0000) Subject: dev-python/twine: added ~arm64 keyword X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d23c461a2c51bfb29cde1114d10dba415f2a7afa;p=gentoo.git dev-python/twine: added ~arm64 keyword Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Roy Bamford Signed-off-by: Michał Górny --- diff --git a/dev-python/twine/twine-3.1.1.ebuild b/dev-python/twine/twine-3.1.1.ebuild index 7c6580ab609f..a45c94443184 100644 --- a/dev-python/twine/twine-3.1.1.ebuild +++ b/dev-python/twine/twine-3.1.1.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 ~arm64 ~x86" IUSE="test" CDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"