pentoo-core: lts-kernel

This commit is contained in:
Rick Farina (Zero_Chaos) 2022-02-02 20:46:33 -05:00
parent 2298468a8e
commit bf930eabb7
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC

View file

@ -1,4 +1,4 @@
# Copyright 2020-2021 Gentoo Authors
# Copyright 2020-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@ -11,7 +11,7 @@ SRC_URI="amd64? ( http://dev.pentoo.ch/~zero/distfiles/pentoo-grubtheme.tar.xz )
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
IUSE="livecd pentoo-in-a-container pentoo-minimal"
IUSE="livecd lts-kernel pentoo-in-a-container pentoo-minimal"
DEPEND=""
RDEPEND="!<pentoo/pentoo-system-2020.2-r6"
@ -86,7 +86,8 @@ PDEPEND="${PDEPEND}
!arm? (
!pentoo-in-a-container? (
sys-firmware/intel-microcode
|| ( sys-kernel/pentoo-sources sys-kernel/pentoo-lts-sources )
lts-kernel? ( sys-kernel/pentoo-lts-sources )
!lts-kernel? ( sys-kernel/pentoo-sources )
sys-power/acpid[pentoo]
sys-kernel/genkernel
|| ( sys-boot/grub[themes] sys-boot/systemd-boot )