Gentoo Archives: gentoo-commits

From: Alessandro Barbieri <lssndrbarbieri@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: sys-cluster/placement/
Date: Sun, 26 Sep 2021 19:34:40
Message-Id: 1632684791.448cbc5374edb64116cb16f1791f22740c27051f.Alessandro-Barbieri@gentoo
1 commit: 448cbc5374edb64116cb16f1791f22740c27051f
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Sun Sep 26 19:33:11 2021 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Sun Sep 26 19:33:11 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=448cbc53
7
8 sys-cluster/placement: unkeyword 4.0.0 for ~arm64, ~x86
9
10 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
11
12 sys-cluster/placement/placement-4.0.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-cluster/placement/placement-4.0.0.ebuild b/sys-cluster/placement/placement-4.0.0.ebuild
16 index efec5d30c..539a5b269 100644
17 --- a/sys-cluster/placement/placement-4.0.0.ebuild
18 +++ b/sys-cluster/placement/placement-4.0.0.ebuild
19 @@ -16,7 +16,7 @@ if [[ ${PV} == *9999 ]];then
20 else
21 SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/placement/victoria/placement.conf.sample -> placement.conf.sample-${PV}
22 https://tarballs.openstack.org/${PN}/openstack-${P}.tar.gz"
23 - KEYWORDS="~amd64 ~arm64 ~x86"
24 + KEYWORDS="~amd64"
25 S="${WORKDIR}/openstack-${P}"
26 fi