diff options
author | Matt Turner <mattst88@gentoo.org> | 2020-04-26 16:27:21 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2020-04-26 17:44:13 -0700 |
commit | 2175c427a0cc699c39454ebbb5a067f53da8957b (patch) | |
tree | 42c93045a5d5d6c1bf62f3e2e40d87e6e82b3154 /dev-python/scripttest | |
parent | dev-python/pip: Keyword 20.0.2 ppc, #719700 (diff) | |
download | gentoo-2175c427a0cc699c39454ebbb5a067f53da8957b.tar.gz gentoo-2175c427a0cc699c39454ebbb5a067f53da8957b.tar.bz2 gentoo-2175c427a0cc699c39454ebbb5a067f53da8957b.zip |
dev-python/scripttest: Keyword 1.3.0 ppc64, #719700
Signed-off-by: Matt Turner <mattst88@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 a49bb08323c5..14c1d7cfa6b9 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="~alpha amd64 ~arm arm64 ~hppa ~ppc ~sparc x86" +KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ppc ~ppc64 ~sparc x86" BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" |