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 | acce2b21cc34c7c396a7019adaed8d89739f4b07 (patch) | |
tree | 27d9662a33cb169965e21c43488e41205232d995 /games-fps/prboom | |
parent | whitespace (diff) | |
download | gentoo-2-acce2b21cc34c7c396a7019adaed8d89739f4b07.tar.gz gentoo-2-acce2b21cc34c7c396a7019adaed8d89739f4b07.tar.bz2 gentoo-2-acce2b21cc34c7c396a7019adaed8d89739f4b07.zip |
whitespace
(Portage version: 2.1.1-r2)
Diffstat (limited to 'games-fps/prboom')
-rw-r--r-- | games-fps/prboom/prboom-2.4.6.ebuild | 4 | ||||
-rw-r--r-- | games-fps/prboom/prboom-2.4.7.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/games-fps/prboom/prboom-2.4.6.ebuild b/games-fps/prboom/prboom-2.4.6.ebuild index 349cdf41dcf7..ddc72a495a4c 100644 --- a/games-fps/prboom/prboom-2.4.6.ebuild +++ b/games-fps/prboom/prboom-2.4.6.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.6.ebuild,v 1.2 2007/01/10 00:21:19 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/prboom/prboom-2.4.6.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 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 |