summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-08-03 20:45:43 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-08-03 20:45:43 +0000
commitf1e4a70dc5ce7cbf2184128f6f887e235d71c2e1 (patch)
tree6ab5cd4033df14b475aa3ec683db5ed25fdd366a /sys-libs
parentadd ~ia64 #56295 (Manifest recommit) (diff)
downloadgentoo-2-f1e4a70dc5ce7cbf2184128f6f887e235d71c2e1.tar.gz
gentoo-2-f1e4a70dc5ce7cbf2184128f6f887e235d71c2e1.tar.bz2
gentoo-2-f1e4a70dc5ce7cbf2184128f6f887e235d71c2e1.zip
fix use invocation
Diffstat (limited to 'sys-libs')
-rw-r--r--sys-libs/glibc/ChangeLog6
-rw-r--r--sys-libs/glibc/glibc-2.3.4.20040605.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-libs/glibc/ChangeLog b/sys-libs/glibc/ChangeLog
index 5c652f4817df..e414a01b5115 100644
--- a/sys-libs/glibc/ChangeLog
+++ b/sys-libs/glibc/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-libs/glibc
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.215 2004/08/02 20:40:56 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.216 2004/08/03 20:45:43 mr_bones_ Exp $
+
+ 03 Aug 2004; Michael Sterrett <mr_bones_@gentoo.org>
+ glibc-2.3.4.20040605.ebuild:
+ fix use invocation
02 Aug 2004; Mike Frysinger <vapier@gentoo.org> glibc-2.2.5-r9.ebuild,
glibc-2.3.2-r10.ebuild, glibc-2.3.4.20040619.ebuild:
diff --git a/sys-libs/glibc/glibc-2.3.4.20040605.ebuild b/sys-libs/glibc/glibc-2.3.4.20040605.ebuild
index fe68b9e19156..272552e0a4cb 100644
--- a/sys-libs/glibc/glibc-2.3.4.20040605.ebuild
+++ b/sys-libs/glibc/glibc-2.3.4.20040605.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.4.20040605.ebuild,v 1.24 2004/07/12 22:19:44 tgall Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.4.20040605.ebuild,v 1.25 2004/08/03 20:45:43 mr_bones_ Exp $
IUSE="nls pic build nptl erandom hardened makecheck multilib debug"
@@ -567,7 +567,7 @@ pkg_postinst() {
${ROOT}/usr/sbin/iconvconfig --prefix=${ROOT}
fi
- if [ ! -e "${ROOT}/ld.so.1" -a "`use ppc64`" ]
+ if [ ! -e "${ROOT}/ld.so.1" ] && use ppc64
then
pushd ${ROOT}
cd ${ROOT}/lib