Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/libvirt-python/
Date: Wed, 02 Jan 2019 10:02:37
Message-Id: 1546423254.87f019d5eab8f2d5ca67800b290db58969a323cf.zlogene@gentoo
1 commit: 87f019d5eab8f2d5ca67800b290db58969a323cf
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 2 10:00:54 2019 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 2 10:00:54 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87f019d5
7
8 dev-python/libvirt-python: amd64 stable wrt bug #673734
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 dev-python/libvirt-python/libvirt-python-4.9.0.ebuild | 6 +++---
14 1 file changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/dev-python/libvirt-python/libvirt-python-4.9.0.ebuild b/dev-python/libvirt-python/libvirt-python-4.9.0.ebuild
17 index c3935e1caee..e071f09b538 100644
18 --- a/dev-python/libvirt-python/libvirt-python-4.9.0.ebuild
19 +++ b/dev-python/libvirt-python/libvirt-python-4.9.0.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Authors
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -13,11 +13,11 @@ if [[ ${PV} = *9999* ]]; then
27 inherit git-r3
28 EGIT_REPO_URI="https://libvirt.org/git/libvirt-python.git"
29 SRC_URI=""
30 - KEYWORDS="x86"
31 + KEYWORDS="amd64 x86"
32 RDEPEND="app-emulation/libvirt:=[-python(-)]"
33 else
34 SRC_URI="https://libvirt.org/sources/python/${MY_P}.tar.gz"
35 - KEYWORDS="~amd64 ~arm64 x86"
36 + KEYWORDS="amd64 ~arm64 x86"
37 RDEPEND="app-emulation/libvirt:0/${PV}"
38 fi
39 S="${WORKDIR}/${P%_rc*}"