diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-04-06 22:21:54 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-04-06 22:21:54 +0000 |
commit | cf64a14f493ebfa21c3cdc93787defed09aed6ce (patch) | |
tree | c1ee5527a95f5bcef7f23720897c46bd8f062984 /games-emulation | |
parent | disabling nls entirely, will fix tomorrow (diff) | |
download | historical-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')
-rw-r--r-- | games-emulation/nestra/nestra-0.66-r1.ebuild | 5 | ||||
-rw-r--r-- | games-emulation/zsnes/zsnes-1.42.ebuild | 3 |
2 files changed, 5 insertions, 3 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() { diff --git a/games-emulation/zsnes/zsnes-1.42.ebuild b/games-emulation/zsnes/zsnes-1.42.ebuild index 4a175d21a34c..ec3c6b1c3ca7 100644 --- a/games-emulation/zsnes/zsnes-1.42.ebuild +++ b/games-emulation/zsnes/zsnes-1.42.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/zsnes/zsnes-1.42.ebuild,v 1.5 2005/03/22 05:11:00 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/zsnes/zsnes-1.42.ebuild,v 1.6 2005/04/06 22:20:30 mr_bones_ Exp $ inherit eutils flag-o-matic games @@ -36,6 +36,7 @@ pkg_setup() { eerror " USE=multilib FEATURES=-sandbox" die "Cannot produce 32bit code" fi + games_pkg_setup } src_unpack() { |