diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2007-07-20 12:45:55 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2007-07-20 12:45:55 +0000 |
commit | 9796a69ebd125340ea464026749b2d0d56e59bca (patch) | |
tree | c44faa4181b78df346d8908cbebb726940cc77fd /sys-libs | |
parent | ffmpeg dependency fix (added blocker on latest version). (diff) | |
download | gentoo-2-9796a69ebd125340ea464026749b2d0d56e59bca.tar.gz gentoo-2-9796a69ebd125340ea464026749b2d0d56e59bca.tar.bz2 gentoo-2-9796a69ebd125340ea464026749b2d0d56e59bca.zip |
Keyworded ~sparc
(Portage version: 2.1.2.9)
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/glibc/ChangeLog | 5 | ||||
-rw-r--r-- | sys-libs/glibc/glibc-2.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-libs/glibc/ChangeLog b/sys-libs/glibc/ChangeLog index 3754c52cbf64..1736c0be4278 100644 --- a/sys-libs/glibc/ChangeLog +++ b/sys-libs/glibc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-libs/glibc # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.545 2007/07/15 12:13:12 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.546 2007/07/20 12:45:55 gustavoz Exp $ + + 20 Jul 2007; Gustavo Zacarias <gustavoz@gentoo.org> glibc-2.6.ebuild: + Keyworded ~sparc 15 Jul 2007; Christoph Mende <angelos@gentoo.org> glibc-2.5-r4.ebuild: Stable on amd64 wrt security bug #183844 diff --git a/sys-libs/glibc/glibc-2.6.ebuild b/sys-libs/glibc/glibc-2.6.ebuild index 4a679c872513..ad0daf3a68e5 100644 --- a/sys-libs/glibc/glibc-2.6.ebuild +++ b/sys-libs/glibc/glibc-2.6.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.6.ebuild,v 1.11 2007/07/15 19:16:39 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.6.ebuild,v 1.12 2007/07/20 12:45:55 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 ~ia64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" BRANCH_UPDATE="" |