diff options
author | 2006-04-13 20:33:52 +0000 | |
---|---|---|
committer | 2006-04-13 20:33:52 +0000 | |
commit | d4c0a74f692a6d4653665954cec93194ff5cb178 (patch) | |
tree | fa9270b56846fdb767a97d322404edef980a9857 /games-emulation/snes9x/snes9x-1.43-r1.ebuild | |
parent | Moved games_pkg_setup to the beginning of pkg_setup. (diff) | |
download | gentoo-2-d4c0a74f692a6d4653665954cec93194ff5cb178.tar.gz gentoo-2-d4c0a74f692a6d4653665954cec93194ff5cb178.tar.bz2 gentoo-2-d4c0a74f692a6d4653665954cec93194ff5cb178.zip |
Moved games_pkg_setup to the beginning of pkg_setup.
(Portage version: 2.1_pre7-r5)
Diffstat (limited to 'games-emulation/snes9x/snes9x-1.43-r1.ebuild')
-rw-r--r-- | games-emulation/snes9x/snes9x-1.43-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-emulation/snes9x/snes9x-1.43-r1.ebuild b/games-emulation/snes9x/snes9x-1.43-r1.ebuild index d105f5e26b0f..bfc59a026a17 100644 --- a/games-emulation/snes9x/snes9x-1.43-r1.ebuild +++ b/games-emulation/snes9x/snes9x-1.43-r1.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/snes9x/snes9x-1.43-r1.ebuild,v 1.7 2006/02/13 02:44:58 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/snes9x/snes9x-1.43-r1.ebuild,v 1.8 2006/04/13 20:33:52 wolf31o2 Exp $ # 3dfx support (glide) is disabled because it requires # glide-v2 while we only provide glide-v3 in portage @@ -37,8 +37,8 @@ DEPEND="${RDEPEND} S=${WORKDIR}/${P}-src pkg_setup() { - use amd64 && [[ -z ${NATIVE_AMD64_BUILD_PLZ} ]] && has_multilib_profile && ABI=x86 games_pkg_setup + use amd64 && [[ -z ${NATIVE_AMD64_BUILD_PLZ} ]] && has_multilib_profile && ABI=x86 } src_unpack() { |