diff options
author | Sam James <sam@gentoo.org> | 2021-05-13 16:16:57 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-05-13 16:16:57 +0000 |
commit | 0f80d5626636019253b8934fcb474cafae251057 (patch) | |
tree | c124c4a6ead5685d6b098908ca3bf4ebc6d7223e /sys-apps/kexec-tools | |
parent | sys-apps/help2man: Stabilize 1.48.3 amd64, #789834 (diff) | |
download | gentoo-0f80d5626636019253b8934fcb474cafae251057.tar.gz gentoo-0f80d5626636019253b8934fcb474cafae251057.tar.bz2 gentoo-0f80d5626636019253b8934fcb474cafae251057.zip |
sys-apps/kexec-tools: Stabilize 2.0.21 amd64, #789843
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.21.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/kexec-tools/kexec-tools-2.0.21.ebuild b/sys-apps/kexec-tools/kexec-tools-2.0.21.ebuild index 86b8d9fc9789..32fca67a278f 100644 --- a/sys-apps/kexec-tools/kexec-tools-2.0.21.ebuild +++ b/sys-apps/kexec-tools/kexec-tools-2.0.21.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -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" |