Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/libvirt-python/
Date: Sun, 26 May 2019 22:27:32
Message-Id: 1558909616.17eed9767d7c9f734acafb8dfdb5dbcf409e347e.whissi@gentoo
1 commit: 17eed9767d7c9f734acafb8dfdb5dbcf409e347e
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 26 22:18:49 2019 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sun May 26 22:26:56 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17eed976
7
8 dev-python/libvirt-python: x86 stable (bug #686026)
9
10 Package-Manager: Portage-2.3.67, Repoman-2.3.13
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 dev-python/libvirt-python/libvirt-python-5.2.0.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-python/libvirt-python/libvirt-python-5.2.0.ebuild b/dev-python/libvirt-python/libvirt-python-5.2.0.ebuild
17 index 5059927ccfd..b0d227f81e1 100644
18 --- a/dev-python/libvirt-python/libvirt-python-5.2.0.ebuild
19 +++ b/dev-python/libvirt-python/libvirt-python-5.2.0.ebuild
20 @@ -13,11 +13,11 @@ if [[ ${PV} = *9999* ]]; then
21 inherit git-r3
22 EGIT_REPO_URI="https://libvirt.org/git/libvirt-python.git"
23 SRC_URI=""
24 - KEYWORDS="amd64"
25 + KEYWORDS="amd64 x86"
26 RDEPEND="app-emulation/libvirt:=[-python(-)]"
27 else
28 SRC_URI="https://libvirt.org/sources/python/${MY_P}.tar.gz"
29 - KEYWORDS="amd64 ~arm64 ~x86"
30 + KEYWORDS="amd64 ~arm64 x86"
31 RDEPEND="app-emulation/libvirt:0/${PV}"
32 fi
33 S="${WORKDIR}/${P%_rc*}"