commit: e7435eedbd62d832373a4aa82195410fd4ab4fb0
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 22 18:24:21 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Nov 22 18:24:27 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7435eed
app-admin/needrestart: Stabilize 3.8 arm64, #944484
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
app-admin/needrestart/needrestart-3.8.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-admin/needrestart/needrestart-3.8.ebuild
b/app-admin/needrestart/needrestart-3.8.ebuild
index 110fde8e5746..1f9ef340b77f 100644
--- a/app-admin/needrestart/needrestart-3.8.ebuild
+++ b/app-admin/needrestart/needrestart-3.8.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} == "9999" ]] ; then
inherit git-r3
else
SRC_URI="https://github.com/liske/${PN}/archive/v${PV}.tar.gz ->
${P}.tar.gz"
- KEYWORDS="~amd64 ~arm ~arm64 x86"
+ KEYWORDS="~amd64 ~arm arm64 x86"
fi
DESCRIPTION="Restart daemons after library updates"