mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 00:16:22 +01:00
Anton was right and I was wrong
This commit is contained in:
parent
b128681a7c
commit
3cc85d7fec
2 changed files with 5 additions and 6 deletions
|
|
@ -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 )
|
||||
|
|
@ -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
|
||||
Loading…
Reference in a new issue