diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2007-04-23 11:52:52 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2007-04-23 11:52:52 +0000 |
commit | 314efd45ba1728f99aa8a4d778d9662fb566d280 (patch) | |
tree | 852877f1f8cb1af1d141ee207707fc16853c9960 /games-emulation/mupen64/mupen64-0.5-r4.ebuild | |
parent | inherit eutils (diff) | |
download | gentoo-2-314efd45ba1728f99aa8a4d778d9662fb566d280.tar.gz gentoo-2-314efd45ba1728f99aa8a4d778d9662fb566d280.tar.bz2 gentoo-2-314efd45ba1728f99aa8a4d778d9662fb566d280.zip |
games_pkg_setup
(Portage version: 2.1.2.4)
Diffstat (limited to 'games-emulation/mupen64/mupen64-0.5-r4.ebuild')
-rw-r--r-- | games-emulation/mupen64/mupen64-0.5-r4.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games-emulation/mupen64/mupen64-0.5-r4.ebuild b/games-emulation/mupen64/mupen64-0.5-r4.ebuild index c35ad323b95d..accf6445c897 100644 --- a/games-emulation/mupen64/mupen64-0.5-r4.ebuild +++ b/games-emulation/mupen64/mupen64-0.5-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/mupen64/mupen64-0.5-r4.ebuild,v 1.2 2007/04/02 15:23:58 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/mupen64/mupen64-0.5-r4.ebuild,v 1.3 2007/04/23 11:52:52 nyhm Exp $ inherit eutils multilib games @@ -28,6 +28,7 @@ DEPEND="${RDEPEND} S=${WORKDIR}/${MY_P} pkg_setup() { + games_pkg_setup has_multilib_profile && multilib_toolchain_setup x86 } |