summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2007-03-19 15:50:47 +0000
committerLuca Barbato <lu_zero@gentoo.org>2007-03-19 15:50:47 +0000
commitc65b8f5fd8c1e3b86cfbd5068f367d54e680e1b9 (patch)
tree3161c4b29dd651d288b5d9a61d27c66c0873e292 /sys-libs/newlib/newlib-1.15.0.ebuild
parentPatch mcpu to march, since mcpu is deprecated and their usage of mcpu should ... (diff)
downloadhistorical-c65b8f5fd8c1e3b86cfbd5068f367d54e680e1b9.tar.gz
historical-c65b8f5fd8c1e3b86cfbd5068f367d54e680e1b9.tar.bz2
historical-c65b8f5fd8c1e3b86cfbd5068f367d54e680e1b9.zip
Removed multilib useflag
Package-Manager: portage-2.1.2.2
Diffstat (limited to 'sys-libs/newlib/newlib-1.15.0.ebuild')
-rw-r--r--sys-libs/newlib/newlib-1.15.0.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys-libs/newlib/newlib-1.15.0.ebuild b/sys-libs/newlib/newlib-1.15.0.ebuild
index 1125e3c1e51e..38ed1c175a71 100644
--- a/sys-libs/newlib/newlib-1.15.0.ebuild
+++ b/sys-libs/newlib/newlib-1.15.0.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/newlib/newlib-1.15.0.ebuild,v 1.5 2007/03/19 05:04:37 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/newlib/newlib-1.15.0.ebuild,v 1.6 2007/03/19 15:50:47 lu_zero Exp $
inherit eutils flag-o-matic toolchain-funcs
@@ -26,7 +26,7 @@ LICENSE="NEWLIB LIBGLOSS GPL-2"
&& SLOT="${CTARGET}" \
|| SLOT="0"
KEYWORDS="-* ~ppc64 ~ppc"
-IUSE="nls threads unicode multilib"
+IUSE="nls threads unicode"
RESTRICT="strip"
DEPEND=""
@@ -59,7 +59,6 @@ src_compile() {
econf \
$(use_enable unicode newlib-mb) \
$(use_enable nls) \
- $(use_enable multilib) \
${myconf} \
|| die "econf failed"
emake || die "emake failed"