commit:     5b9ac484a590ad52e5310a0fb258a2b3ee3113be
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 25 22:53:46 2017 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Wed Jan 25 23:14:17 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b9ac484

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.

 media-libs/mesa/mesa-13.0.3.ebuild     | 3 ---
 media-libs/mesa/mesa-17.0.0_rc2.ebuild | 3 ---
 media-libs/mesa/mesa-9999.ebuild       | 3 ---
 3 files changed, 9 deletions(-)

diff --git a/media-libs/mesa/mesa-13.0.3.ebuild 
b/media-libs/mesa/mesa-13.0.3.ebuild
index f539cdc..8b4dec3 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 1df4dd0..6aec335 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 b8ea0e0..3096064 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? (

Reply via email to