summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2013-05-09 20:15:23 +0000
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2013-05-09 20:15:23 +0000
commitd436d0e79344c65687130bd24f101c4d249e0592 (patch)
treed36b459cb57a228db28cc2abf5a0b7ea47122aa2 /media-libs/mesa/mesa-9.0.3.ebuild
parentFix gsd dependency (#466192 by Andrew John Hughes) (diff)
downloadhistorical-d436d0e79344c65687130bd24f101c4d249e0592.tar.gz
historical-d436d0e79344c65687130bd24f101c4d249e0592.tar.bz2
historical-d436d0e79344c65687130bd24f101c4d249e0592.zip
Apply patch for bug #461696 and be more precise with llvm dependencies.
Package-Manager: portage-2.1.11.62/cvs/Linux x86_64
Diffstat (limited to 'media-libs/mesa/mesa-9.0.3.ebuild')
-rw-r--r--media-libs/mesa/mesa-9.0.3.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/mesa/mesa-9.0.3.ebuild b/media-libs/mesa/mesa-9.0.3.ebuild
index 6b50a1b0617b..0928b1fff559 100644
--- a/media-libs/mesa/mesa-9.0.3.ebuild
+++ b/media-libs/mesa/mesa-9.0.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-9.0.3.ebuild,v 1.4 2013/05/06 15:58:11 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-9.0.3.ebuild,v 1.5 2013/05/09 20:15:10 chithanh Exp $
EAPI=4
@@ -114,7 +114,7 @@ done
DEPEND="${RDEPEND}
llvm? (
>=sys-devel/llvm-2.9
- <sys-devel/llvm-3.3
+ <sys-devel/llvm-3.3_rc
r600-llvm-compiler? ( =sys-devel/llvm-3.1* )
video_cards_radeonsi? ( =sys-devel/llvm-3.1* )
)