diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-04-13 20:36:47 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-04-13 20:36:47 +0000 |
commit | 3750fa39494d649f7571ff05b09810d5c90756d9 (patch) | |
tree | 306ec4a09ea4fc2362ea2ef4cd473c9190c73001 /games-emulation/snes9x | |
parent | quote $S and $D (diff) | |
download | historical-3750fa39494d649f7571ff05b09810d5c90756d9.tar.gz historical-3750fa39494d649f7571ff05b09810d5c90756d9.tar.bz2 historical-3750fa39494d649f7571ff05b09810d5c90756d9.zip |
Moved games_pkg_setup to the beginning of pkg_setup.
Package-Manager: portage-2.1_pre7-r5
Diffstat (limited to 'games-emulation/snes9x')
-rw-r--r-- | games-emulation/snes9x/ChangeLog | 5 | ||||
-rw-r--r-- | games-emulation/snes9x/snes9x-1.43-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-emulation/snes9x/ChangeLog b/games-emulation/snes9x/ChangeLog index a1d3070c2ac3..0cfb71e38428 100644 --- a/games-emulation/snes9x/ChangeLog +++ b/games-emulation/snes9x/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-emulation/snes9x # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/snes9x/ChangeLog,v 1.23 2006/02/13 02:44:58 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/snes9x/ChangeLog,v 1.24 2006/04/13 20:33:52 wolf31o2 Exp $ + + 13 Apr 2006; Chris Gianelloni <wolf31o2@gentoo.org> snes9x-1.43-r1.ebuild: + Moved games_pkg_setup to the beginning of pkg_setup. 13 Feb 2006; Mark Loeser <halcy0n@gentoo.org> snes9x-1.43-r1.ebuild: Fix: RDEPEND: 'emul-linux-x86-xlibs' not a valid atom 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() { |