Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/virt-manager/
Date: Tue, 06 Feb 2018 16:24:33
Message-Id: 1517934248.4286606479e6b5d0da20621d680841f390a1e9b1.whissi@gentoo
1 commit: 4286606479e6b5d0da20621d680841f390a1e9b1
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 6 16:19:42 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 6 16:24:08 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42866064
7
8 app-emulation/virt-manager: x86 stable (bug #631950)
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 app-emulation/virt-manager/virt-manager-1.4.3.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/app-emulation/virt-manager/virt-manager-1.4.3.ebuild b/app-emulation/virt-manager/virt-manager-1.4.3.ebuild
16 index 9ab5b8a190a..5d71ab10f3d 100644
17 --- a/app-emulation/virt-manager/virt-manager-1.4.3.ebuild
18 +++ b/app-emulation/virt-manager/virt-manager-1.4.3.ebuild
19 @@ -14,11 +14,11 @@ HOMEPAGE="http://virt-manager.org"
20 if [[ ${PV} = *9999* ]]; then
21 inherit git-r3
22 SRC_URI=""
23 - KEYWORDS="amd64"
24 + KEYWORDS="amd64 x86"
25 EGIT_REPO_URI="https://github.com/virt-manager/virt-manager.git"
26 else
27 SRC_URI="http://virt-manager.org/download/sources/${PN}/${P}.tar.gz"
28 - KEYWORDS="amd64 ~x86"
29 + KEYWORDS="amd64 x86"
30 fi
31
32 LICENSE="GPL-2"