summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-devel/lld/lld-4.0.0.ebuild')
-rw-r--r--sys-devel/lld/lld-4.0.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/lld/lld-4.0.0.ebuild b/sys-devel/lld/lld-4.0.0.ebuild
index cf54f0cc62a2..01ebc3f10f08 100644
--- a/sys-devel/lld/lld-4.0.0.ebuild
+++ b/sys-devel/lld/lld-4.0.0.ebuild
@@ -49,8 +49,8 @@ src_unpack() {
src_prepare() {
# backport stand-alone build test fixes from master
eapply "${FILESDIR}/4.0.0/0001-cmake-Support-running-tests-in-stand-alone-builds.patch"
- eapply "${FILESDIR}/4.0.0/0002-test-Use-LLD-specific-binary-library-dirs-when-build.patch"
- eapply "${FILESDIR}/4.0.0/0003-test-Fix-zlib-cond-when-building-stand-alone-clean-u.patch"
+ eapply "${FILESDIR}/4.0.1/0002-test-Use-LLD-specific-binary-library-dirs-when-build.patch"
+ eapply "${FILESDIR}/4.0.1/0003-test-Fix-zlib-cond-when-building-stand-alone-clean-u.patch"
eapply_user
}