diff options
author | Markus Meier <maekke@gentoo.org> | 2010-01-20 19:43:49 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2010-01-20 19:43:49 +0000 |
commit | 0411211f796de9b058c58b91ee6303eb5b6980a8 (patch) | |
tree | 81451dbe35865261aa04f2a6813eb8178303ed08 /sys-libs | |
parent | x86 stable, bug #299707 (diff) | |
download | gentoo-2-0411211f796de9b058c58b91ee6303eb5b6980a8.tar.gz gentoo-2-0411211f796de9b058c58b91ee6303eb5b6980a8.tar.bz2 gentoo-2-0411211f796de9b058c58b91ee6303eb5b6980a8.zip |
arm stable, bug #289342
(Portage version: 2.2_rc61/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.10.1-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-libs/glibc/ChangeLog b/sys-libs/glibc/ChangeLog index e0a947fae03f..63a5009fb683 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.675 2010/01/19 17:47:27 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.676 2010/01/20 19:43:49 maekke Exp $ + + 20 Jan 2010; Markus Meier <maekke@gentoo.org> glibc-2.10.1-r1.ebuild: + arm stable, bug #289342 19 Jan 2010; nixnut <nixnut@gentoo.org> glibc-2.10.1-r1.ebuild: ppc stable #289342 diff --git a/sys-libs/glibc/glibc-2.10.1-r1.ebuild b/sys-libs/glibc/glibc-2.10.1-r1.ebuild index 60d0267ee0ee..9086c1525990 100644 --- a/sys-libs/glibc/glibc-2.10.1-r1.ebuild +++ b/sys-libs/glibc/glibc-2.10.1-r1.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.10.1-r1.ebuild,v 1.9 2010/01/19 17:47:28 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.10.1-r1.ebuild,v 1.10 2010/01/20 19:43:49 maekke 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 ~sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 ppc ~ppc64 ~s390 ~sparc x86" RESTRICT="strip" # strip ourself #46186 EMULTILIB_PKG="true" |