diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2008-04-26 03:45:59 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2008-04-26 03:45:59 +0000 |
commit | e7f8084db004cfe291f61a16f141a244a8ef1ad4 (patch) | |
tree | ccbe3017010256e76ff5e9ddf0a0fb8a1dab8557 /media-libs | |
parent | whitespace (diff) | |
download | gentoo-2-e7f8084db004cfe291f61a16f141a244a8ef1ad4.tar.gz gentoo-2-e7f8084db004cfe291f61a16f141a244a8ef1ad4.tar.bz2 gentoo-2-e7f8084db004cfe291f61a16f141a244a8ef1ad4.zip |
whitespace
(Portage version: 2.1.4.4)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/mesa/mesa-7.0.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/mesa/mesa-7.0.3.ebuild b/media-libs/mesa/mesa-7.0.3.ebuild index ffe9e06e48e8..f4343a57778a 100644 --- a/media-libs/mesa/mesa-7.0.3.ebuild +++ b/media-libs/mesa/mesa-7.0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-7.0.3.ebuild,v 1.1 2008/04/25 20:44:49 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-7.0.3.ebuild,v 1.2 2008/04/26 03:45:59 mr_bones_ Exp $ MY_PN="${PN/m/M}" MY_P="${MY_PN}-${PV/_/-}" @@ -94,7 +94,7 @@ pkg_setup() { append-flags -fno-strict-aliasing - # Recommended by upstream. Since people shouldn't be setting this on + # Recommended by upstream. Since people shouldn't be setting this on # a system level, we set this in this package to be sure it gets it. append-flags -ffast-math |