summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-07-10 20:55:37 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-07-10 20:55:37 +0000
commit5322fdfa5768b9d4640dc94ef933ee5234baf371 (patch)
tree5ddaa73a4a62927e439186992f9e81a112b16a86 /games-roguelike
parentheader fix (Manifest recommit) (diff)
downloadgentoo-2-5322fdfa5768b9d4640dc94ef933ee5234baf371.tar.gz
gentoo-2-5322fdfa5768b9d4640dc94ef933ee5234baf371.tar.bz2
gentoo-2-5322fdfa5768b9d4640dc94ef933ee5234baf371.zip
whitespace cleanup
Diffstat (limited to 'games-roguelike')
-rw-r--r--games-roguelike/nethack/nethack-3.4.3-r1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/games-roguelike/nethack/nethack-3.4.3-r1.ebuild b/games-roguelike/nethack/nethack-3.4.3-r1.ebuild
index d9348e586dca..54c181a211aa 100644
--- a/games-roguelike/nethack/nethack-3.4.3-r1.ebuild
+++ b/games-roguelike/nethack/nethack-3.4.3-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-roguelike/nethack/nethack-3.4.3-r1.ebuild,v 1.1 2004/07/10 09:39:36 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-roguelike/nethack/nethack-3.4.3-r1.ebuild,v 1.2 2004/07/10 20:55:37 mr_bones_ Exp $
inherit eutils gcc flag-o-matic games
@@ -27,7 +27,7 @@ HACKDIR="${GAMES_DATADIR}/${PN}"
src_unpack() {
unpack ${A}
- # This copies the /sys/unix Makefile.*s to their correct places for
+ # This copies the /sys/unix Makefile.*s to their correct places for
# seding and compiling.
cd "${S}/sys/unix"
source setup.sh || die
@@ -69,7 +69,7 @@ src_compile() {
|| qtver=2
cd ${S}/src
append-flags -I../include
-
+
emake \
QTDIR=/usr/qt/${qtver} \
CC="$(gcc-getCC)" \