summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2009-04-29 17:16:18 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2009-04-29 17:16:18 +0000
commit6317fd526a6376a762c601323eaff716d9045ce8 (patch)
treee2fd5ed679a58ca885a40228d645101922169af9 /media-libs
parentfix mistake in DEPEND, inverted pkgconfig and gettext (diff)
downloadgentoo-2-6317fd526a6376a762c601323eaff716d9045ce8.tar.gz
gentoo-2-6317fd526a6376a762c601323eaff716d9045ce8.tar.bz2
gentoo-2-6317fd526a6376a762c601323eaff716d9045ce8.zip
Add some upstream patches that fixes various segfaluts. Revbump in the process :]
(Portage version: 2.2_rc31/cvs/Linux x86_64)
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/mesa/ChangeLog9
-rw-r--r--media-libs/mesa/mesa-7.4.1-r1.ebuild (renamed from media-libs/mesa/mesa-7.4.1.ebuild)4
2 files changed, 10 insertions, 3 deletions
diff --git a/media-libs/mesa/ChangeLog b/media-libs/mesa/ChangeLog
index 02d049e2b2fa..df6cce5778d2 100644
--- a/media-libs/mesa/ChangeLog
+++ b/media-libs/mesa/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for media-libs/mesa
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.206 2009/04/29 13:37:02 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.207 2009/04/29 17:16:18 scarabeus Exp $
+
+*mesa-7.4.1-r1 (29 Apr 2009)
+
+ 29 Apr 2009; Tomas Chvatal <scarabeus@gentoo.org> -mesa-7.4.1.ebuild,
+ +mesa-7.4.1-r1.ebuild:
+ Add some upstream patches that fixes various segfaluts. Revbump in the
+ process :]
*mesa-7.4.1 (29 Apr 2009)
diff --git a/media-libs/mesa/mesa-7.4.1.ebuild b/media-libs/mesa/mesa-7.4.1-r1.ebuild
index d01817ddc9ee..f646c0085cc6 100644
--- a/media-libs/mesa/mesa-7.4.1.ebuild
+++ b/media-libs/mesa/mesa-7.4.1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-7.4.1.ebuild,v 1.1 2009/04/29 13:37:02 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-7.4.1-r1.ebuild,v 1.1 2009/04/29 17:16:18 scarabeus Exp $
EAPI="2"
@@ -26,7 +26,7 @@ MY_SRC_P="${MY_PN}Lib-${PV/_/-}"
DESCRIPTION="OpenGL-like graphic library for Linux"
HOMEPAGE="http://mesa3d.sourceforge.net/"
-#SRC_PATCHES="mirror://gentoo/${P}-gentoo-patches-01.tar.bz2"
+SRC_PATCHES="mirror://gentoo/${P}-gentoo-patches-01.tar.bz2"
if [[ $PV = *_rc* ]]; then
SRC_URI="http://www.mesa3d.org/beta/${MY_SRC_P}.tar.gz
${SRC_PATCHES}"