summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Heaven <nyhm@gentoo.org>2006-10-05 23:26:25 +0000
committerTristan Heaven <nyhm@gentoo.org>2006-10-05 23:26:25 +0000
commit72e0c1a24e18a8e5790ee842e0505198eef07d19 (patch)
tree7eca78bf0646f2215ebd1a34d9ed0ba9d3cc8f91 /games-emulation/gxmame
parentRemove old ebuild. (diff)
downloadgentoo-2-72e0c1a24e18a8e5790ee842e0505198eef07d19.tar.gz
gentoo-2-72e0c1a24e18a8e5790ee842e0505198eef07d19.tar.bz2
gentoo-2-72e0c1a24e18a8e5790ee842e0505198eef07d19.zip
Remove RESTRICT=strip
(Portage version: 2.1.2_pre2-r3)
Diffstat (limited to 'games-emulation/gxmame')
-rw-r--r--games-emulation/gxmame/files/digest-gxmame-0.35_beta22
-rw-r--r--games-emulation/gxmame/gxmame-0.35_beta2.ebuild5
2 files changed, 4 insertions, 3 deletions
diff --git a/games-emulation/gxmame/files/digest-gxmame-0.35_beta2 b/games-emulation/gxmame/files/digest-gxmame-0.35_beta2
index 5bc306b79326..7a74af27e5fc 100644
--- a/games-emulation/gxmame/files/digest-gxmame-0.35_beta2
+++ b/games-emulation/gxmame/files/digest-gxmame-0.35_beta2
@@ -1 +1,3 @@
MD5 2ef166272fe2d6b0dfe51dd1616a851c gxmame-0.35beta2.tar.gz 697013
+RMD160 baa658cc6794b10349da173e8e86821c0bace004 gxmame-0.35beta2.tar.gz 697013
+SHA256 6d0339bf334f40ff0b972cf5c4df14660c48a2f0bce10f23d6a0feb3d5c83622 gxmame-0.35beta2.tar.gz 697013
diff --git a/games-emulation/gxmame/gxmame-0.35_beta2.ebuild b/games-emulation/gxmame/gxmame-0.35_beta2.ebuild
index 51057f6f4a2f..9f23d32c05fe 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.7 2006/10/05 17:51:53 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/gxmame/gxmame-0.35_beta2.ebuild,v 1.8 2006/10/05 23:26:25 nyhm Exp $
inherit games
@@ -13,7 +13,6 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ppc ~sparc x86"
IUSE="nls joystick"
-RESTRICT="strip"
RDEPEND="dev-libs/expat
>=x11-libs/gtk+-2.4
@@ -62,7 +61,7 @@ src_compile() {
}
src_install() {
- make DESTDIR="${D}" install || die "make install failed"
+ emake DESTDIR="${D}" install || die "emake install failed"
dodoc AUTHORS BUGS ChangeLog NEWS README TODO
prepgamesdirs
}