adding arm64 keyword to C based openstack packages

This commit is contained in:
Matthew Thode
2016-02-26 13:45:04 -06:00
parent 2213667c2b
commit cca53700c1
4 changed files with 4 additions and 4 deletions

View File

@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 x86"
KEYWORDS="amd64 ~arm64 x86"
IUSE="test"
CDEPEND="dev-libs/jerasure"