diff options
author | Sam James <sam@gentoo.org> | 2025-01-12 13:10:09 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2025-01-12 13:10:09 +0000 |
commit | 4c516412727ba7ef4bffd50c010fc727e8da85ee (patch) | |
tree | 832b1254e453f0497fd620f427903db23527501f /sys-apps/kexec-tools | |
parent | app-doc/single-unix-specification: Stabilize 5 ALLARCHES, #947952 (diff) | |
download | gentoo-4c516412727ba7ef4bffd50c010fc727e8da85ee.tar.gz gentoo-4c516412727ba7ef4bffd50c010fc727e8da85ee.tar.bz2 gentoo-4c516412727ba7ef4bffd50c010fc727e8da85ee.zip |
sys-apps/kexec-tools: Stabilize 2.0.30 amd64, #947953
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps/kexec-tools')
-rw-r--r-- | sys-apps/kexec-tools/kexec-tools-2.0.30.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/kexec-tools/kexec-tools-2.0.30.ebuild b/sys-apps/kexec-tools/kexec-tools-2.0.30.ebuild index d0255bda1bc6..24d7c743ff07 100644 --- a/sys-apps/kexec-tools/kexec-tools-2.0.30.ebuild +++ b/sys-apps/kexec-tools/kexec-tools-2.0.30.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 @@ -11,7 +11,7 @@ if [[ ${PV} == "9999" ]] ; then else SRC_URI="https://www.kernel.org/pub/linux/utils/kernel/kexec/${P/_/-}.tar.xz" [[ "${PV}" == *_rc* ]] || \ - KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" + KEYWORDS="amd64 ~arm64 ~ppc64 ~x86" fi DESCRIPTION="Load another kernel from the currently executing Linux kernel" |