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: Wed, 01 Jan 2020 15:30:53
Message-Id: 1577892617.2aca647f0d91236efa783a113f378c1e43c8c754.ago@gentoo
1 commit: 2aca647f0d91236efa783a113f378c1e43c8c754
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 1 15:30:17 2020 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 1 15:30:17 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2aca647f
7
8 dev-python/libvirt-python: amd64 stable wrt bug #704402
9
10 Package-Manager: Portage-2.3.79, Repoman-2.3.16
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.8.0.ebuild | 6 +++---
15 1 file changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/dev-python/libvirt-python/libvirt-python-5.8.0.ebuild b/dev-python/libvirt-python/libvirt-python-5.8.0.ebuild
18 index d493d3d2b91..1892301a5cd 100644
19 --- a/dev-python/libvirt-python/libvirt-python-5.8.0.ebuild
20 +++ b/dev-python/libvirt-python/libvirt-python-5.8.0.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2019 Gentoo Authors
23 +# Copyright 1999-2020 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 @@ -13,11 +13,11 @@ if [[ ${PV} = *9999* ]]; then
28 inherit git-r3
29 EGIT_REPO_URI="https://libvirt.org/git/libvirt-python.git"
30 SRC_URI=""
31 - KEYWORDS=""
32 + KEYWORDS="amd64"
33 RDEPEND="app-emulation/libvirt:=[-python(-)]"
34 else
35 SRC_URI="https://libvirt.org/sources/python/${MY_P}.tar.gz"
36 - KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
37 + KEYWORDS="amd64 ~arm64 ~ppc64 ~x86"
38 RDEPEND="app-emulation/libvirt:0/${PV}"
39 fi
40 S="${WORKDIR}/${P%_rc*}"