commit: e34f81717a534260ff900ad9300509126a175c46
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 7 19:31:50 2018 +0000
Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Thu Jun 7 19:53:29 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e34f8171
dev-python/betamax: add keywords arm and ppc64 under allarches
Package-Manager: Portage-2.3.40, Repoman-2.3.9
dev-python/betamax/betamax-0.8.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/betamax/betamax-0.8.0.ebuild
b/dev-python/betamax/betamax-0.8.0.ebuild
index f66e5666a2c..e5be7c43646 100644
--- a/dev-python/betamax/betamax-0.8.0.ebuild
+++ b/dev-python/betamax/betamax-0.8.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~arm ~ppc64 x86"
IUSE="test"
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]"