diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2011-08-20 08:59:42 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2011-08-20 08:59:42 +0000 |
commit | c49fd2b56f5d164754fa74deae4698bee448a867 (patch) | |
tree | 41e3927c1eff941d435e51eb3b49c6453e710c00 /media-libs/mesa/mesa-7.11.ebuild | |
parent | Version bump. (diff) | |
download | gentoo-2-c49fd2b56f5d164754fa74deae4698bee448a867.tar.gz gentoo-2-c49fd2b56f5d164754fa74deae4698bee448a867.tar.bz2 gentoo-2-c49fd2b56f5d164754fa74deae4698bee448a867.zip |
Relax dependency on sys-devel/llvm.
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/mesa/mesa-7.11.ebuild')
-rw-r--r-- | media-libs/mesa/mesa-7.11.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/mesa/mesa-7.11.ebuild b/media-libs/mesa/mesa-7.11.ebuild index 32fc8def5129..ce67ddf6de1e 100644 --- a/media-libs/mesa/mesa-7.11.ebuild +++ b/media-libs/mesa/mesa-7.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-7.11.ebuild,v 1.3 2011/08/02 14:58:44 zorry Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-7.11.ebuild,v 1.4 2011/08/20 08:59:42 chithanh Exp $ EAPI=3 @@ -72,7 +72,7 @@ RDEPEND="${EXTERNAL_DEPEND} x11-libs/libXxf86vm motif? ( x11-libs/openmotif ) gallium? ( - llvm? ( >=sys-devel/llvm-2.9 ) + llvm? ( >=sys-devel/llvm-2.8 ) ) ${LIBDRM_DEPSTRING}[video_cards_nouveau?,video_cards_vmware?] " |