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, 07 May 2017 10:34:22
Message-Id: 1494153242.5941956e5fff20f3241f0ac59853cda78d8a4b6f.ago@gentoo
1 commit: 5941956e5fff20f3241f0ac59853cda78d8a4b6f
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 7 10:34:02 2017 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Sun May 7 10:34:02 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5941956e
7
8 dev-python/libvirt-python: amd64 stable wrt bug #617656
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.1
11 RepoMan-Options: --include-arches="amd64"
12 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
13
14 dev-python/libvirt-python/libvirt-python-3.2.0.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-python/libvirt-python/libvirt-python-3.2.0.ebuild b/dev-python/libvirt-python/libvirt-python-3.2.0.ebuild
18 index f93eb35e154..c7930e15b36 100644
19 --- a/dev-python/libvirt-python/libvirt-python-3.2.0.ebuild
20 +++ b/dev-python/libvirt-python/libvirt-python-3.2.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=""
26 + KEYWORDS="amd64"
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*}"