mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-09 04:51:27 +02:00
pentoo-core: lts-kernel
This commit is contained in:
parent
2298468a8e
commit
bf930eabb7
1 changed files with 4 additions and 3 deletions
|
|
@ -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 )
|
||||
Loading…
Reference in a new issue