diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2021-01-15 12:49:20 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2021-01-15 12:51:06 -0600 |
commit | f6ee8b27c30aa6fb1fa27e8a2a14b445ff57c5f2 (patch) | |
tree | 50e1822bbd11d2066143895a761161833c7c40c9 /sys-cluster/cinder | |
parent | dev-python/svgwrite: Bump to 1.4.1 (diff) | |
download | gentoo-f6ee8b27c30aa6fb1fa27e8a2a14b445ff57c5f2.tar.gz gentoo-f6ee8b27c30aa6fb1fa27e8a2a14b445ff57c5f2.tar.bz2 gentoo-f6ee8b27c30aa6fb1fa27e8a2a14b445ff57c5f2.zip |
sys-cluster/cinder: 16.2.1 stable amd64/x86
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'sys-cluster/cinder')
-rw-r--r-- | sys-cluster/cinder/cinder-16.2.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-cluster/cinder/cinder-16.2.1.ebuild b/sys-cluster/cinder/cinder-16.2.1.ebuild index 3065830afe0f..39e74e08f6b7 100644 --- a/sys-cluster/cinder/cinder-16.2.1.ebuild +++ b/sys-cluster/cinder/cinder-16.2.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -18,7 +18,7 @@ if [[ ${PV} == *9999 ]];then else SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/cinder/ussuri/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" |