diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2007-03-19 15:50:47 +0000 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2007-03-19 15:50:47 +0000 |
commit | 670ce7d2f21d8d43fa62306c99b1f8c3d6a7103a (patch) | |
tree | 6eb1d0f4426fc5666485c4ed14b771be5aa92254 /sys-libs/newlib | |
parent | Patch mcpu to march, since mcpu is deprecated and their usage of mcpu should ... (diff) | |
download | gentoo-2-670ce7d2f21d8d43fa62306c99b1f8c3d6a7103a.tar.gz gentoo-2-670ce7d2f21d8d43fa62306c99b1f8c3d6a7103a.tar.bz2 gentoo-2-670ce7d2f21d8d43fa62306c99b1f8c3d6a7103a.zip |
Removed multilib useflag
(Portage version: 2.1.2.2)
Diffstat (limited to 'sys-libs/newlib')
-rw-r--r-- | sys-libs/newlib/ChangeLog | 5 | ||||
-rw-r--r-- | sys-libs/newlib/newlib-1.15.0.ebuild | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/sys-libs/newlib/ChangeLog b/sys-libs/newlib/ChangeLog index 0298d8491fce..8627522c404e 100644 --- a/sys-libs/newlib/ChangeLog +++ b/sys-libs/newlib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-libs/newlib # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/newlib/ChangeLog,v 1.8 2007/02/14 23:32:42 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/newlib/ChangeLog,v 1.9 2007/03/19 15:50:47 lu_zero Exp $ + + 19 Mar 2007; Luca Barbato <lu_zero@gentoo.org> newlib-1.15.0.ebuild: + Removed multilib useflag 14 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> newlib-1.15.0.ebuild: Fix softfloat logic. 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" |