Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/libvirt/
Date: Mon, 05 Oct 2020 23:24:46
Message-Id: 1601940278.1e4bc4448e5b560c76cba215b96d284ff8b17c8f.sam@gentoo
1 commit: 1e4bc4448e5b560c76cba215b96d284ff8b17c8f
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 5 23:22:31 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 5 23:24:38 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e4bc444
7
8 app-emulation/libvirt: Stabilize 6.7.0 amd64, #739948
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 app-emulation/libvirt/libvirt-6.7.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-emulation/libvirt/libvirt-6.7.0.ebuild b/app-emulation/libvirt/libvirt-6.7.0.ebuild
16 index 0ac6ec64feb..32c1a2d4b33 100644
17 --- a/app-emulation/libvirt/libvirt-6.7.0.ebuild
18 +++ b/app-emulation/libvirt/libvirt-6.7.0.ebuild
19 @@ -14,7 +14,7 @@ if [[ ${PV} = *9999* ]]; then
20 SLOT="0"
21 else
22 SRC_URI="https://libvirt.org/sources/${P}.tar.xz"
23 - KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
24 + KEYWORDS="amd64 ~arm64 ~ppc64 ~x86"
25 SLOT="0/${PV}"
26 fi