commit: f129408ccbc5b1d245cf73b48decfef2b09bde5f Author: Mike Pagano <mpagano <AT> gentoo <DOT> org> AuthorDate: Sun Sep 24 14:27:01 2023 +0000 Commit: Mike Pagano <mpagano <AT> gentoo <DOT> org> CommitDate: Sun Sep 24 14:27:01 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f129408c
virtual/linux-sources: drop 3-r6 Signed-off-by: Mike Pagano <mpagano <AT> gentoo.org> virtual/linux-sources/linux-sources-3-r6.ebuild | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/virtual/linux-sources/linux-sources-3-r6.ebuild b/virtual/linux-sources/linux-sources-3-r6.ebuild deleted file mode 100644 index d184d5799a53..000000000000 --- a/virtual/linux-sources/linux-sources-3-r6.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2022 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 - )"
