diff options
author | Mike Frysinger <vapier@gentoo.org> | 2010-08-17 01:05:30 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2010-08-17 01:05:30 +0000 |
commit | 1a91e02d54fbf48d0cfa7c6664cab19aaf9fef0e (patch) | |
tree | 73c1cfc375fedaff2fb5f85955e0b0309c72922b /sys-libs | |
parent | version bumps (diff) | |
download | gentoo-2-1a91e02d54fbf48d0cfa7c6664cab19aaf9fef0e.tar.gz gentoo-2-1a91e02d54fbf48d0cfa7c6664cab19aaf9fef0e.tar.bz2 gentoo-2-1a91e02d54fbf48d0cfa7c6664cab19aaf9fef0e.zip |
Add ~mips per #297452.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/glibc/ChangeLog | 5 | ||||
-rw-r--r-- | sys-libs/glibc/glibc-2.11.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-libs/glibc/ChangeLog b/sys-libs/glibc/ChangeLog index 4375ae5ef593..b6fb9a8c428c 100644 --- a/sys-libs/glibc/ChangeLog +++ b/sys-libs/glibc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-libs/glibc # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.708 2010/08/15 03:12:27 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.709 2010/08/17 01:05:30 vapier Exp $ + + 17 Aug 2010; Mike Frysinger <vapier@gentoo.org> glibc-2.11.2.ebuild: + Add ~mips per #297452. 15 Aug 2010; Mike Frysinger <vapier@gentoo.org> glibc-2.12.1.ebuild: Move into unstable. diff --git a/sys-libs/glibc/glibc-2.11.2.ebuild b/sys-libs/glibc/glibc-2.11.2.ebuild index e9e1697546aa..159724d2a124 100644 --- a/sys-libs/glibc/glibc-2.11.2.ebuild +++ b/sys-libs/glibc/glibc-2.11.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.11.2.ebuild,v 1.14 2010/08/13 17:12:34 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.11.2.ebuild,v 1.15 2010/08/17 01:05:30 vapier Exp $ inherit eutils versionator libtool toolchain-funcs flag-o-matic gnuconfig multilib @@ -8,7 +8,7 @@ DESCRIPTION="GNU libc6 (also called glibc2) C library" HOMEPAGE="http://www.gnu.org/software/libc/libc.html" LICENSE="LGPL-2" -KEYWORDS="alpha amd64 arm ~hppa ia64 ppc ppc64 ~s390 sh sparc x86" +KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~s390 sh sparc x86" RESTRICT="strip" # strip ourself #46186 EMULTILIB_PKG="true" |