commit: f1a3e1c679d65674dfc6773b4bedfa565e5f9e00
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 6 03:32:31 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jan 6 03:32:31 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1a3e1c6
app-emulation/virt-manager: Stabilize 5.0.0 arm64, #947577
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-emulation/virt-manager/virt-manager-5.0.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-emulation/virt-manager/virt-manager-5.0.0.ebuild
b/app-emulation/virt-manager/virt-manager-5.0.0.ebuild
index f2095898d5d0..d25516377406 100644
--- a/app-emulation/virt-manager/virt-manager-5.0.0.ebuild
+++ b/app-emulation/virt-manager/virt-manager-5.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -16,7 +16,7 @@ if [[ ${PV} == *9999* ]]; then
inherit git-r3
else
SRC_URI="https://releases.pagure.org/${PN}/${P}.tar.xz"
- KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+ KEYWORDS="~amd64 arm64 ~ppc64 ~x86"
fi
LICENSE="GPL-2"