diff options
author | Joshua Kinard <kumba@gentoo.org> | 2007-02-25 19:52:18 +0000 |
---|---|---|
committer | Joshua Kinard <kumba@gentoo.org> | 2007-02-25 19:52:18 +0000 |
commit | eed8c22b61be2feab99ff1c89900e5497a18cfb4 (patch) | |
tree | c2b379f12345cc87846be09ed97f826967440c84 /sys-libs | |
parent | Version Bump (diff) | |
download | gentoo-2-eed8c22b61be2feab99ff1c89900e5497a18cfb4.tar.gz gentoo-2-eed8c22b61be2feab99ff1c89900e5497a18cfb4.tar.bz2 gentoo-2-eed8c22b61be2feab99ff1c89900e5497a18cfb4.zip |
Add ~mips to glibc-2.5 for testing under the 2007.1-dev profile.
(Portage version: 2.1.2-r11)
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/glibc/ChangeLog | 5 | ||||
-rw-r--r-- | sys-libs/glibc/glibc-2.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-libs/glibc/ChangeLog b/sys-libs/glibc/ChangeLog index 5176ad7cc0bd..4cc44f520eba 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.504 2007/02/23 12:09:39 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.505 2007/02/25 19:52:18 kumba Exp $ + + 25 Feb 2007; Joshua Kinard <kumba@gentoo.org> glibc-2.5.ebuild: + Add ~mips to glibc-2.5 for testing under the 2007.1-dev profile. 23 Feb 2007; Roy Marples <uberlord@gentoo.org> files/nscd: nscd init script no longer requires bash diff --git a/sys-libs/glibc/glibc-2.5.ebuild b/sys-libs/glibc/glibc-2.5.ebuild index 198d07c464f6..04297d70bde6 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.35 2007/02/17 00:29:58 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.5.ebuild,v 1.36 2007/02/25 19:52:18 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="-* alpha amd64 arm ia64 ppc ppc64 sh sparc x86" +KEYWORDS="-* alpha amd64 arm ia64 ~mips ppc ppc64 sh sparc x86" BRANCH_UPDATE="" |