summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2006-03-31 21:35:19 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2006-03-31 21:35:19 +0000
commit3eb4769824ebf6156f69eab51c35027ad805471b (patch)
treeffaa9c7073411bb99588a1bbd363be20ae8a6af3 /games-puzzle/hoh-bin
parentChanged nostrip to strip. (diff)
downloadgentoo-2-3eb4769824ebf6156f69eab51c35027ad805471b.tar.gz
gentoo-2-3eb4769824ebf6156f69eab51c35027ad805471b.tar.bz2
gentoo-2-3eb4769824ebf6156f69eab51c35027ad805471b.zip
Changed nostrip to strip.
(Portage version: 2.1_pre7-r2)
Diffstat (limited to 'games-puzzle/hoh-bin')
-rw-r--r--games-puzzle/hoh-bin/ChangeLog5
-rw-r--r--games-puzzle/hoh-bin/hoh-bin-1.01.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/games-puzzle/hoh-bin/ChangeLog b/games-puzzle/hoh-bin/ChangeLog
index d9c26ee2424d..6ab31e96378c 100644
--- a/games-puzzle/hoh-bin/ChangeLog
+++ b/games-puzzle/hoh-bin/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-puzzle/hoh-bin
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/hoh-bin/ChangeLog,v 1.7 2006/02/17 22:11:04 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/hoh-bin/ChangeLog,v 1.8 2006/03/31 21:35:19 wolf31o2 Exp $
+
+ 31 Mar 2006; Chris Gianelloni <wolf31o2@gentoo.org> hoh-bin-1.01.ebuild:
+ Changed nostrip to strip.
17 Feb 2006; <Tupone@gentoo.org> hoh-bin-1.01.ebuild:
Modular X dependency fix
diff --git a/games-puzzle/hoh-bin/hoh-bin-1.01.ebuild b/games-puzzle/hoh-bin/hoh-bin-1.01.ebuild
index 3dfdfaa4abeb..968012bc7984 100644
--- a/games-puzzle/hoh-bin/hoh-bin-1.01.ebuild
+++ b/games-puzzle/hoh-bin/hoh-bin-1.01.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/hoh-bin/hoh-bin-1.01.ebuild,v 1.8 2006/02/17 22:11:04 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/hoh-bin/hoh-bin-1.01.ebuild,v 1.9 2006/03/31 21:35:19 wolf31o2 Exp $
inherit games
@@ -8,11 +8,11 @@ DESCRIPTION="PC remake of the spectrum game, Head Over Heels"
HOMEPAGE="http://retrospec.sgn.net/games/hoh/"
SRC_URI="http://retrospec.sgn.net/download.php?id=63\&path=games/hoh/bin/hohlin-${PV/./}.tar.bz2"
-RESTRICT="nostrip"
LICENSE="free-noncomm"
SLOT="0"
KEYWORDS="~amd64 x86"
IUSE=""
+RESTRICT="strip"
DEPEND="|| ( x11-libs/libX11 virtual/x11 )
amd64? ( >=app-emulation/emul-linux-x86-xlibs-1.0 )"