From c5ac996b9f30b2b6221a67116b4e722cdb2c91e1 Mon Sep 17 00:00:00 2001 From: Fabian Groffen Date: Wed, 3 Jan 2018 21:52:10 +0100 Subject: sys-devel/binutils-apple: fix llvm slot-dep Package-Manager: Portage-2.3.13, Repoman-2.3.3 --- sys-devel/binutils-apple/binutils-apple-8.2.1-r1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys-devel/binutils-apple/binutils-apple-8.2.1-r1.ebuild') diff --git a/sys-devel/binutils-apple/binutils-apple-8.2.1-r1.ebuild b/sys-devel/binutils-apple/binutils-apple-8.2.1-r1.ebuild index bf8351a7b24..781aff39edf 100644 --- a/sys-devel/binutils-apple/binutils-apple-8.2.1-r1.ebuild +++ b/sys-devel/binutils-apple/binutils-apple-8.2.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -31,7 +31,7 @@ IUSE="lto tapi classic test" RDEPEND="sys-devel/binutils-config lto? ( app-arch/xar ) tapi? ( sys-libs/tapi ) - sys-devel/llvm + sys-devel/llvm:* sys-libs/libcxx" DEPEND="${RDEPEND} test? ( >=dev-lang/perl-5.8.8 )" @@ -200,7 +200,7 @@ compile_ld64() { LTO_INCDIR=${LLVM_INCDIR} \ LTO_LIBDIR=${LLVM_LIBDIR} \ TAPI=$(use tapi && echo 1 || echo 0) \ - TAPI_LIBDIR=${EPREFIX}/usr/lib \ + TAPI_LIBDIR="${EPREFIX}"/usr/lib \ || die "emake failed for ld64" use test && emake build_test } -- cgit v1.2.3-18-g5258