diff options
author | 2007-06-08 23:52:12 +0000 | |
---|---|---|
committer | 2007-06-08 23:52:12 +0000 | |
commit | c82764312c23352423b476bba7b1e82d7b986a4f (patch) | |
tree | f224880e5db7e384730fe92e3c40a95eed6634c2 /sys-libs/newlib/newlib-1.15.0.ebuild | |
parent | Version bump, with lots of configuration fixes from upstream. (diff) | |
download | gentoo-2-c82764312c23352423b476bba7b1e82d7b986a4f.tar.gz gentoo-2-c82764312c23352423b476bba7b1e82d7b986a4f.tar.bz2 gentoo-2-c82764312c23352423b476bba7b1e82d7b986a4f.zip |
arm/hppa/mips/sh/sparc/x86 keywords
(Portage version: 2.1.2.9)
Diffstat (limited to 'sys-libs/newlib/newlib-1.15.0.ebuild')
-rw-r--r-- | sys-libs/newlib/newlib-1.15.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/newlib/newlib-1.15.0.ebuild b/sys-libs/newlib/newlib-1.15.0.ebuild index 38ed1c175a71..a35be1e06dcc 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.6 2007/03/19 15:50:47 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/newlib/newlib-1.15.0.ebuild,v 1.7 2007/06/08 23:52:12 vapier Exp $ inherit eutils flag-o-matic toolchain-funcs @@ -25,7 +25,7 @@ LICENSE="NEWLIB LIBGLOSS GPL-2" [[ ${CTARGET} != ${CHOST} ]] \ && SLOT="${CTARGET}" \ || SLOT="0" -KEYWORDS="-* ~ppc64 ~ppc" +KEYWORDS="-* ~arm ~hppa ~m68k ~mips ~ppc ~ppc64 ~sh ~sparc ~x86" IUSE="nls threads unicode" RESTRICT="strip" |