summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Heaven <nyhm@gentoo.org>2007-04-26 14:58:01 +0000
committerTristan Heaven <nyhm@gentoo.org>2007-04-26 14:58:01 +0000
commitdf7fda7a0fe19d2966612a619ac3d78214bb7418 (patch)
tree44d2c0c1988bf0fb255f11c9d62c76504612badc /games-emulation
parentFix java-pkg_jar-from() when called with multiple comma-separated packages wr... (diff)
downloadgentoo-2-df7fda7a0fe19d2966612a619ac3d78214bb7418.tar.gz
gentoo-2-df7fda7a0fe19d2966612a619ac3d78214bb7418.tar.bz2
gentoo-2-df7fda7a0fe19d2966612a619ac3d78214bb7418.zip
multilib fix
(Portage version: 2.1.2.4)
Diffstat (limited to 'games-emulation')
-rw-r--r--games-emulation/caps/caps-20060612.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/games-emulation/caps/caps-20060612.ebuild b/games-emulation/caps/caps-20060612.ebuild
index a288f1b0a6b4..cd0842b8ccca 100644
--- a/games-emulation/caps/caps-20060612.ebuild
+++ b/games-emulation/caps/caps-20060612.ebuild
@@ -1,8 +1,7 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/caps/caps-20060612.ebuild,v 1.6 2007/02/08 08:37:25 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/caps/caps-20060612.ebuild,v 1.7 2007/04/26 14:58:01 nyhm Exp $
-use amd64 && ABI=x86
inherit eutils multilib
DESCRIPTION="Support library that allows third party applications access and use C.A.P.S. images"
@@ -32,6 +31,7 @@ src_install() {
dobin ipfdevlib_linux/examples/ppc/ipfinfo || die
;;
x86|amd64)
+ use amd64 && multilib_toolchain_setup x86
dolib.so ipfdevlib_linux/lib/i686/libcapsimage.so.2.0 || die
dobin ipfdevlib_linux/examples/i686/ipfinfo || die
;;