Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/libvirt/
Date: Sat, 28 Dec 2019 21:33:08
Message-Id: 1577568766.bf5d5f1749abbcadfddd24b73f57039429d2cf09.gyakovlev@gentoo
1 commit: bf5d5f1749abbcadfddd24b73f57039429d2cf09
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 28 21:29:56 2019 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 28 21:32:46 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf5d5f17
7
8 app-emulation/libvirt: sync live ebuild keywords
9
10 Closes: https://bugs.gentoo.org/679888
11 Package-Manager: Portage-2.3.84, Repoman-2.3.20
12 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
13
14 app-emulation/libvirt/libvirt-9999.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/app-emulation/libvirt/libvirt-9999.ebuild b/app-emulation/libvirt/libvirt-9999.ebuild
18 index 4761c3ff2cf..033d4a551e9 100644
19 --- a/app-emulation/libvirt/libvirt-9999.ebuild
20 +++ b/app-emulation/libvirt/libvirt-9999.ebuild
21 @@ -15,7 +15,7 @@ if [[ ${PV} = *9999* ]]; then
22 SLOT="0"
23 else
24 SRC_URI="https://libvirt.org/sources/${P}.tar.xz"
25 - KEYWORDS="~amd64 ~arm64 ~x86"
26 + KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
27 SLOT="0/${PV}"
28 fi