Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/libvirt/
Date: Sun, 01 Apr 2018 16:10:15
Message-Id: 1522598942.9c596ef2a9fe300810bc4e19910c753a2270d9bf.bman@gentoo
1 commit: 9c596ef2a9fe300810bc4e19910c753a2270d9bf
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 1 15:28:02 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 1 16:09:02 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c596ef2
7
8 app-emulation/libvirt: amd64 stable
9
10 Bug: https://bugs.gentoo.org/651866
11 Package-Manager: Portage-2.3.27, Repoman-2.3.9
12
13 app-emulation/libvirt/libvirt-4.1.0-r3.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/app-emulation/libvirt/libvirt-4.1.0-r3.ebuild b/app-emulation/libvirt/libvirt-4.1.0-r3.ebuild
17 index 2b72c57c848..3f166772431 100644
18 --- a/app-emulation/libvirt/libvirt-4.1.0-r3.ebuild
19 +++ b/app-emulation/libvirt/libvirt-4.1.0-r3.ebuild
20 @@ -9,7 +9,7 @@ if [[ ${PV} = *9999* ]]; then
21 inherit git-r3
22 EGIT_REPO_URI="git://libvirt.org/libvirt.git"
23 SRC_URI=""
24 - KEYWORDS=""
25 + KEYWORDS="amd64"
26 SLOT="0"
27 else
28 # Versions with 4 numbers are stable updates:
29 @@ -18,7 +18,7 @@ else
30 else
31 SRC_URI="http://libvirt.org/sources/${P}.tar.xz"
32 fi
33 - KEYWORDS="~amd64 ~arm64 ~x86"
34 + KEYWORDS="amd64 ~arm64 ~x86"
35 SLOT="0/${PV}"
36 fi