From 9e277ac959b3cbd1e63591111780d74f92632c1c Mon Sep 17 00:00:00 2001 From: Andrea Arteaga Date: Thu, 4 Aug 2011 01:54:28 +0200 Subject: alternatives-2 imported from bicatali and intel-sdp corrected --- eclass/intel-sdp.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'eclass/intel-sdp.eclass') diff --git a/eclass/intel-sdp.eclass b/eclass/intel-sdp.eclass index be74bd114..6759185b9 100644 --- a/eclass/intel-sdp.eclass +++ b/eclass/intel-sdp.eclass @@ -64,7 +64,7 @@ intel-sdp_pkg_setup() { elif use amd64; then arch=x86_64 INTEL_ARCH="intel64" - if use multilib; then + if has_multilib_profile; then arch="x86_64 ${INTEL_X86:-i486}" INTEL_ARCH="intel64 ia32" fi -- cgit v1.2.3-65-gdbad