summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChi-Thanh Christopher Nguyen <chithanh@gentoo.org>2013-03-19 14:06:15 +0100
committerChi-Thanh Christopher Nguyen <chithanh@gentoo.org>2013-03-19 14:06:15 +0100
commit894a65ed7b062914e7411fcb8f3f18117194145c (patch)
tree483a46418cdfc15bb76e30e4565f951a6137d0c3 /media-libs
parentx11-drivers/ati-drivers: improve check and warning message against hybrid gra... (diff)
downloadx11-894a65ed7b062914e7411fcb8f3f18117194145c.tar.gz
x11-894a65ed7b062914e7411fcb8f3f18117194145c.tar.bz2
x11-894a65ed7b062914e7411fcb8f3f18117194145c.zip
media-libs/mesa: depend on llvm that has r600 shader compiler enabled when necessary.
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/mesa/mesa-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
index fe2835e9..01459442 100644
--- a/media-libs/mesa/mesa-9999.ebuild
+++ b/media-libs/mesa/mesa-9999.ebuild
@@ -114,8 +114,8 @@ done
DEPEND="${RDEPEND}
llvm? (
>=sys-devel/llvm-2.9
- r600-llvm-compiler? ( >=sys-devel/llvm-3.1 )
- video_cards_radeonsi? ( >=sys-devel/llvm-3.1 )
+ r600-llvm-compiler? ( sys-devel/llvm[video_cards_radeon] )
+ video_cards_radeonsi? ( sys-devel/llvm[video_cards_radeon] )
)
${PYTHON_DEPS}
dev-libs/libxml2[python,${PYTHON_USEDEP}]