Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/os-headers/
Date: Wed, 06 May 2020 17:25:37
Message-Id: 1588785920.fa50e89009c6489d8f204e794ea035af14f919ff.mgorny@gentoo
1 commit: fa50e89009c6489d8f204e794ea035af14f919ff
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 6 16:57:38 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed May 6 17:25:20 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa50e890
7
8 virtual/os-headers: Remove stale sys-freebsd/ deps
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 virtual/os-headers/os-headers-0.ebuild | 5 +----
13 1 file changed, 1 insertion(+), 4 deletions(-)
14
15 diff --git a/virtual/os-headers/os-headers-0.ebuild b/virtual/os-headers/os-headers-0.ebuild
16 index b75ceddc508..3de00fe5213 100644
17 --- a/virtual/os-headers/os-headers-0.ebuild
18 +++ b/virtual/os-headers/os-headers-0.ebuild
19 @@ -10,7 +10,4 @@ KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sp
20 # depend on SLOT 0 of linux-headers, because kernel-2.eclass
21 # sets a different SLOT for cross-building
22 RDEPEND="
23 - || (
24 - kernel_linux? ( sys-kernel/linux-headers:0 )
25 - !prefix? ( sys-freebsd/freebsd-lib )
26 - )"
27 + kernel_linux? ( sys-kernel/linux-headers:0 )"