diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2015-06-13 23:25:22 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2015-06-13 23:25:22 +0000 |
commit | 6fa36f1b2b52bfceacd8d594baa18d8fb7299efc (patch) | |
tree | a5f823f2845e0aa20f4c208ff3d1f370686b1ce8 /media-libs/mesa | |
parent | Use -execdir instead of xargs. (diff) | |
download | gentoo-2-6fa36f1b2b52bfceacd8d594baa18d8fb7299efc.tar.gz gentoo-2-6fa36f1b2b52bfceacd8d594baa18d8fb7299efc.tar.bz2 gentoo-2-6fa36f1b2b52bfceacd8d594baa18d8fb7299efc.zip |
Apply patch for bug #543566 to mesa-10.3.7-r1 too.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x2324E7B566DF2611!)
Diffstat (limited to 'media-libs/mesa')
-rw-r--r-- | media-libs/mesa/ChangeLog | 6 | ||||
-rw-r--r-- | media-libs/mesa/mesa-10.3.7-r1.ebuild | 3 |
2 files changed, 7 insertions, 2 deletions
diff --git a/media-libs/mesa/ChangeLog b/media-libs/mesa/ChangeLog index fd234f3d3ea8..20bab763abb4 100644 --- a/media-libs/mesa/ChangeLog +++ b/media-libs/mesa/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-libs/mesa # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.642 2015/05/24 18:11:12 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.643 2015/06/13 23:25:22 chithanh Exp $ + + 13 Jun 2015; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + mesa-10.3.7-r1.ebuild: + Apply patch for bug #543566 to mesa-10.3.7-r1 too. *mesa-10.5.6 (24 May 2015) diff --git a/media-libs/mesa/mesa-10.3.7-r1.ebuild b/media-libs/mesa/mesa-10.3.7-r1.ebuild index 943674cc88c8..2c4d6469baa2 100644 --- a/media-libs/mesa/mesa-10.3.7-r1.ebuild +++ b/media-libs/mesa/mesa-10.3.7-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-10.3.7-r1.ebuild,v 1.16 2015/05/24 04:30:12 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-10.3.7-r1.ebuild,v 1.17 2015/06/13 23:25:22 chithanh Exp $ EAPI=5 @@ -205,6 +205,7 @@ src_prepare() { epatch "${FILESDIR}"/${PN}-10.3.7-dont-use-clrsb.patch epatch "${FILESDIR}"/${PN}-10.3.7-format_utils.c.patch + epatch "${FILESDIR}"/${PN}-10.5.1-fstat-include.patch # relax the requirement that r300 must have llvm, bug 380303 epatch "${FILESDIR}"/${PN}-10.2-dont-require-llvm-for-r300.patch |