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, 04 Jun 2017 10:34:29
Message-Id: 1496572338.699c18163cec294ae0d702af7ac3b636e0af9a3a.ago@gentoo
1 commit: 699c18163cec294ae0d702af7ac3b636e0af9a3a
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 4 10:32:18 2017 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 4 10:32:18 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=699c1816
7
8 app-emulation/libvirt: amd64 stable wrt bug #620518
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 app-emulation/libvirt/libvirt-3.3.0.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/app-emulation/libvirt/libvirt-3.3.0.ebuild b/app-emulation/libvirt/libvirt-3.3.0.ebuild
18 index 674ea5e9798..25e5664cd70 100644
19 --- a/app-emulation/libvirt/libvirt-3.3.0.ebuild
20 +++ b/app-emulation/libvirt/libvirt-3.3.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=""
26 + KEYWORDS="amd64"
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