sys-libs/llvm-libunwind: Add missing MULTILIB_USEDEP on sys-devel/llvm
authorMichał Górny <mgorny@gentoo.org>
Thu, 8 Sep 2016 13:59:36 +0000 (15:59 +0200)
committerMichał Górny <mgorny@gentoo.org>
Thu, 8 Sep 2016 14:05:09 +0000 (16:05 +0200)
Add MULTILIB_USEDEP on sys-devel/llvm since the needed CMake files are
installed in ABI-specific lib* directory.

sys-libs/llvm-libunwind/llvm-libunwind-3.9.0.ebuild
sys-libs/llvm-libunwind/llvm-libunwind-9999.ebuild

index ba30c803479151103db94a2c035b673a61dd4ad3..1346f7ab91b7ba79692816b12519a2bba1711de9 100644 (file)
@@ -21,7 +21,7 @@ IUSE="debug +static-libs"
 RDEPEND="!sys-libs/libunwind"
 # llvm-config and cmake files needed to get proper flags
 # (3.9.0 needed because cmake file install path changed)
-DEPEND=">=sys-devel/llvm-3.9.0"
+DEPEND=">=sys-devel/llvm-3.9.0[${MULTILIB_USEDEP}]"
 
 S="${WORKDIR}/${MY_P}.src"
 
index b97b7d691f99a347bf39291c2fb7078467adb8af..df6f7707c96526fa85266c7c022340265073fcda 100644 (file)
@@ -22,7 +22,7 @@ IUSE="debug +static-libs"
 RDEPEND="!sys-libs/libunwind"
 # llvm-config and cmake files needed to get proper flags
 # (3.9.0 needed because cmake file install path changed)
-DEPEND=">=sys-devel/llvm-3.9.0"
+DEPEND=">=sys-devel/llvm-3.9.0[${MULTILIB_USEDEP}]"
 
 multilib_src_configure() {
        local libdir=$(get_libdir)