diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-12-26 19:29:35 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-12-26 19:29:35 +0000 |
commit | 8e381aebfe311148b9c5aa3429fc08c1fd7d9c3c (patch) | |
tree | 8b54393617095518c18c0f82574efd938413d985 /games-emulation/snes9x | |
parent | Stable on sparc wrt #113250 (diff) | |
download | gentoo-2-8e381aebfe311148b9c5aa3429fc08c1fd7d9c3c.tar.gz gentoo-2-8e381aebfe311148b9c5aa3429fc08c1fd7d9c3c.tar.bz2 gentoo-2-8e381aebfe311148b9c5aa3429fc08c1fd7d9c3c.zip |
needs to call games_pkg_setup
(Portage version: 2.0.53)
Diffstat (limited to 'games-emulation/snes9x')
-rw-r--r-- | games-emulation/snes9x/snes9x-1.43-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games-emulation/snes9x/snes9x-1.43-r1.ebuild b/games-emulation/snes9x/snes9x-1.43-r1.ebuild index 911e3ba1ccf5..41eb30efe1fa 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-2005 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.3 2005/12/26 16:35:53 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/snes9x/snes9x-1.43-r1.ebuild,v 1.4 2005/12/26 19:29:35 mr_bones_ Exp $ # 3dfx support (glide) is disabled because it requires # glide-v2 while we only provide glide-v3 in portage @@ -29,6 +29,7 @@ S=${WORKDIR}/${P}-src pkg_setup() { use amd64 && [[ -z ${NATIVE_AMD64_BUILD_PLZ} ]] && has_multilib_profile && ABI=x86 + games_pkg_setup } src_unpack() { |