Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/libvirt-python/
Date: Mon, 03 Feb 2020 12:38:18
Message-Id: 1580733468.e3fe663da958ec5294841251fc39bc1ec383a471.ago@gentoo
1 commit: e3fe663da958ec5294841251fc39bc1ec383a471
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 3 12:37:48 2020 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 3 12:37:48 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3fe663d
7
8 dev-python/libvirt-python: amd64 stable wrt bug #707982
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 RepoMan-Options: --include-arches="amd64"
12 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
13
14 dev-python/libvirt-python/libvirt-python-5.10.0.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-python/libvirt-python/libvirt-python-5.10.0.ebuild b/dev-python/libvirt-python/libvirt-python-5.10.0.ebuild
18 index 607c6f77b7f..74b6dcf32ae 100644
19 --- a/dev-python/libvirt-python/libvirt-python-5.10.0.ebuild
20 +++ b/dev-python/libvirt-python/libvirt-python-5.10.0.ebuild
21 @@ -13,11 +13,11 @@ if [[ ${PV} = *9999* ]]; then
22 inherit git-r3
23 EGIT_REPO_URI="https://libvirt.org/git/libvirt-python.git"
24 SRC_URI=""
25 - KEYWORDS=""
26 + KEYWORDS="amd64"
27 RDEPEND="app-emulation/libvirt:=[-python(-)]"
28 else
29 SRC_URI="https://libvirt.org/sources/python/${MY_P}.tar.gz"
30 - KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
31 + KEYWORDS="amd64 ~arm64 ~ppc64 ~x86"
32 RDEPEND="app-emulation/libvirt:0/${PV}"
33 fi
34 S="${WORKDIR}/${P%_rc*}"