sys-libs/llvm-libunwind: Use llvm.eclass for reliable upgrade from :0
authorMichał Górny <mgorny@gentoo.org>
Tue, 14 Mar 2017 22:02:10 +0000 (23:02 +0100)
committerMichał Górny <mgorny@gentoo.org>
Tue, 14 Mar 2017 22:22:23 +0000 (23:22 +0100)
sys-libs/llvm-libunwind/llvm-libunwind-4.0.0.ebuild
sys-libs/llvm-libunwind/llvm-libunwind-9999.ebuild

index 3b6d841699029ba201cea85ed3d28c913f545cc1..76ccc91661976d7ce24258209d0cc2d557d611d3 100644 (file)
@@ -6,7 +6,7 @@ EAPI=6
 : ${CMAKE_MAKEFILE_GENERATOR:=ninja}
 # (needed due to CMAKE_BUILD_TYPE != Gentoo)
 CMAKE_MIN_VERSION=3.7.0-r1
-inherit cmake-multilib
+inherit cmake-multilib llvm
 
 DESCRIPTION="C++ runtime stack unwinder from LLVM"
 HOMEPAGE="https://github.com/llvm-mirror/libunwind"
index 79b7bb37ac278b5213a51e844504f6ab9fcd686c..963c0a6450edd8a14088384397f7323978f6327c 100644 (file)
@@ -6,7 +6,7 @@ EAPI=6
 : ${CMAKE_MAKEFILE_GENERATOR:=ninja}
 # (needed due to CMAKE_BUILD_TYPE != Gentoo)
 CMAKE_MIN_VERSION=3.7.0-r1
-inherit cmake-multilib git-r3
+inherit cmake-multilib git-r3 llvm
 
 DESCRIPTION="C++ runtime stack unwinder from LLVM"
 HOMEPAGE="https://github.com/llvm-mirror/libunwind"