introduce pentoo-lts-sources, which is just a virtual that pulls in pentoo-sources[lts(-)]

This commit is contained in:
Rick Farina (Zero_Chaos) 2021-11-08 21:21:28 -05:00
parent 6a9ac16959
commit e4279dbf47
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC
3 changed files with 20 additions and 10 deletions

View file

@ -86,7 +86,7 @@ PDEPEND="${PDEPEND}
!arm? (
!pentoo-in-a-container? (
sys-firmware/intel-microcode
sys-kernel/pentoo-sources
|| ( sys-kernel/pentoo-sources sys-kernel/pentoo-lts-sources )
sys-power/acpid[pentoo]
sys-kernel/genkernel
|| ( sys-boot/grub[themes] sys-boot/systemd-boot )

View file

@ -0,0 +1,15 @@
# Copyright 2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Pentoo kernel sources (kernel series ${KV_MAJOR}.${KV_MINOR})"
HOMEPAGE="https://github.com/pentoo/pentoo-livecd/tree/master/kernel/"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
DEPEND="sys-kernel/pentoo-sources[lts(-)]"
RDEPEND="${DEPEND}"
BDEPEND=""

View file

@ -1,32 +1,27 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
EAPI=7
DESCRIPTION="Virtual for Linux kernel sources"
SLOT="0"
KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86"
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
IUSE="firmware"
RDEPEND="
firmware? ( sys-kernel/linux-firmware )
|| (
sys-kernel/pentoo-sources
sys-kernel/pentoo-lts-sources
sys-kernel/gentoo-sources
sys-kernel/vanilla-sources
sys-kernel/ck-sources
sys-kernel/git-sources
sys-kernel/hardened-sources
sys-kernel/minipli-sources
sys-kernel/mips-sources
sys-kernel/pf-sources
sys-kernel/rt-sources
sys-kernel/xbox-sources
sys-kernel/zen-sources
sys-kernel/aufs-sources
sys-kernel/raspberrypi-sources
sys-kernel/gentoo-kernel
sys-kernel/gentoo-kernel-bin
sys-kernel/vanilla-kernel
sys-kernel/vanilla-kernel-bin
)"