summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-08-15 22:32:45 +0200
committerMichał Górny <mgorny@gentoo.org>2018-08-15 22:32:45 +0200
commita78e957d3f8dfe02737d0827c7cfe65e8f1d7cd9 (patch)
tree5f08467133171b545f9ff5a68c437d017135295e /sys-devel/llvm/llvm-6.0.1.ebuild
parentdev-python/lit: Drop 6.0.9999 (diff)
downloadgentoo-a78e957d3f8dfe02737d0827c7cfe65e8f1d7cd9.tar.gz
gentoo-a78e957d3f8dfe02737d0827c7cfe65e8f1d7cd9.tar.bz2
gentoo-a78e957d3f8dfe02737d0827c7cfe65e8f1d7cd9.zip
sys-devel/llvm: Drop 6.0.9999
Diffstat (limited to 'sys-devel/llvm/llvm-6.0.1.ebuild')
-rw-r--r--sys-devel/llvm/llvm-6.0.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/llvm/llvm-6.0.1.ebuild b/sys-devel/llvm/llvm-6.0.1.ebuild
index 5df2671c3639..a1989293ef7b 100644
--- a/sys-devel/llvm/llvm-6.0.1.ebuild
+++ b/sys-devel/llvm/llvm-6.0.1.ebuild
@@ -81,7 +81,7 @@ src_prepare() {
eapply "${FILESDIR}"/9999/0007-llvm-config-Clean-up-exported-values-update-for-shar.patch
# Fix appending -Wl,-rpath-link on non-Linux (-> FreeBSD).
- eapply "${FILESDIR}"/6.0.9999/0001-cmake-Append-Wl-rpath-link-conditionally-to-GNULD.patch
+ eapply "${FILESDIR}"/6.0.1/0001-cmake-Append-Wl-rpath-link-conditionally-to-GNULD.patch
# disable use of SDK on OSX, bug #568758
sed -i -e 's/xcrun/false/' utils/lit/lit/util.py || die