diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2016-02-26 13:45:04 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2016-02-26 13:45:04 -0600 |
commit | cca53700c15c187981a7c932a3e7ed2bcd9d0a05 (patch) | |
tree | 7e68fddcb8c7d34aab060fda25140e9818b6a4ad /dev-python/PyECLib | |
parent | dev-python/argcomplete: Bump (diff) | |
download | gentoo-cca53700c15c187981a7c932a3e7ed2bcd9d0a05.tar.gz gentoo-cca53700c15c187981a7c932a3e7ed2bcd9d0a05.tar.bz2 gentoo-cca53700c15c187981a7c932a3e7ed2bcd9d0a05.zip |
adding arm64 keyword to C based openstack packages
Diffstat (limited to 'dev-python/PyECLib')
-rw-r--r-- | dev-python/PyECLib/PyECLib-1.0.7-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/PyECLib/PyECLib-1.0.7-r2.ebuild b/dev-python/PyECLib/PyECLib-1.0.7-r2.ebuild index 3465006f5322..e933c5439f62 100644 --- a/dev-python/PyECLib/PyECLib-1.0.7-r2.ebuild +++ b/dev-python/PyECLib/PyECLib-1.0.7-r2.ebuild @@ -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" |