diff options
author | Matt Turner <mattst88@gentoo.org> | 2017-01-25 14:53:46 -0800 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2017-01-25 15:14:17 -0800 |
commit | 5b9ac484a590ad52e5310a0fb258a2b3ee3113be (patch) | |
tree | 43f8998191df09c592160e11c8ac86fcaf19e58e | |
parent | media-libs/mesa: Drop kernel_FreeBSD exclusion of libelf dependency. (diff) | |
download | gentoo-5b9ac484a590ad52e5310a0fb258a2b3ee3113be.tar.gz gentoo-5b9ac484a590ad52e5310a0fb258a2b3ee3113be.tar.bz2 gentoo-5b9ac484a590ad52e5310a0fb258a2b3ee3113be.zip |
media-libs/mesa: Drop bogus dependency on virtual/libelf.
This dates from a time when r600's GLSL backend could use LLVM, which
requires libelf.
-rw-r--r-- | media-libs/mesa/mesa-13.0.3.ebuild | 3 | ||||
-rw-r--r-- | media-libs/mesa/mesa-17.0.0_rc2.ebuild | 3 | ||||
-rw-r--r-- | media-libs/mesa/mesa-9999.ebuild | 3 |
3 files changed, 0 insertions, 9 deletions
diff --git a/media-libs/mesa/mesa-13.0.3.ebuild b/media-libs/mesa/mesa-13.0.3.ebuild index f539cdcf9040..8b4dec3e3308 100644 --- a/media-libs/mesa/mesa-13.0.3.ebuild +++ b/media-libs/mesa/mesa-13.0.3.ebuild @@ -97,9 +97,6 @@ RDEPEND=" x11-libs/libXfixes:=[${MULTILIB_USEDEP}] llvm? ( video_cards_radeonsi? ( virtual/libelf:0=[${MULTILIB_USEDEP}] ) - !video_cards_r600? ( - video_cards_radeon? ( virtual/libelf:0=[${MULTILIB_USEDEP}] ) - ) >=sys-devel/llvm-3.6.0:=[${MULTILIB_USEDEP}] ) nettle? ( dev-libs/nettle:=[${MULTILIB_USEDEP}] ) diff --git a/media-libs/mesa/mesa-17.0.0_rc2.ebuild b/media-libs/mesa/mesa-17.0.0_rc2.ebuild index 1df4dd09aee3..6aec3354b8ec 100644 --- a/media-libs/mesa/mesa-17.0.0_rc2.ebuild +++ b/media-libs/mesa/mesa-17.0.0_rc2.ebuild @@ -97,9 +97,6 @@ RDEPEND=" x11-libs/libXfixes:=[${MULTILIB_USEDEP}] llvm? ( video_cards_radeonsi? ( virtual/libelf:0=[${MULTILIB_USEDEP}] ) - !video_cards_r600? ( - video_cards_radeon? ( virtual/libelf:0=[${MULTILIB_USEDEP}] ) - ) >=sys-devel/llvm-3.6.0:=[${MULTILIB_USEDEP}] ) opencl? ( diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index b8ea0e0c8818..3096064b6862 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -97,9 +97,6 @@ RDEPEND=" x11-libs/libXfixes:=[${MULTILIB_USEDEP}] llvm? ( video_cards_radeonsi? ( virtual/libelf:0=[${MULTILIB_USEDEP}] ) - !video_cards_r600? ( - video_cards_radeon? ( virtual/libelf:0=[${MULTILIB_USEDEP}] ) - ) >=sys-devel/llvm-3.6.0:=[${MULTILIB_USEDEP}] ) opencl? ( |