summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2005-04-06 22:21:54 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2005-04-06 22:21:54 +0000
commitcf64a14f493ebfa21c3cdc93787defed09aed6ce (patch)
treec1ee5527a95f5bcef7f23720897c46bd8f062984 /games-emulation/nestra/nestra-0.66-r1.ebuild
parentdisabling nls entirely, will fix tomorrow (diff)
downloadhistorical-cf64a14f493ebfa21c3cdc93787defed09aed6ce.tar.gz
historical-cf64a14f493ebfa21c3cdc93787defed09aed6ce.tar.bz2
historical-cf64a14f493ebfa21c3cdc93787defed09aed6ce.zip
need to call games_pkg_setup in pkg_setup
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'games-emulation/nestra/nestra-0.66-r1.ebuild')
-rw-r--r--games-emulation/nestra/nestra-0.66-r1.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/games-emulation/nestra/nestra-0.66-r1.ebuild b/games-emulation/nestra/nestra-0.66-r1.ebuild
index 838bd2518ba2..f346b58fc027 100644
--- a/games-emulation/nestra/nestra-0.66-r1.ebuild
+++ b/games-emulation/nestra/nestra-0.66-r1.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/nestra/nestra-0.66-r1.ebuild,v 1.5 2005/03/22 05:24:26 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/nestra/nestra-0.66-r1.ebuild,v 1.6 2005/04/06 22:21:54 mr_bones_ Exp $
-inherit eutils games toolchain-funcs flag-o-matic
+inherit eutils toolchain-funcs flag-o-matic games
PATCH="${P/-/_}-7.diff"
DESCRIPTION="NES emulation for Linux/x86"
@@ -33,6 +33,7 @@ pkg_setup() {
eerror " USE=multilib FEATURES=-sandbox"
die "Cannot produce 32bit code"
fi
+ games_pkg_setup
}
src_unpack() {