summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2020-06-28 23:18:03 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2020-06-28 23:43:12 +0100
commita12616685c3fa950f69fc28aa6e4f73efcf5aaac (patch)
tree459aa22085c2b9e2bed9f66f0d18beafe446cb27 /virtual/os-headers/os-headers-0.ebuild
parentvirtual/os-headers: stable 0-r2 for hppa (diff)
downloadgentoo-a12616685c3fa950f69fc28aa6e4f73efcf5aaac.tar.gz
gentoo-a12616685c3fa950f69fc28aa6e4f73efcf5aaac.tar.bz2
gentoo-a12616685c3fa950f69fc28aa6e4f73efcf5aaac.zip
virtual/os-headers: drop old
Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'virtual/os-headers/os-headers-0.ebuild')
-rw-r--r--virtual/os-headers/os-headers-0.ebuild13
1 files changed, 0 insertions, 13 deletions
diff --git a/virtual/os-headers/os-headers-0.ebuild b/virtual/os-headers/os-headers-0.ebuild
deleted file mode 100644
index 3de00fe5213b..000000000000
--- a/virtual/os-headers/os-headers-0.ebuild
+++ /dev/null
@@ -1,13 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="Virtual for operating system headers"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-
-# depend on SLOT 0 of linux-headers, because kernel-2.eclass
-# sets a different SLOT for cross-building
-RDEPEND="
- kernel_linux? ( sys-kernel/linux-headers:0 )"