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: Wed, 02 Jan 2019 10:02:37
Message-Id: 1546423244.f9a2aa217962a63b3e449016334946df5c162240.zlogene@gentoo
1 commit: f9a2aa217962a63b3e449016334946df5c162240
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 2 10:00:44 2019 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 2 10:00:44 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9a2aa21
7
8 app-emulation/libvirt: amd64 stable wrt bug #673734
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 app-emulation/libvirt/libvirt-4.9.0.ebuild | 6 +++---
14 1 file changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/app-emulation/libvirt/libvirt-4.9.0.ebuild b/app-emulation/libvirt/libvirt-4.9.0.ebuild
17 index 1a8756f5974..fb60857d3dc 100644
18 --- a/app-emulation/libvirt/libvirt-4.9.0.ebuild
19 +++ b/app-emulation/libvirt/libvirt-4.9.0.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Authors
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -11,7 +11,7 @@ if [[ ${PV} = *9999* ]]; then
27 inherit git-r3
28 EGIT_REPO_URI="https://libvirt.org/git/libvirt.git"
29 SRC_URI=""
30 - KEYWORDS="x86"
31 + KEYWORDS="amd64 x86"
32 SLOT="0"
33 else
34 # Versions with 4 numbers are stable updates:
35 @@ -20,7 +20,7 @@ else
36 else
37 SRC_URI="https://libvirt.org/sources/${P}.tar.xz"
38 fi
39 - KEYWORDS="~amd64 ~arm64 x86"
40 + KEYWORDS="amd64 ~arm64 x86"
41 SLOT="0/${PV}"
42 fi