Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/libvirt/
Date: Tue, 05 Jun 2018 14:52:49
Message-Id: 1528210363.35cf6349a063ad4891282b764b5fe54447fb635e.zlogene@gentoo
1 commit: 35cf6349a063ad4891282b764b5fe54447fb635e
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 5 14:50:39 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 5 14:52:43 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35cf6349
7
8 app-emulation/libvirt: amd64 stable wrt bug #657304
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 app-emulation/libvirt/libvirt-4.3.0.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/app-emulation/libvirt/libvirt-4.3.0.ebuild b/app-emulation/libvirt/libvirt-4.3.0.ebuild
16 index d93ae1d82ca..6d37eef7b4a 100644
17 --- a/app-emulation/libvirt/libvirt-4.3.0.ebuild
18 +++ b/app-emulation/libvirt/libvirt-4.3.0.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=""
24 + KEYWORDS="amd64"
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