diff options
author | Fabian Groffen <grobian@gentoo.org> | 2018-01-03 21:52:10 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2018-01-03 21:52:24 +0100 |
commit | c5ac996b9f30b2b6221a67116b4e722cdb2c91e1 (patch) | |
tree | 0778ab8782e0b299af483b643fd750771fcad276 /sys-devel/binutils-apple/binutils-apple-7.0-r1.ebuild | |
parent | sys-devel/binutils-apple: restore 3.2 for bootstrapping 10.5 (diff) | |
download | gentoo-c5ac996b9f30b2b6221a67116b4e722cdb2c91e1.tar.gz gentoo-c5ac996b9f30b2b6221a67116b4e722cdb2c91e1.tar.bz2 gentoo-c5ac996b9f30b2b6221a67116b4e722cdb2c91e1.zip |
sys-devel/binutils-apple: fix llvm slot-dep
Package-Manager: Portage-2.3.13, Repoman-2.3.3
Diffstat (limited to 'sys-devel/binutils-apple/binutils-apple-7.0-r1.ebuild')
-rw-r--r-- | sys-devel/binutils-apple/binutils-apple-7.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/binutils-apple/binutils-apple-7.0-r1.ebuild b/sys-devel/binutils-apple/binutils-apple-7.0-r1.ebuild index 2eab5e95aabf..039399257b2a 100644 --- a/sys-devel/binutils-apple/binutils-apple-7.0-r1.ebuild +++ b/sys-devel/binutils-apple/binutils-apple-7.0-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="5" @@ -33,7 +33,7 @@ IUSE="lto test multitarget" # -Wa,-Q but since it's default we make llvm a static runtime dependency. RDEPEND="sys-devel/binutils-config lto? ( app-arch/xar ) - sys-devel/llvm + sys-devel/llvm:* sys-libs/libcxx" DEPEND="${RDEPEND} test? ( >=dev-lang/perl-5.8.8 )" |