diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2020-01-26 14:21:08 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2020-01-26 14:24:13 -0600 |
commit | a0b199b5fd71a7342267deda3c328e4e73968267 (patch) | |
tree | eaf0475ee98e77d75cb972dfaa5af02c4afc66dc /dev-python/stestr | |
parent | dev-python/cliff: add ppc64 keyword under ALLARCHES for cliff (diff) | |
download | gentoo-a0b199b5fd71a7342267deda3c328e4e73968267.tar.gz gentoo-a0b199b5fd71a7342267deda3c328e4e73968267.tar.bz2 gentoo-a0b199b5fd71a7342267deda3c328e4e73968267.zip |
dev-python/stestr: add ppc64 KEYWORD under ALLARCHES for hacking
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'dev-python/stestr')
-rw-r--r-- | dev-python/stestr/stestr-2.1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/stestr/stestr-2.1.0.ebuild b/dev-python/stestr/stestr-2.1.0.ebuild index 18acb832372e..2a44ac818bcb 100644 --- a/dev-python/stestr/stestr-2.1.0.ebuild +++ b/dev-python/stestr/stestr-2.1.0.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" #KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~x86 ~amd64-linux ~x86-linux" -KEYWORDS="amd64 arm64 hppa ~mips s390 x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 arm64 hppa ~mips ~ppc64 s390 x86 ~amd64-linux ~x86-linux" IUSE="" CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]" |