diff options
Diffstat (limited to 'sys-cluster/cinder/cinder-13.0.7.ebuild')
-rw-r--r-- | sys-cluster/cinder/cinder-13.0.7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-cluster/cinder/cinder-13.0.7.ebuild b/sys-cluster/cinder/cinder-13.0.7.ebuild index dedea484546e..b599d7a7b07b 100644 --- a/sys-cluster/cinder/cinder-13.0.7.ebuild +++ b/sys-cluster/cinder/cinder-13.0.7.ebuild @@ -17,7 +17,7 @@ if [[ ${PV} == *9999 ]];then else SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/cinder/rocky/cinder.conf.sample -> cinder.conf.sample-${PV} https://tarballs.openstack.org/${PN}/${P}.tar.gz" - KEYWORDS="~amd64 ~arm64 ~x86" + KEYWORDS="amd64 ~arm64 x86" fi LICENSE="Apache-2.0" |