summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2008-01-14 20:33:41 +0000
committerFabian Groffen <grobian@gentoo.org>2008-01-14 20:33:41 +0000
commit6be01e4ab131e974941517e9c7a9a3d59c54f763 (patch)
tree7d43ece0853a2c35b0ac3d757ea049801a4a9d41 /games-roguelike/nethack
parentDropped ppc-macos keyword, see you in prefix (diff)
downloadgentoo-2-6be01e4ab131e974941517e9c7a9a3d59c54f763.tar.gz
gentoo-2-6be01e4ab131e974941517e9c7a9a3d59c54f763.tar.bz2
gentoo-2-6be01e4ab131e974941517e9c7a9a3d59c54f763.zip
Dropped ppc-macos keyword, see you in prefix
(Portage version: 2.1.3.19)
Diffstat (limited to 'games-roguelike/nethack')
-rw-r--r--games-roguelike/nethack/ChangeLog7
-rw-r--r--games-roguelike/nethack/nethack-3.4.3-r1.ebuild8
2 files changed, 8 insertions, 7 deletions
diff --git a/games-roguelike/nethack/ChangeLog b/games-roguelike/nethack/ChangeLog
index c6e5111b1990..d37b8569af2d 100644
--- a/games-roguelike/nethack/ChangeLog
+++ b/games-roguelike/nethack/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-roguelike/nethack
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-roguelike/nethack/ChangeLog,v 1.26 2007/04/01 04:05:56 mr_bones_ Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-roguelike/nethack/ChangeLog,v 1.27 2008/01/14 20:33:41 grobian Exp $
+
+ 14 Jan 2008; Fabian Groffen <grobian@gentoo.org> nethack-3.4.3-r1.ebuild:
+ Dropped ppc-macos keyword, see you in prefix
01 Apr 2007; Michael Sterrett <mr_bones_@gentoo.org>
nethack-3.4.3-r1.ebuild:
diff --git a/games-roguelike/nethack/nethack-3.4.3-r1.ebuild b/games-roguelike/nethack/nethack-3.4.3-r1.ebuild
index 98c7ac43018d..e76e0d9e96a7 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-2007 Gentoo Foundation
+# Copyright 1999-2008 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.19 2007/04/01 04:05:56 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-roguelike/nethack/nethack-3.4.3-r1.ebuild,v 1.20 2008/01/14 20:33:41 grobian Exp $
inherit eutils toolchain-funcs flag-o-matic games
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/nethack/${PN}-${MY_PV}-src.tgz"
LICENSE="nethack"
SLOT="0"
-KEYWORDS="amd64 ~hppa ppc ~ppc-macos sparc x86 ~x86-fbsd"
+KEYWORDS="amd64 ~hppa ppc sparc x86 ~x86-fbsd"
IUSE="X qt3"
RDEPEND="virtual/libc
@@ -77,8 +77,6 @@ src_compile() {
local qtver=
local lflags="-L/usr/X11R6/lib"
- use ppc-macos && lflags="${lflags} -undefined dynamic_lookup"
-
has_version =x11-libs/qt-3* \
&& qtver=3 \
|| qtver=2