Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/libvirt/
Date: Mon, 13 Nov 2017 18:50:02
Message-Id: 1510598980.cc39a8488d0a447d3fc0388aa9c394e5cdd95ef3.mrueg@gentoo
1 commit: cc39a8488d0a447d3fc0388aa9c394e5cdd95ef3
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 13 18:47:28 2017 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 13 18:49:40 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc39a848
7
8 app-emulation/libvirt: Stable on amd64
9
10 Package-Manager: Portage-2.3.13, Repoman-2.3.4
11
12 app-emulation/libvirt/libvirt-3.8.0-r1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/app-emulation/libvirt/libvirt-3.8.0-r1.ebuild b/app-emulation/libvirt/libvirt-3.8.0-r1.ebuild
16 index 2d50fa32d1c..e131f0e8723 100644
17 --- a/app-emulation/libvirt/libvirt-3.8.0-r1.ebuild
18 +++ b/app-emulation/libvirt/libvirt-3.8.0-r1.ebuild
19 @@ -9,7 +9,7 @@ if [[ ${PV} = *9999* ]]; then
20 inherit git-r3
21 EGIT_REPO_URI="git://libvirt.org/libvirt.git"
22 SRC_URI=""
23 - KEYWORDS="x86"
24 + KEYWORDS="amd64 x86"
25 SLOT="0"
26 else
27 # Versions with 4 numbers are stable updates:
28 @@ -18,7 +18,7 @@ else
29 else
30 SRC_URI="http://libvirt.org/sources/${P}.tar.xz"
31 fi
32 - KEYWORDS="~amd64 ~arm64 x86"
33 + KEYWORDS="amd64 ~arm64 x86"
34 SLOT="0/${PV}"
35 fi