diff options
author | Christopher Fore <csfore@posteo.net> | 2024-03-27 16:04:38 -0400 |
---|---|---|
committer | Rick Farina <zerochaos@gentoo.org> | 2024-03-27 20:41:56 -0400 |
commit | 504e3442d89171f17e94bbc63cb80b6a80c047cf (patch) | |
tree | bf723cf5d3a5fddbef9a4841a723201cb7dbf242 /sys-boot/shim/shim-15.6.ebuild | |
parent | media-libs/mesa: Reorder variables (diff) | |
download | gentoo-504e3442d89171f17e94bbc63cb80b6a80c047cf.tar.gz gentoo-504e3442d89171f17e94bbc63cb80b6a80c047cf.tar.bz2 gentoo-504e3442d89171f17e94bbc63cb80b6a80c047cf.zip |
sys-boot/shim: add 15.8, security bump
Also fixes some QA warnings (moves S up)
Bug: https://bugs.gentoo.org/922931
Closes: https://github.com/gentoo/gentoo/pull/35949
Signed-off-by: Christopher Fore <csfore@posteo.net>
Signed-off-by: Rick Farina <zerochaos@gentoo.org>
Diffstat (limited to 'sys-boot/shim/shim-15.6.ebuild')
-rw-r--r-- | sys-boot/shim/shim-15.6.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys-boot/shim/shim-15.6.ebuild b/sys-boot/shim/shim-15.6.ebuild index c4f33913bd22..fc117bf9f5c5 100644 --- a/sys-boot/shim/shim-15.6.ebuild +++ b/sys-boot/shim/shim-15.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -12,13 +12,12 @@ SRC_URI="amd64? ( https://kojipkgs.fedoraproject.org/packages/shim/${PV}/2/x86_6 x86? ( https://kojipkgs.fedoraproject.org/packages/shim/${PV}/2/x86_64/shim-x64-${PV}-2.x86_64.rpm https://kojipkgs.fedoraproject.org/packages/shim/${PV}/2/x86_64/shim-ia32-${PV}-2.x86_64.rpm ) arm64? ( https://kojipkgs.fedoraproject.org/packages/shim/${PV}/2/aarch64/shim-aa64-${PV}-2.aarch64.rpm )" +S="${WORKDIR}/boot/efi/EFI" LICENSE="BSD" SLOT="0" KEYWORDS="amd64 arm64 x86" -S="${WORKDIR}/boot/efi/EFI" - src_install() { insinto /usr/share/${PN} doins BOOT/BOOT*.EFI |