diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-06-20 19:17:46 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-06-20 19:17:46 +0000 |
commit | d89909b6bf3565b508a018ef4e4f2f21f7aefd79 (patch) | |
tree | a9046f2d1f261c1573d9b401b58c79406acfc7cc /games-emulation/nestra | |
parent | Replace patch with a refreshed one in correct unix format. (diff) | |
download | historical-d89909b6bf3565b508a018ef4e4f2f21f7aefd79.tar.gz historical-d89909b6bf3565b508a018ef4e4f2f21f7aefd79.tar.bz2 historical-d89909b6bf3565b508a018ef4e4f2f21f7aefd79.zip |
use cleaner method of supporting multilib
Package-Manager: portage-2.1.1_pre1-r1
Diffstat (limited to 'games-emulation/nestra')
-rw-r--r-- | games-emulation/nestra/nestra-0.66-r1.ebuild | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/games-emulation/nestra/nestra-0.66-r1.ebuild b/games-emulation/nestra/nestra-0.66-r1.ebuild index 903d93c5ea60..89b679b5b989 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-2006 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.13 2006/02/11 04:44:27 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/nestra/nestra-0.66-r1.ebuild,v 1.14 2006/06/20 19:16:06 vapier Exp $ -inherit eutils toolchain-funcs flag-o-matic games +inherit eutils toolchain-funcs flag-o-matic multilib games PATCH="${P/-/_}-7.diff" DESCRIPTION="NES emulation for Linux/x86" @@ -21,11 +21,6 @@ DEPEND="${RDEPEND}" S=${WORKDIR}/${PN} -pkg_setup() { - games_pkg_setup - use amd64 && export ABI=x86 -} - src_unpack() { unpack ${A} cd "${S}" @@ -40,6 +35,11 @@ src_unpack() { || die "sed failed" } +src_compile() { + use amd64 && multilib_toolchain_setup x86 + games_src_compile +} + src_install() { dogamesbin nestra || die "dogamesbin failed" dodoc BUGS CHANGES README |