diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2012-02-24 17:42:36 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2012-02-24 17:42:36 +0000 |
commit | 3e688297502ea661c4cc9ce689fdedcbfd687754 (patch) | |
tree | 162b5b823c358ad3c16408929c5f5d6d44364c82 /media-libs/mesa | |
parent | Mask tcb USE, bug #405593. (diff) | |
download | gentoo-2-3e688297502ea661c4cc9ce689fdedcbfd687754.tar.gz gentoo-2-3e688297502ea661c4cc9ce689fdedcbfd687754.tar.bz2 gentoo-2-3e688297502ea661c4cc9ce689fdedcbfd687754.zip |
Fix patching failure, reported by ryao on IRC.
(Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/mesa')
-rw-r--r-- | media-libs/mesa/ChangeLog | 6 | ||||
-rw-r--r-- | media-libs/mesa/mesa-8.0.1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/media-libs/mesa/ChangeLog b/media-libs/mesa/ChangeLog index 112989a3ee08..49cc734a85c9 100644 --- a/media-libs/mesa/ChangeLog +++ b/media-libs/mesa/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-libs/mesa # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.382 2012/02/24 15:40:07 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.383 2012/02/24 17:42:36 chithanh Exp $ + + 24 Feb 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + mesa-8.0.1.ebuild: + Fix patching failure, reported by ryao on IRC. *mesa-8.0.1 (24 Feb 2012) diff --git a/media-libs/mesa/mesa-8.0.1.ebuild b/media-libs/mesa/mesa-8.0.1.ebuild index 79805cdf26e7..e04b8c0bfcfc 100644 --- a/media-libs/mesa/mesa-8.0.1.ebuild +++ b/media-libs/mesa/mesa-8.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-8.0.1.ebuild,v 1.1 2012/02/24 15:40:07 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-8.0.1.ebuild,v 1.2 2012/02/24 17:42:36 chithanh Exp $ EAPI=4 @@ -152,7 +152,7 @@ src_prepare() { fi # relax the requirement that r300 must have llvm, bug 380303 - epatch "${FILESDIR}"/${P}-dont-require-llvm-for-r300.patch + epatch "${FILESDIR}"/${PN}-8.0-dont-require-llvm-for-r300.patch # fix for hardened pax_kernel, bug 240956 [[ ${PV} != 9999* ]] && epatch "${FILESDIR}"/glx_ro_text_segm.patch |