summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2015-10-01 15:14:31 +0200
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2015-10-01 15:14:31 +0200
commitcc7c79df20b5a7f8ecc6e24a5e5ef668a2403284 (patch)
tree9ca1d82e1ff292429eeeaaecebd9e7dfa7e68891 /media-libs/mesa/mesa-9999.ebuild
parentwww-client/qupzilla: backport patch from upstream solving build failure with ... (diff)
downloadgentoo-cc7c79df20b5a7f8ecc6e24a5e5ef668a2403284.tar.gz
gentoo-cc7c79df20b5a7f8ecc6e24a5e5ef668a2403284.tar.bz2
gentoo-cc7c79df20b5a7f8ecc6e24a5e5ef668a2403284.zip
media-libs/mesa: Version bump. Drop unnecessary libelf dependency on *-fbsd
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'media-libs/mesa/mesa-9999.ebuild')
-rw-r--r--media-libs/mesa/mesa-9999.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
index e7cf9a92e44e..1ac917fef5b2 100644
--- a/media-libs/mesa/mesa-9999.ebuild
+++ b/media-libs/mesa/mesa-9999.ebuild
@@ -95,7 +95,7 @@ RDEPEND="
>=x11-libs/libXxf86vm-1.1.3:=[${MULTILIB_USEDEP}]
>=x11-libs/libxcb-1.9.3:=[${MULTILIB_USEDEP}]
x11-libs/libXfixes:=[${MULTILIB_USEDEP}]
- llvm? (
+ llvm? ( !kernel_FreeBSD? (
video_cards_radeonsi? ( || (
>=dev-libs/elfutils-0.155-r1:=[${MULTILIB_USEDEP}]
>=dev-libs/libelf-0.8.13-r2:=[${MULTILIB_USEDEP}]
@@ -105,16 +105,16 @@ RDEPEND="
>=dev-libs/elfutils-0.155-r1:=[${MULTILIB_USEDEP}]
>=dev-libs/libelf-0.8.13-r2:=[${MULTILIB_USEDEP}]
) )
- )
+ ) )
>=sys-devel/llvm-3.4.2:=[${MULTILIB_USEDEP}]
)
opencl? (
app-eselect/eselect-opencl
dev-libs/libclc
- || (
+ !kernel_FreeBSD? ( || (
>=dev-libs/elfutils-0.155-r1:=[${MULTILIB_USEDEP}]
>=dev-libs/libelf-0.8.13-r2:=[${MULTILIB_USEDEP}]
- )
+ ) )
)
openmax? ( >=media-libs/libomxil-bellagio-0.9.3:=[${MULTILIB_USEDEP}] )
vaapi? ( >=x11-libs/libva-0.35.0:=[${MULTILIB_USEDEP}] )