diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-11-06 07:52:44 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-11-06 07:52:44 +0000 |
commit | ef1a170b4fe935d3d915bfe38503743239ba922c (patch) | |
tree | 172387a31435d71c6e35c2eba008cb9f8100cba5 /sys-libs/uclibc | |
parent | Stable for HPPA (bug #153936). (diff) | |
download | gentoo-2-ef1a170b4fe935d3d915bfe38503743239ba922c.tar.gz gentoo-2-ef1a170b4fe935d3d915bfe38503743239ba922c.tar.bz2 gentoo-2-ef1a170b4fe935d3d915bfe38503743239ba922c.zip |
ppc stable
(Portage version: 2.1.2_rc1-r2)
Diffstat (limited to 'sys-libs/uclibc')
-rw-r--r-- | sys-libs/uclibc/uclibc-0.9.28-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/uclibc/uclibc-0.9.28-r1.ebuild b/sys-libs/uclibc/uclibc-0.9.28-r1.ebuild index a2617c57452e..255f0a020dbe 100644 --- a/sys-libs/uclibc/uclibc-0.9.28-r1.ebuild +++ b/sys-libs/uclibc/uclibc-0.9.28-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/uclibc/uclibc-0.9.28-r1.ebuild,v 1.2 2006/11/05 10:55:24 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/uclibc/uclibc-0.9.28-r1.ebuild,v 1.3 2006/11/06 07:52:44 vapier Exp $ #ESVN_REPO_URI="svn://uclibc.org/trunk/uClibc" #inherit subversion @@ -37,7 +37,7 @@ LICENSE="LGPL-2" [[ ${CTARGET} != ${CHOST} ]] \ && SLOT="${CTARGET}" \ || SLOT="0" -KEYWORDS="-* ~arm ~m68k -mips ~ppc ~sh ~sparc ~x86" +KEYWORDS="-* ~arm ~m68k -mips ppc ~sh ~sparc ~x86" IUSE="build uclibc-compat debug hardened iconv ipv6 minimal nls pregen savedconfig userlocales wordexp" RESTRICT="nostrip" |