dev-python/twine: added ~arm64 keyword

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Roy Bamford <neddyseagoon@gentoo.org>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Roy Bamford
2020-03-03 20:42:57 +00:00
committed by Michał Górny
parent d23c461a2c
commit 2024a8f6d6

View File

@@ -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 ~hppa ~sparc x86"
KEYWORDS="amd64 ~arm64 ~hppa ~sparc x86"
IUSE="test"
CDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"