Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/libvirt-python/
Date: Mon, 05 Oct 2020 23:24:46
Message-Id: 1601940279.fc36817a3e23146d24d02317f4656cee41715058.sam@gentoo
1 commit: fc36817a3e23146d24d02317f4656cee41715058
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 5 23:23:29 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 5 23:24:39 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc36817a
7
8 dev-python/libvirt-python: Stabilize 6.7.0 x86, #739948
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-python/libvirt-python/libvirt-python-6.7.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/libvirt-python/libvirt-python-6.7.0.ebuild b/dev-python/libvirt-python/libvirt-python-6.7.0.ebuild
16 index bf460f69f25..c8cc20f3c01 100644
17 --- a/dev-python/libvirt-python/libvirt-python-6.7.0.ebuild
18 +++ b/dev-python/libvirt-python/libvirt-python-6.7.0.ebuild
19 @@ -17,7 +17,7 @@ if [[ ${PV} = *9999* ]]; then
20 RDEPEND="app-emulation/libvirt:=[-python(-)]"
21 else
22 SRC_URI="https://libvirt.org/sources/python/${MY_P}.tar.gz"
23 - KEYWORDS="amd64 ~arm64 ~ppc64 ~x86"
24 + KEYWORDS="amd64 ~arm64 ~ppc64 x86"
25 RDEPEND="app-emulation/libvirt:0/${PV}"
26 fi
27 S="${WORKDIR}/${P%_rc*}"