commit: 034ef71a27204d6fd773d0af35a3fb9a96e2b226 Author: James Calligeros <jcalligeros99 <AT> gmail <DOT> com> AuthorDate: Sun Feb 4 03:26:42 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Feb 6 03:24:53 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=034ef71a
virtual/linux-sources: drop 3-r7 Signed-off-by: James Calligeros <jcalligeros99 <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/35176 Signed-off-by: Sam James <sam <AT> gentoo.org> virtual/linux-sources/linux-sources-3-r7.ebuild | 26 ------------------------- 1 file changed, 26 deletions(-) diff --git a/virtual/linux-sources/linux-sources-3-r7.ebuild b/virtual/linux-sources/linux-sources-3-r7.ebuild deleted file mode 100644 index 5e047f96051c..000000000000 --- a/virtual/linux-sources/linux-sources-3-r7.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# 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 - )"
