Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/cinder/
Date: Sun, 01 Jul 2018 15:19:51
Message-Id: 1530458371.b0d644a96fc31efec78a79a914993be791605c52.pacho@gentoo
1 commit: b0d644a96fc31efec78a79a914993be791605c52
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 1 15:17:15 2018 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 1 15:19:31 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0d644a9
7
8 sys-cluster/cinder: amd64 stable, bug #659300
9
10 Package-Manager: Portage-2.3.41, Repoman-2.3.9
11
12 sys-cluster/cinder/cinder-12.0.3.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-cluster/cinder/cinder-12.0.3.ebuild b/sys-cluster/cinder/cinder-12.0.3.ebuild
16 index b4978e98b3f..e77a4c84d04 100644
17 --- a/sys-cluster/cinder/cinder-12.0.3.ebuild
18 +++ b/sys-cluster/cinder/cinder-12.0.3.ebuild
19 @@ -17,7 +17,7 @@ if [[ ${PV} == *9999 ]];then
20 else
21 SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/cinder/queens/cinder.conf.sample -> queens-cinder.conf.sample
22 https://tarballs.openstack.org/${PN}/${P}.tar.gz"
23 - KEYWORDS="~amd64 ~arm64 ~x86"
24 + KEYWORDS="amd64 ~arm64 ~x86"
25 fi
26
27 LICENSE="Apache-2.0"