summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2014-02-04 20:49:01 +0000
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2014-02-04 20:49:01 +0000
commit74d2ae8adf8d0103ef00e46d67745b884aadb287 (patch)
tree55cb5c8ce6a26205b04da12e9903056ccfadf0df /media-libs/mesa
parentKeyword ~ppc. (diff)
downloadgentoo-2-74d2ae8adf8d0103ef00e46d67745b884aadb287.tar.gz
gentoo-2-74d2ae8adf8d0103ef00e46d67745b884aadb287.tar.bz2
gentoo-2-74d2ae8adf8d0103ef00e46d67745b884aadb287.zip
Fix llvm-3.4 patches, bug #497886. Add patch to make opencl build on ppc, upstream #68504.
(Portage version: 2.2.7/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'media-libs/mesa')
-rw-r--r--media-libs/mesa/ChangeLog7
-rw-r--r--media-libs/mesa/mesa-9.2.5.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/media-libs/mesa/ChangeLog b/media-libs/mesa/ChangeLog
index 118324408204..0669b4875428 100644
--- a/media-libs/mesa/ChangeLog
+++ b/media-libs/mesa/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for media-libs/mesa
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.537 2014/02/03 21:44:45 mattst88 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.538 2014/02/04 20:49:01 chithanh Exp $
+
+ 04 Feb 2014; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ mesa-9.2.5.ebuild:
+ Fix llvm-3.4 patches, bug #497886. Add patch to make opencl build on ppc,
+ upstream #68504.
*mesa-10.0.3 (03 Feb 2014)
diff --git a/media-libs/mesa/mesa-9.2.5.ebuild b/media-libs/mesa/mesa-9.2.5.ebuild
index 8ff7bb0b0a1a..097cb2100697 100644
--- a/media-libs/mesa/mesa-9.2.5.ebuild
+++ b/media-libs/mesa/mesa-9.2.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-9.2.5.ebuild,v 1.5 2014/01/26 20:28:12 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-9.2.5.ebuild,v 1.6 2014/02/04 20:49:01 chithanh Exp $
EAPI=5
@@ -27,7 +27,7 @@ FOLDER="${PV/_rc*/}"
DESCRIPTION="OpenGL-like graphic library for Linux"
HOMEPAGE="http://mesa3d.sourceforge.net/"
-SRC_PATCHES="mirror://gentoo/${PN}-9.2-gentoo-patches-02.tar.xz"
+SRC_PATCHES="mirror://gentoo/${PN}-9.2-gentoo-patches-03.tar.xz"
if [[ $PV = 9999* ]]; then
SRC_URI="${SRC_PATCHES}"
else
@@ -128,13 +128,11 @@ done
DEPEND="${RDEPEND}
llvm? (
- <sys-devel/llvm-3.4[${MULTILIB_USEDEP}]
>=sys-devel/llvm-2.9[${MULTILIB_USEDEP}]
r600-llvm-compiler? ( sys-devel/llvm[video_cards_radeon] )
video_cards_radeonsi? ( sys-devel/llvm[video_cards_radeon] )
)
opencl? (
- <sys-devel/llvm-3.4[video_cards_radeon,${MULTILIB_USEDEP}]
>=sys-devel/llvm-3.3-r1[video_cards_radeon,${MULTILIB_USEDEP}]
>=sys-devel/clang-3.3[${MULTILIB_USEDEP}]
>=sys-devel/gcc-4.6