Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/os-headers/
Date: Wed, 01 Apr 2020 21:14:28
Message-Id: 1585775654.3988815288069f9c448af4fb2d8e78d0753c5c55.slyfox@gentoo
1 commit: 3988815288069f9c448af4fb2d8e78d0753c5c55
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 1 21:09:05 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 1 21:14:14 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39888152
7
8 virtual/os-headers: bump up to EAPI=7
9
10 While at it drop outdated sys-freebsd/freebsd-lib blockers.
11
12 Package-Manager: Portage-2.3.96, Repoman-2.3.22
13 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
14
15 virtual/os-headers/os-headers-0-r2.ebuild | 23 +++++++++++++++++++++++
16 1 file changed, 23 insertions(+)
17
18 diff --git a/virtual/os-headers/os-headers-0-r2.ebuild b/virtual/os-headers/os-headers-0-r2.ebuild
19 new file mode 100644
20 index 00000000000..6a4ee683133
21 --- /dev/null
22 +++ b/virtual/os-headers/os-headers-0-r2.ebuild
23 @@ -0,0 +1,23 @@
24 +# Copyright 1999-2020 Gentoo Authors
25 +# Distributed under the terms of the GNU General Public License v2
26 +
27 +EAPI=7
28 +
29 +DESCRIPTION="Virtual for operating system headers"
30 +SLOT="0"
31 +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"
32 +
33 +# depend on SLOT 0 of linux-headers, because kernel-2.eclass
34 +# sets a different SLOT for cross-building
35 +RDEPEND="
36 + !prefix-guest? (
37 + || (
38 + kernel_linux? ( sys-kernel/linux-headers:0 )
39 + kernel_Winnt? (
40 + elibc_mingw? ( dev-util/mingw64-runtime )
41 + )
42 + )
43 + )
44 + prefix-guest? (
45 + !sys-kernel/linux-headers
46 + )"