diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2011-02-12 23:23:28 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2011-02-12 23:23:28 +0000 |
commit | b2b28b3ef7ab69b77fa69528acc4d29165aeb14d (patch) | |
tree | c5ebfeadc961efb697a4f3a4928a8b0daa289a62 /media-libs | |
parent | Clean up a bit and only compile the stuff we will actually install. (diff) | |
download | gentoo-2-b2b28b3ef7ab69b77fa69528acc4d29165aeb14d.tar.gz gentoo-2-b2b28b3ef7ab69b77fa69528acc4d29165aeb14d.tar.bz2 gentoo-2-b2b28b3ef7ab69b77fa69528acc4d29165aeb14d.zip |
whitespace
(Portage version: 2.1.9.25/cvs/Linux i686)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/mesa/mesa-7.10-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/mesa/mesa-7.10-r1.ebuild b/media-libs/mesa/mesa-7.10-r1.ebuild index 6e3c0b72ae24..02e4e39e4091 100644 --- a/media-libs/mesa/mesa-7.10-r1.ebuild +++ b/media-libs/mesa/mesa-7.10-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-7.10-r1.ebuild,v 1.1 2011/02/09 22:25:09 zorry Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-7.10-r1.ebuild,v 1.2 2011/02/12 23:23:28 mr_bones_ Exp $ EAPI=3 @@ -137,7 +137,7 @@ src_prepare() { # bug 240956 [[ ${PV} != 9999* ]] && epatch "${FILESDIR}"/glx_ro_text_segm.patch - + # FreeBSD 6.* doesn't have posix_memalign(). if [[ ${CHOST} == *-freebsd6.* ]]; then sed -i \ |