summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2006-03-31 20:34:13 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2006-03-31 20:34:13 +0000
commit42263a833793514e1d976884bfc1235b4dfd118d (patch)
tree4783c0e8e1691b52386a2b9f5948dc37eff649a7 /games-emulation/gxmame
parentChanging nomirror to mirror. (diff)
downloadhistorical-42263a833793514e1d976884bfc1235b4dfd118d.tar.gz
historical-42263a833793514e1d976884bfc1235b4dfd118d.tar.bz2
historical-42263a833793514e1d976884bfc1235b4dfd118d.zip
Changing nostrip to strip.
Package-Manager: portage-2.1_pre7-r2
Diffstat (limited to 'games-emulation/gxmame')
-rw-r--r--games-emulation/gxmame/ChangeLog6
-rw-r--r--games-emulation/gxmame/gxmame-0.35_beta2.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/games-emulation/gxmame/ChangeLog b/games-emulation/gxmame/ChangeLog
index 4c44464be3c4..2fe74579f491 100644
--- a/games-emulation/gxmame/ChangeLog
+++ b/games-emulation/gxmame/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-emulation/gxmame
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/gxmame/ChangeLog,v 1.17 2006/01/25 15:48:47 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/gxmame/ChangeLog,v 1.18 2006/03/31 20:32:54 wolf31o2 Exp $
+
+ 31 Mar 2006; Chris Gianelloni <wolf31o2@gentoo.org>
+ gxmame-0.35_beta2.ebuild:
+ Changing nostrip to strip.
25 Jan 2006; Michael Sterrett <mr_bones_@gentoo.org>
gxmame-0.35_beta2.ebuild:
diff --git a/games-emulation/gxmame/gxmame-0.35_beta2.ebuild b/games-emulation/gxmame/gxmame-0.35_beta2.ebuild
index c2aa956c08ef..8492d4b769c2 100644
--- a/games-emulation/gxmame/gxmame-0.35_beta2.ebuild
+++ b/games-emulation/gxmame/gxmame-0.35_beta2.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-emulation/gxmame/gxmame-0.35_beta2.ebuild,v 1.5 2006/01/25 15:48:47 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/gxmame/gxmame-0.35_beta2.ebuild,v 1.6 2006/03/31 20:32:54 wolf31o2 Exp $
inherit games
@@ -13,7 +13,7 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ppc ~sparc x86"
IUSE="nls joystick"
-RESTRICT="nostrip"
+RESTRICT="strip"
DEPEND="dev-libs/expat
>=x11-libs/gtk+-2.4