diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-01-26 22:54:06 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-01-26 22:54:06 +0000 |
commit | ab46a28319f77ee52094016c6f4d826afb399acb (patch) | |
tree | 2e6fc9641fcdca9f19496d0ace820379ba886500 /games-fps/prboom/prboom-2.4.7.ebuild | |
parent | whitespace (diff) | |
download | historical-ab46a28319f77ee52094016c6f4d826afb399acb.tar.gz historical-ab46a28319f77ee52094016c6f4d826afb399acb.tar.bz2 historical-ab46a28319f77ee52094016c6f4d826afb399acb.zip |
whitespace
Package-Manager: portage-2.1.1-r2
Diffstat (limited to 'games-fps/prboom/prboom-2.4.7.ebuild')
-rw-r--r-- | games-fps/prboom/prboom-2.4.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-fps/prboom/prboom-2.4.7.ebuild b/games-fps/prboom/prboom-2.4.7.ebuild index 7bfbec342d40..1892d5eb822a 100644 --- a/games-fps/prboom/prboom-2.4.7.ebuild +++ b/games-fps/prboom/prboom-2.4.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/prboom/prboom-2.4.7.ebuild,v 1.2 2007/01/10 00:21:19 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/prboom/prboom-2.4.7.ebuild,v 1.3 2007/01/26 22:54:06 mr_bones_ Exp $ inherit eutils toolchain-funcs games @@ -41,7 +41,7 @@ src_unpack() { src_compile() { local myconf # configure.in should be fixed as - # --enable-gl and + # --enable-gl and # --disable-gl are treated the same use opengl && myconf="--enable-gl" # leave --disable-cpu-opt in otherwise the configure script |