diff options
author | Mike Frysinger <vapier@gentoo.org> | 2008-10-27 06:59:51 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2008-10-27 06:59:51 +0000 |
commit | d001f9feff1495812e6518fdc6daa24ccc0b46db (patch) | |
tree | 3203735f092585582adb7d05937f25e1a832ca85 /sys-libs/newlib/newlib-1.16.0.ebuild | |
parent | workaround broken portage by sticking crosscompile_opts_headers-only in IUSE ... (diff) | |
download | gentoo-2-d001f9feff1495812e6518fdc6daa24ccc0b46db.tar.gz gentoo-2-d001f9feff1495812e6518fdc6daa24ccc0b46db.tar.bz2 gentoo-2-d001f9feff1495812e6518fdc6daa24ccc0b46db.zip |
workaround broken portage by sticking crosscompile_opts_headers-only in IUSE #229669
(Portage version: 2.2_rc12/cvs/Linux 2.6.26.2 x86_64)
Diffstat (limited to 'sys-libs/newlib/newlib-1.16.0.ebuild')
-rw-r--r-- | sys-libs/newlib/newlib-1.16.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/newlib/newlib-1.16.0.ebuild b/sys-libs/newlib/newlib-1.16.0.ebuild index 5cfbd1a6199a..062212464fea 100644 --- a/sys-libs/newlib/newlib-1.16.0.ebuild +++ b/sys-libs/newlib/newlib-1.16.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/newlib/newlib-1.16.0.ebuild,v 1.1 2008/06/09 17:20:17 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/newlib/newlib-1.16.0.ebuild,v 1.2 2008/10/27 06:59:51 vapier Exp $ inherit eutils flag-o-matic toolchain-funcs @@ -26,7 +26,7 @@ LICENSE="NEWLIB LIBGLOSS GPL-2" && SLOT="${CTARGET}" \ || SLOT="0" KEYWORDS="-* ~arm ~hppa ~m68k ~mips ~ppc ~ppc64 ~sh ~sparc ~x86" -IUSE="nls threads unicode" +IUSE="nls threads unicode crosscompile_opts_headers-only" RESTRICT="strip" DEPEND="" |