mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-25 07:08:13 -07:00
sys-libs/llvm-libunwind: Add missing MULTILIB_USEDEP on sys-devel/llvm
Add MULTILIB_USEDEP on sys-devel/llvm since the needed CMake files are installed in ABI-specific lib* directory.
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user