diff options
author | Jeroen Roovers <jer@gentoo.org> | 2010-01-14 00:58:07 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2010-01-14 00:58:07 +0000 |
commit | dc2f507904e407b5879e2ec17f5dd41581ebb204 (patch) | |
tree | a8039e7eb497e6e4a8293604dc5d11e349f7d59a /sys-libs | |
parent | License changed to BSD, bug #300871 (diff) | |
download | gentoo-2-dc2f507904e407b5879e2ec17f5dd41581ebb204.tar.gz gentoo-2-dc2f507904e407b5879e2ec17f5dd41581ebb204.tar.bz2 gentoo-2-dc2f507904e407b5879e2ec17f5dd41581ebb204.zip |
Stable for HPPA (bug #289342).
(Portage version: 2.2_rc61/cvs/Linux i686)
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 f663a42f2f61..77f98f37e244 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.670 2010/01/10 14:53:46 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.671 2010/01/14 00:58:06 jer Exp $ + + 14 Jan 2010; Jeroen Roovers <jer@gentoo.org> glibc-2.10.1-r1.ebuild: + Stable for HPPA (bug #289342). 10 Jan 2010; Christian Faulhammer <fauli@gentoo.org> glibc-2.10.1-r1.ebuild: diff --git a/sys-libs/glibc/glibc-2.10.1-r1.ebuild b/sys-libs/glibc/glibc-2.10.1-r1.ebuild index 6b172b803573..a30bb13b963a 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.4 2010/01/10 14:53:46 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.10.1-r1.ebuild,v 1.5 2010/01/14 00:58:07 jer 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 ~s390 ~sparc x86" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~s390 ~sparc x86" RESTRICT="strip" # strip ourself #46186 EMULTILIB_PKG="true" |