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: Sun, 04 Jun 2017 10:43:12
Message-Id: 1496572945.bdbb5a06edfa285c57f9e496091a3d5fbdf47d37.ago@gentoo
1 commit: bdbb5a06edfa285c57f9e496091a3d5fbdf47d37
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 4 10:41:51 2017 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 4 10:42:25 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdbb5a06
7
8 dev-python/libvirt-python: x86 stable wrt bug #620518
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.1
11 RepoMan-Options: --include-arches="x86"
12 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
13
14 dev-python/libvirt-python/libvirt-python-3.3.0.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-python/libvirt-python/libvirt-python-3.3.0.ebuild b/dev-python/libvirt-python/libvirt-python-3.3.0.ebuild
18 index c7930e15b36..7361e9b767d 100644
19 --- a/dev-python/libvirt-python/libvirt-python-3.3.0.ebuild
20 +++ b/dev-python/libvirt-python/libvirt-python-3.3.0.ebuild
21 @@ -13,11 +13,11 @@ if [[ ${PV} = *9999* ]]; then
22 inherit git-r3
23 EGIT_REPO_URI="git://libvirt.org/libvirt-python.git"
24 SRC_URI=""
25 - KEYWORDS="amd64"
26 + KEYWORDS="amd64 x86"
27 RDEPEND="app-emulation/libvirt:=[-python(-)]"
28 else
29 SRC_URI="http://libvirt.org/sources/python/${MY_P}.tar.gz"
30 - KEYWORDS="amd64 ~x86"
31 + KEYWORDS="amd64 x86"
32 RDEPEND="app-emulation/libvirt:0/${PV}"
33 fi
34 S="${WORKDIR}/${P%_rc*}"