Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/libvirt/
Date: Sun, 07 May 2017 10:36:51
Message-Id: 1494153376.06ae1026c15f74cc272e813afeb08dd4468fbb96.ago@gentoo
1 commit: 06ae1026c15f74cc272e813afeb08dd4468fbb96
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 7 10:36:16 2017 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Sun May 7 10:36:16 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06ae1026
7
8 app-emulation/libvirt: x86 stable wrt bug #617656
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 app-emulation/libvirt/libvirt-3.2.0.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/app-emulation/libvirt/libvirt-3.2.0.ebuild b/app-emulation/libvirt/libvirt-3.2.0.ebuild
18 index 25e5664cd70..66c3fa5acfb 100644
19 --- a/app-emulation/libvirt/libvirt-3.2.0.ebuild
20 +++ b/app-emulation/libvirt/libvirt-3.2.0.ebuild
21 @@ -9,7 +9,7 @@ if [[ ${PV} = *9999* ]]; then
22 inherit git-r3
23 EGIT_REPO_URI="git://libvirt.org/libvirt.git"
24 SRC_URI=""
25 - KEYWORDS="amd64"
26 + KEYWORDS="amd64 x86"
27 SLOT="0"
28 else
29 # Versions with 4 numbers are stable updates:
30 @@ -18,7 +18,7 @@ else
31 else
32 SRC_URI="http://libvirt.org/sources/${P}.tar.xz"
33 fi
34 - KEYWORDS="amd64 ~x86"
35 + KEYWORDS="amd64 x86"
36 SLOT="0/${PV}"
37 fi