diff options
author | Piotr Jaroszyński <peper@gentoo.org> | 2007-07-02 15:36:13 +0000 |
---|---|---|
committer | Piotr Jaroszyński <peper@gentoo.org> | 2007-07-02 15:36:13 +0000 |
commit | 04ca81071343411f3e046b95957def7df6bc739d (patch) | |
tree | 8771fdf8dcbe4d3076c76af46c373949e0aaa82f /sys-libs/glibc/glibc-2.6.ebuild | |
parent | Stable for HPPA (bug #182918). (diff) | |
download | gentoo-2-04ca81071343411f3e046b95957def7df6bc739d.tar.gz gentoo-2-04ca81071343411f3e046b95957def7df6bc739d.tar.bz2 gentoo-2-04ca81071343411f3e046b95957def7df6bc739d.zip |
(QA) RESTRICT clean up.
(Portage version: 2.1.3_rc6)
Diffstat (limited to 'sys-libs/glibc/glibc-2.6.ebuild')
-rw-r--r-- | sys-libs/glibc/glibc-2.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/glibc/glibc-2.6.ebuild b/sys-libs/glibc/glibc-2.6.ebuild index 2e236ae7c2e7..669721f35c7b 100644 --- a/sys-libs/glibc/glibc-2.6.ebuild +++ b/sys-libs/glibc/glibc-2.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.6.ebuild,v 1.6 2007/07/01 22:36:43 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.6.ebuild,v 1.7 2007/07/02 15:36:13 peper Exp $ # Here's how the cross-compile logic breaks down ... # CTARGET - machine that will target the binaries @@ -1038,7 +1038,7 @@ else fi # we'll handle stripping ourself #46186 -RESTRICT="nostrip" +RESTRICT="strip" EMULTILIB_PKG="true" # General: We need a new-enough binutils for as-needed |