app-emulation/libvirt: amd64 stable wrt bug #673734
authorMikle Kolyada <zlogene@gentoo.org>
Wed, 2 Jan 2019 10:00:44 +0000 (13:00 +0300)
committerMikle Kolyada <zlogene@gentoo.org>
Wed, 2 Jan 2019 10:00:44 +0000 (13:00 +0300)
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

app-emulation/libvirt/libvirt-4.9.0.ebuild

index 1a8756f5974dff8262f93121c2412fc6c514b64d..fb60857d3dca7755a5ab06b46b3e76e3867d8e5d 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ if [[ ${PV} = *9999* ]]; then
        inherit git-r3
        EGIT_REPO_URI="https://libvirt.org/git/libvirt.git"
        SRC_URI=""
-       KEYWORDS="x86"
+       KEYWORDS="amd64 x86"
        SLOT="0"
 else
        # Versions with 4 numbers are stable updates:
@@ -20,7 +20,7 @@ else
        else
                SRC_URI="https://libvirt.org/sources/${P}.tar.xz"
        fi
-       KEYWORDS="~amd64 ~arm64 x86"
+       KEYWORDS="amd64 ~arm64 x86"
        SLOT="0/${PV}"
 fi