Skip to content

Commit

Permalink
installkernel.ebuild: sync with ::gentoo
Browse files Browse the repository at this point in the history
Signed-off-by: Nowa Ammerlaan <[email protected]>
  • Loading branch information
Nowa-Ammerlaan committed Dec 30, 2024
1 parent d2a4714 commit 52e0a91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions installkernel-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ S="${WORKDIR}/${PN}-gentoo-${PV}"

LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x86-linux"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
IUSE="dracut efistub grub refind systemd systemd-boot ugrd uki ukify"
REQUIRED_USE="
?? ( efistub grub systemd-boot )
Expand Down Expand Up @@ -90,7 +90,7 @@ RDEPEND="
" # Block against systemd that still installs dummy install.conf

pkg_setup() {
use efistub && CONFIG_CHECK="EFI_STUB" linux-info_pkg_setup
use efistub && CONFIG_CHECK="~EFI_STUB" linux-info_pkg_setup
}

src_install() {
Expand Down

0 comments on commit 52e0a91

Please sign in to comment.