diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2020-02-11 14:56:58 +0300 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2020-02-11 15:02:47 +0300 |
commit | 68241f94502187d2197f25c4b95fbd7ee9b1514c (patch) | |
tree | 0bc01257b9a69e9ae43f9e08eb0d33bca52f01d4 /dev-python/scripttest | |
parent | net-libs/libnatpmp: Clean up patches (diff) | |
download | gentoo-68241f94502187d2197f25c4b95fbd7ee9b1514c.tar.gz gentoo-68241f94502187d2197f25c4b95fbd7ee9b1514c.tar.bz2 gentoo-68241f94502187d2197f25c4b95fbd7ee9b1514c.zip |
dev-python/scripttest: Add ~arm
Package-Manager: Portage-2.3.86, Repoman-2.3.20
Signed-off-by: Alexey Shvetsov <alexxy@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 946ea360010b..0c579f9104b6 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 arm64 ~hppa ~sparc x86" +KEYWORDS="amd64 ~arm arm64 ~hppa ~sparc x86" BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" |