diff options
author | 2025-01-06 04:16:01 +0000 | |
---|---|---|
committer | 2025-01-06 04:16:01 +0000 | |
commit | 140cca03907851692985f9ac68e358d8186c7a57 (patch) | |
tree | 9c71d0512b1a10ca5d9698e8016989f5c870bf86 /sys-firmware | |
parent | sys-firmware/edk2: Stabilize 202408 arm64, #947251 (diff) | |
download | gentoo-140cca03907851692985f9ac68e358d8186c7a57.tar.gz gentoo-140cca03907851692985f9ac68e358d8186c7a57.tar.bz2 gentoo-140cca03907851692985f9ac68e358d8186c7a57.zip |
sys-firmware/edk2-bin: Stabilize 202408 arm64, #947251
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-firmware')
-rw-r--r-- | sys-firmware/edk2-bin/edk2-bin-202408.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-firmware/edk2-bin/edk2-bin-202408.ebuild b/sys-firmware/edk2-bin/edk2-bin-202408.ebuild index 75bd9bda8186..675b139d2573 100644 --- a/sys-firmware/edk2-bin/edk2-bin-202408.ebuild +++ b/sys-firmware/edk2-bin/edk2-bin-202408.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 @@ -14,7 +14,7 @@ SRC_URI=$(printf "https://dev.gentoo.org/~chewi/distfiles/${BINPKG}-%s.xpak\n" $ S="${WORKDIR}" LICENSE="BSD-2 MIT" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86" +KEYWORDS="~amd64 arm64 ~loong ~ppc ~ppc64 ~riscv ~x86" RDEPEND="!sys-firmware/edk2" |