Anton was right and I was wrong

This commit is contained in:
Rick Farina (Zero_Chaos) 2022-02-03 15:40:10 -05:00
parent b128681a7c
commit 3cc85d7fec
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC
2 changed files with 5 additions and 6 deletions

View file

@ -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 lts-kernel pentoo-in-a-container pentoo-minimal"
IUSE="livecd pentoo-in-a-container pentoo-minimal"
DEPEND=""
RDEPEND="!<pentoo/pentoo-system-2020.2-r6"
@ -86,8 +86,6 @@ PDEPEND="${PDEPEND}
!arm? (
!pentoo-in-a-container? (
sys-firmware/intel-microcode
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 )

View file

@ -6,13 +6,14 @@ EAPI=7
DESCRIPTION="Virtual for Linux kernel sources"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
IUSE="firmware"
IUSE="firmware pentoo pentoo-lts"
RDEPEND="
firmware? ( sys-kernel/linux-firmware )
|| (
sys-kernel/pentoo-sources
sys-kernel/pentoo-lts-sources
pentoo-lts? ( !sys-kernel/pentoo-sources[-lts(+)]
sys-kernel/pentoo-lts-sources )
pentoo? ( || ( sys-kernel/pentoo-sources sys-kernel/pentoo-lts-sources ) )
sys-kernel/gentoo-sources
sys-kernel/vanilla-sources
sys-kernel/git-sources