summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-02-29 21:04:19 +0000
committerMike Frysinger <vapier@gentoo.org>2004-02-29 21:04:19 +0000
commitf14ef998cc1a02eac37d197f6f84ca92984c91d0 (patch)
treed25bb346dbf5b240afb6d7bf21ae9c9f3402b8eb /games-roguelike
parentfixed sed line which incorrectly changed x86_64 to i386_64 (Manifest recommit) (diff)
downloadgentoo-2-f14ef998cc1a02eac37d197f6f84ca92984c91d0.tar.gz
gentoo-2-f14ef998cc1a02eac37d197f6f84ca92984c91d0.tar.bz2
gentoo-2-f14ef998cc1a02eac37d197f6f84ca92984c91d0.zip
make it stable
Diffstat (limited to 'games-roguelike')
-rw-r--r--games-roguelike/nethack/nethack-3.4.3.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/games-roguelike/nethack/nethack-3.4.3.ebuild b/games-roguelike/nethack/nethack-3.4.3.ebuild
index 263189105dc7..a94fe682e6b4 100644
--- a/games-roguelike/nethack/nethack-3.4.3.ebuild
+++ b/games-roguelike/nethack/nethack-3.4.3.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-roguelike/nethack/nethack-3.4.3.ebuild,v 1.2 2004/01/20 20:32:58 avenj Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-roguelike/nethack/nethack-3.4.3.ebuild,v 1.3 2004/02/29 21:04:19 vapier Exp $
inherit games eutils gcc flag-o-matic
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/nethack/${PN}-${MY_PV}-src.tgz"
LICENSE="nethack"
SLOT="0"
-KEYWORDS="x86 ppc sparc ~amd64"
+KEYWORDS="x86 ppc sparc amd64"
IUSE="X qt gnome"
DEPEND="virtual/glibc
@@ -34,7 +34,6 @@ src_unpack() {
cd ${S}
epatch ${FILESDIR}/${PV}-gentoo-paths.patch
-# epatch ${FILESDIR}/${PV}-errno.patch
epatch ${FILESDIR}/${PV}-default-options.patch
sed -i "s:GENTOO_STATEDIR:${GAMES_STATEDIR}/${PN}:" include/unixconf.h || die "setting statedir"