diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-04-01 08:12:57 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-04-01 08:12:57 +0000 |
commit | 04e74113e5a42c04cbd8a5546cb39fb07d13f925 (patch) | |
tree | da12316388e06259363830c31a5ada7ab9def01a /games-fps/quake3/quake3-1.32b-r3.ebuild | |
parent | Ebuild cleanup (Manifest recommit) (diff) | |
download | gentoo-2-04e74113e5a42c04cbd8a5546cb39fb07d13f925.tar.gz gentoo-2-04e74113e5a42c04cbd8a5546cb39fb07d13f925.tar.bz2 gentoo-2-04e74113e5a42c04cbd8a5546cb39fb07d13f925.zip |
repoman: Trim trailing whitespace
Diffstat (limited to 'games-fps/quake3/quake3-1.32b-r3.ebuild')
-rw-r--r-- | games-fps/quake3/quake3-1.32b-r3.ebuild | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/games-fps/quake3/quake3-1.32b-r3.ebuild b/games-fps/quake3/quake3-1.32b-r3.ebuild index 76febff5ce28..51cb95387ecf 100644 --- a/games-fps/quake3/quake3-1.32b-r3.ebuild +++ b/games-fps/quake3/quake3-1.32b-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3/quake3-1.32b-r3.ebuild,v 1.4 2004/04/01 03:26:47 jhuebel Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3/quake3-1.32b-r3.ebuild,v 1.5 2004/04/01 08:12:57 mr_bones_ Exp $ inherit games @@ -67,12 +67,10 @@ pkg_postinst() { einfo "\t/etc/init.d/q3ded start" echo einfo "The dedicated server is started under the ${GAMES_USER_DED} user account." - + # IA32 Emulation required for amd64 - if use amd64 - then + if use amd64 ; then echo einfo "NOTE: IA32 Emulation must be compiled into your kernel for Quake3 to run." fi - } |