summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2011-07-08 10:11:58 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2011-07-08 10:11:58 +0000
commit97ac7873c8e5e8493157e448413a237d38c6c698 (patch)
treeef17640d76fad7ddd9b7b048a01f578e95ca8bce /sys-apps/baselayout/baselayout-2.0.3.ebuild
parentConvert from "hasq" to "has". (diff)
downloadgentoo-2-97ac7873c8e5e8493157e448413a237d38c6c698.tar.gz
gentoo-2-97ac7873c8e5e8493157e448413a237d38c6c698.tar.bz2
gentoo-2-97ac7873c8e5e8493157e448413a237d38c6c698.zip
Convert from "hasq" to "has".
(Portage version: 2.2.0_alpha43/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps/baselayout/baselayout-2.0.3.ebuild')
-rw-r--r--sys-apps/baselayout/baselayout-2.0.3.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/baselayout/baselayout-2.0.3.ebuild b/sys-apps/baselayout/baselayout-2.0.3.ebuild
index 7105aed8fbd5..4314b53e4876 100644
--- a/sys-apps/baselayout/baselayout-2.0.3.ebuild
+++ b/sys-apps/baselayout/baselayout-2.0.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/baselayout/baselayout-2.0.3.ebuild,v 1.5 2011/07/02 21:45:40 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/baselayout/baselayout-2.0.3.ebuild,v 1.6 2011/07/08 10:11:58 ssuominen Exp $
inherit eutils multilib
@@ -159,7 +159,7 @@ src_install() {
# Special-case uglyness... For people updating from lib32 -> lib amd64
# profiles, keep lib32 in the search path while it's around
- if has_multilib_profile && [ -d "${ROOT}"lib32 -o -d "${ROOT}"lib32 ] && ! hasq lib32 ${libdirs}; then
+ if has_multilib_profile && [ -d "${ROOT}"lib32 -o -d "${ROOT}"lib32 ] && ! has lib32 ${libdirs}; then
libdirs_env="${libdirs_env}:/lib32:/usr/lib32:/usr/local/lib32"
fi
echo "LDPATH=\"${libdirs_env}\"" > "${T}"/04multilib