Gentoo Archives: gentoo-commits

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