diff options
author | 2004-07-27 00:21:10 +0000 | |
---|---|---|
committer | 2004-07-27 00:21:10 +0000 | |
commit | 8427f9ab98e4b53ed31aa478cd9bec5cad3d43c8 (patch) | |
tree | 7e991eea003976172535ba36b4e758398488dfda /sys-libs | |
parent | temporarily removing (diff) | |
download | gentoo-2-8427f9ab98e4b53ed31aa478cd9bec5cad3d43c8.tar.gz gentoo-2-8427f9ab98e4b53ed31aa478cd9bec5cad3d43c8.tar.bz2 gentoo-2-8427f9ab98e4b53ed31aa478cd9bec5cad3d43c8.zip |
fix use invocation
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/glibc/ChangeLog | 6 | ||||
-rw-r--r-- | sys-libs/glibc/glibc-2.3.4.20040619.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-libs/glibc/ChangeLog b/sys-libs/glibc/ChangeLog index 32f3db503f9d..f28cdf5c8c51 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.213 2004/07/22 12:22:00 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.214 2004/07/27 00:21:10 mr_bones_ Exp $ + + 26 Jul 2004; Michael Sterrett <mr_bones_@gentoo.org> + glibc-2.3.4.20040619.ebuild: + fix use invocation 22 Jul 2004; Guy Martin <gmsoft@gentoo.org> glibc-2.3.4.20040619.ebuild: Added hardened stuff for hppa from pappy. diff --git a/sys-libs/glibc/glibc-2.3.4.20040619.ebuild b/sys-libs/glibc/glibc-2.3.4.20040619.ebuild index 9f462e45e9ba..a49e018eaa4a 100644 --- a/sys-libs/glibc/glibc-2.3.4.20040619.ebuild +++ b/sys-libs/glibc/glibc-2.3.4.20040619.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.20040619.ebuild,v 1.20 2004/07/22 12:22:00 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.4.20040619.ebuild,v 1.21 2004/07/27 00:21:10 mr_bones_ Exp $ inherit eutils flag-o-matic gcc @@ -741,7 +741,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 |