Gentoo Archives: gentoo-commits

From: Matt Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/cinder/
Date: Fri, 28 Sep 2018 20:33:49
Message-Id: 1538166767.710407d7404d7c73b7dc1220f3c0a9238a824b3f.prometheanfire@gentoo
1 commit: 710407d7404d7c73b7dc1220f3c0a9238a824b3f
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 28 20:19:17 2018 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 28 20:32:47 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=710407d7
7
8 sys-cluster/cinder: 13.0.0 stable amd64 and x86
9
10 Package-Manager: Portage-2.3.49, Repoman-2.3.11
11
12 sys-cluster/cinder/cinder-13.0.0.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/sys-cluster/cinder/cinder-13.0.0.ebuild b/sys-cluster/cinder/cinder-13.0.0.ebuild
16 index 08199f011f4..bee3c5d75f1 100644
17 --- a/sys-cluster/cinder/cinder-13.0.0.ebuild
18 +++ b/sys-cluster/cinder/cinder-13.0.0.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2018 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -17,7 +17,7 @@ if [[ ${PV} == *9999 ]];then
26 else
27 SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/cinder/rocky/cinder.conf.sample -> cinder.conf.sample-${PV}
28 https://tarballs.openstack.org/${PN}/${P}.tar.gz"
29 - KEYWORDS="~amd64 ~arm64 ~x86"
30 + KEYWORDS="amd64 ~arm64 x86"
31 fi
32
33 LICENSE="Apache-2.0"