diff options
author | Michał Górny <mgorny@gentoo.org> | 2016-08-25 04:12:17 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2016-08-25 04:12:44 +0200 |
commit | 0acb9e257add056f0666ca187cb7d2dd36835558 (patch) | |
tree | 4c2d598b81e83f513c1519b08049c297074d0822 /sys-devel/llvm/llvm-3.8.0-r3.ebuild | |
parent | sys-fs/s3ql: version bump to 2.20 (diff) | |
download | gentoo-0acb9e257add056f0666ca187cb7d2dd36835558.tar.gz gentoo-0acb9e257add056f0666ca187cb7d2dd36835558.tar.bz2 gentoo-0acb9e257add056f0666ca187cb7d2dd36835558.zip |
sys-devel/llvm: Restore gtest patch for <9999, #592046
Diffstat (limited to 'sys-devel/llvm/llvm-3.8.0-r3.ebuild')
-rw-r--r-- | sys-devel/llvm/llvm-3.8.0-r3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/llvm/llvm-3.8.0-r3.ebuild b/sys-devel/llvm/llvm-3.8.0-r3.ebuild index 7bd13a8a87cf..1f865eab1ad9 100644 --- a/sys-devel/llvm/llvm-3.8.0-r3.ebuild +++ b/sys-devel/llvm/llvm-3.8.0-r3.ebuild @@ -156,7 +156,7 @@ src_prepare() { # Prevent installing libgtest # https://llvm.org/bugs/show_bug.cgi?id=18341 - eapply "${FILESDIR}"/9999/0005-cmake-Do-not-install-libgtest.patch + eapply "${FILESDIR}"/3.8.1/0005-cmake-Do-not-install-libgtest.patch # Allow custom cmake build types (like 'Gentoo') eapply "${FILESDIR}"/9999/0006-cmake-Remove-the-CMAKE_BUILD_TYPE-assertion.patch |