diff options
Diffstat (limited to 'sys-cluster/cinder/cinder-13.0.2.ebuild')
-rw-r--r-- | sys-cluster/cinder/cinder-13.0.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-cluster/cinder/cinder-13.0.2.ebuild b/sys-cluster/cinder/cinder-13.0.2.ebuild index 995a9db17c09..a8e41663d73e 100644 --- a/sys-cluster/cinder/cinder-13.0.2.ebuild +++ b/sys-cluster/cinder/cinder-13.0.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -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" |