commit: fa50e89009c6489d8f204e794ea035af14f919ff Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Wed May 6 16:57:38 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed May 6 17:25:20 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa50e890
virtual/os-headers: Remove stale sys-freebsd/ deps Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> virtual/os-headers/os-headers-0.ebuild | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/virtual/os-headers/os-headers-0.ebuild b/virtual/os-headers/os-headers-0.ebuild index b75ceddc508..3de00fe5213 100644 --- a/virtual/os-headers/os-headers-0.ebuild +++ b/virtual/os-headers/os-headers-0.ebuild @@ -10,7 +10,4 @@ KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sp # 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 ) - !prefix? ( sys-freebsd/freebsd-lib ) - )" + kernel_linux? ( sys-kernel/linux-headers:0 )"
