diff options
author | Joshua Kinard <kumba@gentoo.org> | 2006-06-15 16:27:44 +0000 |
---|---|---|
committer | Joshua Kinard <kumba@gentoo.org> | 2006-06-15 16:27:44 +0000 |
commit | 4944634dfc333e95689236c5bb2aac49e7b01449 (patch) | |
tree | 2657b6f5cca1e82ffeaaf706fc59436f1caf4cae /sys-libs | |
parent | Removed nonfunctional telentente.com mirror (diff) | |
download | gentoo-2-4944634dfc333e95689236c5bb2aac49e7b01449.tar.gz gentoo-2-4944634dfc333e95689236c5bb2aac49e7b01449.tar.bz2 gentoo-2-4944634dfc333e95689236c5bb2aac49e7b01449.zip |
Add ~mips to KEYWORDS for testing purposes.
(Portage version: 2.1)
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/glibc/ChangeLog | 5 | ||||
-rw-r--r-- | sys-libs/glibc/glibc-2.4-r3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-libs/glibc/ChangeLog b/sys-libs/glibc/ChangeLog index 53f5c515aa75..9d260231ac83 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.457 2006/05/30 19:45:22 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.458 2006/06/15 16:27:44 kumba Exp $ + + 15 Jun 2006; Joshua Kinard <kumba@gentoo.org> glibc-2.4-r3.ebuild: + Add ~mips to KEYWORDS for testing purposes. 30 May 2006; Jeremy Huddleston <eradicator@gentoo.org> glibc-2.3.4.20041102-r2.ebuild, glibc-2.3.4.20050125-r1.ebuild, diff --git a/sys-libs/glibc/glibc-2.4-r3.ebuild b/sys-libs/glibc/glibc-2.4-r3.ebuild index 92e26805eeb2..b3f7fdcddbd4 100644 --- a/sys-libs/glibc/glibc-2.4-r3.ebuild +++ b/sys-libs/glibc/glibc-2.4-r3.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/glibc/glibc-2.4-r3.ebuild,v 1.5 2006/06/10 15:04:30 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.4-r3.ebuild,v 1.6 2006/06/15 16:27:44 kumba 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 ~x86" +KEYWORDS="-* ~amd64 ~ia64 ~mips ~ppc ~x86" BRANCH_UPDATE="" |