diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2007-01-16 18:04:54 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2007-01-16 18:04:54 +0000 |
commit | 0c7796f4bb5496d3a1efc63624be1dbefa8b5af1 (patch) | |
tree | 314f09f40f8e6149f5a93da196210ba7b476ad10 /sys-libs/glibc | |
parent | Version bump. Adds support for src_test and the source use flag. Fixes bug #1... (diff) | |
download | gentoo-2-0c7796f4bb5496d3a1efc63624be1dbefa8b5af1.tar.gz gentoo-2-0c7796f4bb5496d3a1efc63624be1dbefa8b5af1.tar.bz2 gentoo-2-0c7796f4bb5496d3a1efc63624be1dbefa8b5af1.zip |
Give ~sparc keywords
(Portage version: 2.1.1-r2)
Diffstat (limited to 'sys-libs/glibc')
-rw-r--r-- | sys-libs/glibc/ChangeLog | 7 | ||||
-rw-r--r-- | sys-libs/glibc/glibc-2.5.ebuild | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/sys-libs/glibc/ChangeLog b/sys-libs/glibc/ChangeLog index 4916e96dd706..4fe7fcc23270 100644 --- a/sys-libs/glibc/ChangeLog +++ b/sys-libs/glibc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-libs/glibc -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.493 2007/01/06 05:32:18 tgall Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.494 2007/01/16 18:04:54 gustavoz Exp $ + + 16 Jan 2007; Gustavo Zacarias <gustavoz@gentoo.org> glibc-2.5.ebuild: + Give ~sparc keywords 06 Jan 2007; Tom Gall <tgall@gentoo.org> glibc-2.5.ebuild: stable on ppc64. diff --git a/sys-libs/glibc/glibc-2.5.ebuild b/sys-libs/glibc/glibc-2.5.ebuild index ee7f378aebc6..4fb60188a87a 100644 --- a/sys-libs/glibc/glibc-2.5.ebuild +++ b/sys-libs/glibc/glibc-2.5.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/glibc/glibc-2.5.ebuild,v 1.19 2007/01/16 03:15:21 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.5.ebuild,v 1.20 2007/01/16 18:04:54 gustavoz Exp $ # Here's how the cross-compile logic breaks down ... # CTARGET - machine that will target the binaries @@ -16,7 +16,7 @@ # CHOST = CTARGET - install into / # CHOST != CTARGET - install into /usr/CTARGET/ -KEYWORDS="-* ~amd64 ~arm ~ia64 ~ppc ppc64 sh ~x86" +KEYWORDS="-* ~amd64 ~arm ~ia64 ~ppc ppc64 sh ~sparc ~x86" BRANCH_UPDATE="" |