diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-03-31 20:29:58 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-03-31 20:29:58 +0000 |
commit | 731f6e6aed38452f1f221e7ac5736687debd6ac6 (patch) | |
tree | 3dd9b9deb0c259aa730ad5488a6df90c1b2fb5fd /games-emulation/epsxe/epsxe-1.6.0-r3.ebuild | |
parent | Changing nostrip to strip. (diff) | |
download | gentoo-2-731f6e6aed38452f1f221e7ac5736687debd6ac6.tar.gz gentoo-2-731f6e6aed38452f1f221e7ac5736687debd6ac6.tar.bz2 gentoo-2-731f6e6aed38452f1f221e7ac5736687debd6ac6.zip |
Changing nostrip to strip.
(Portage version: 2.1_pre7-r2)
Diffstat (limited to 'games-emulation/epsxe/epsxe-1.6.0-r3.ebuild')
-rw-r--r-- | games-emulation/epsxe/epsxe-1.6.0-r3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games-emulation/epsxe/epsxe-1.6.0-r3.ebuild b/games-emulation/epsxe/epsxe-1.6.0-r3.ebuild index 11e4ed3b327e..013d685b9844 100644 --- a/games-emulation/epsxe/epsxe-1.6.0-r3.ebuild +++ b/games-emulation/epsxe/epsxe-1.6.0-r3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/epsxe/epsxe-1.6.0-r3.ebuild,v 1.5 2004/09/13 04:45:07 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/epsxe/epsxe-1.6.0-r3.ebuild,v 1.6 2006/03/31 20:29:58 wolf31o2 Exp $ inherit games @@ -12,7 +12,7 @@ LICENSE="freedist" SLOT="0" KEYWORDS="-* x86" IUSE="opengl" -RESTRICT="nostrip" # For some strange reason, strip truncates the whole file +RESTRICT="strip" # For some strange reason, strip truncates the whole file DEPEND="app-arch/unzip" RDEPEND=">=dev-libs/glib-1.2 |