diff options
author | Aaron Bauman <bman@gentoo.org> | 2019-11-30 00:21:32 -0500 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-11-30 00:21:51 -0500 |
commit | 5c38ce66a56c50dd477a51d0ef7f2f4a31284aea (patch) | |
tree | 11326b7f150cde9673e7e721d6d240d87385c4a9 /dev-python/scripttest | |
parent | dev-python/sphinx-testing: arm64 keyworded for 1.0.1 (diff) | |
download | gentoo-5c38ce66a56c50dd477a51d0ef7f2f4a31284aea.tar.gz gentoo-5c38ce66a56c50dd477a51d0ef7f2f4a31284aea.tar.bz2 gentoo-5c38ce66a56c50dd477a51d0ef7f2f4a31284aea.zip |
dev-python/scripttest: arm64 keyworded for 1.3.0
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'dev-python/scripttest')
-rw-r--r-- | dev-python/scripttest/scripttest-1.3.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/scripttest/scripttest-1.3.0.ebuild b/dev-python/scripttest/scripttest-1.3.0.ebuild index 476a53290c92..74484b477b52 100644 --- a/dev-python/scripttest/scripttest-1.3.0.ebuild +++ b/dev-python/scripttest/scripttest-1.3.0.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/pypa/scripttest/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 x86" +KEYWORDS="amd64 ~arm64 x86" BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" |