diff options
author | José Luis Rivero <yoswink@gentoo.org> | 2007-07-24 08:10:35 +0000 |
---|---|---|
committer | José Luis Rivero <yoswink@gentoo.org> | 2007-07-24 08:10:35 +0000 |
commit | 6f70d1b85e5c2d19df4ba76c3e3fe2cd8210c75a (patch) | |
tree | f98d7e4a963306615b09f41a43d42df852ca536e /sys-libs | |
parent | stable x86, bug 186196 (diff) | |
download | gentoo-2-6f70d1b85e5c2d19df4ba76c3e3fe2cd8210c75a.tar.gz gentoo-2-6f70d1b85e5c2d19df4ba76c3e3fe2cd8210c75a.tar.bz2 gentoo-2-6f70d1b85e5c2d19df4ba76c3e3fe2cd8210c75a.zip |
Keyworded ~alpha
(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 1736c0be4278..a642581cfbe7 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.546 2007/07/20 12:45:55 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.547 2007/07/24 08:10:35 yoswink Exp $ + + 24 Jul 2007; Jose Luis Rivero <yoswink@gentoo.org> glibc-2.6.ebuild: + Keyworded ~alpha 20 Jul 2007; Gustavo Zacarias <gustavoz@gentoo.org> glibc-2.6.ebuild: Keyworded ~sparc diff --git a/sys-libs/glibc/glibc-2.6.ebuild b/sys-libs/glibc/glibc-2.6.ebuild index ad0daf3a68e5..47a28aa96982 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.12 2007/07/20 12:45:55 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.6.ebuild,v 1.13 2007/07/24 08:10:35 yoswink 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 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" BRANCH_UPDATE="" |