diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-03-31 21:35:19 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-03-31 21:35:19 +0000 |
commit | 80ed47865ca5a9dc0577cb62a8c77f43285ad96f (patch) | |
tree | f7623c85a3082d902b9c72461c448b56dec10082 /games-puzzle/hoh-bin/hoh-bin-1.01.ebuild | |
parent | Changed nomirror to mirror. (diff) | |
download | historical-80ed47865ca5a9dc0577cb62a8c77f43285ad96f.tar.gz historical-80ed47865ca5a9dc0577cb62a8c77f43285ad96f.tar.bz2 historical-80ed47865ca5a9dc0577cb62a8c77f43285ad96f.zip |
Changed nostrip to strip.
Package-Manager: portage-2.1_pre7-r2
Diffstat (limited to 'games-puzzle/hoh-bin/hoh-bin-1.01.ebuild')
-rw-r--r-- | games-puzzle/hoh-bin/hoh-bin-1.01.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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 )" |