commit:     47dc5648f478efb45035158821d4c12b0beb4232
Author:     Mike Pagano <mpagano <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 24 14:26:38 2023 +0000
Commit:     Mike Pagano <mpagano <AT> gentoo <DOT> org>
CommitDate: Sun Sep 24 14:26:38 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47dc5648

virtual/linux-sources: Add linux-next

Signed-off-by: Mike Pagano <mpagano <AT> gentoo.org>

 virtual/linux-sources/linux-sources-3-r7.ebuild | 26 +++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/virtual/linux-sources/linux-sources-3-r7.ebuild 
b/virtual/linux-sources/linux-sources-3-r7.ebuild
new file mode 100644
index 000000000000..5e047f96051c
--- /dev/null
+++ b/virtual/linux-sources/linux-sources-3-r7.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Virtual for Linux kernel sources"
+SLOT="0"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86"
+IUSE="firmware"
+
+RDEPEND="
+       firmware? ( sys-kernel/linux-firmware )
+       || (
+               sys-kernel/gentoo-sources
+               sys-kernel/vanilla-sources
+               sys-kernel/git-sources
+               sys-kernel/mips-sources
+               sys-kernel/pf-sources
+               sys-kernel/rt-sources
+               sys-kernel/zen-sources
+               sys-kernel/raspberrypi-sources
+               sys-kernel/gentoo-kernel
+               sys-kernel/gentoo-kernel-bin
+               sys-kernel/vanilla-kernel
+               sys-kernel/linux-next
+       )"

Reply via email to