diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2017-05-18 09:56:15 +0200 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2017-05-18 09:56:15 +0200 |
commit | 2454b9fa0484fc77dafd5088d60d37b16f52e43f (patch) | |
tree | c469d296f5520ed9133d725638da749a81255904 /media-libs | |
parent | profiles/use.desc: add global USE flag unwind (diff) | |
download | gentoo-2454b9fa0484fc77dafd5088d60d37b16f52e43f.tar.gz gentoo-2454b9fa0484fc77dafd5088d60d37b16f52e43f.tar.bz2 gentoo-2454b9fa0484fc77dafd5088d60d37b16f52e43f.zip |
media-libs/mesa: add mulilib use dependencies for libunwind
Bug: https://bugs.gentoo.org/show_bug.cgi?id=618754
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/mesa/mesa-17.1.0.ebuild | 2 | ||||
-rw-r--r-- | media-libs/mesa/mesa-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/mesa/mesa-17.1.0.ebuild b/media-libs/mesa/mesa-17.1.0.ebuild index 2a6e279fd590..ef15690a3722 100644 --- a/media-libs/mesa/mesa-17.1.0.ebuild +++ b/media-libs/mesa/mesa-17.1.0.ebuild @@ -93,7 +93,7 @@ RDEPEND=" >=x11-libs/libXxf86vm-1.1.3:=[${MULTILIB_USEDEP}] >=x11-libs/libxcb-1.9.3:=[${MULTILIB_USEDEP}] x11-libs/libXfixes:=[${MULTILIB_USEDEP}] - unwind? ( sys-libs/libunwind ) + unwind? ( sys-libs/libunwind[${MULTILIB_USEDEP}] ) llvm? ( video_cards_radeonsi? ( virtual/libelf:0=[${MULTILIB_USEDEP}] diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index 2a6e279fd590..ef15690a3722 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -93,7 +93,7 @@ RDEPEND=" >=x11-libs/libXxf86vm-1.1.3:=[${MULTILIB_USEDEP}] >=x11-libs/libxcb-1.9.3:=[${MULTILIB_USEDEP}] x11-libs/libXfixes:=[${MULTILIB_USEDEP}] - unwind? ( sys-libs/libunwind ) + unwind? ( sys-libs/libunwind[${MULTILIB_USEDEP}] ) llvm? ( video_cards_radeonsi? ( virtual/libelf:0=[${MULTILIB_USEDEP}] |