diff options
author | Mike Frysinger <vapier@gentoo.org> | 2008-10-27 03:02:27 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2008-10-27 03:02:27 +0000 |
commit | 4bc01b78cce43ac8f95580b2278952ecebcb5331 (patch) | |
tree | ef8917a0f1e074cf3bb97ed26310767366d9bad8 | |
parent | amd64 stable, bug 244579 (diff) | |
download | historical-4bc01b78cce43ac8f95580b2278952ecebcb5331.tar.gz historical-4bc01b78cce43ac8f95580b2278952ecebcb5331.tar.bz2 historical-4bc01b78cce43ac8f95580b2278952ecebcb5331.zip |
Fix building for arm.
Package-Manager: portage-2.2_rc12/cvs/Linux 2.6.26.2 x86_64
-rw-r--r-- | sys-libs/glibc/ChangeLog | 6 | ||||
-rw-r--r-- | sys-libs/glibc/glibc-2.8_p20080602.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/sys-libs/glibc/ChangeLog b/sys-libs/glibc/ChangeLog index 3ac084b2a6c9..b9f4c1da2a0d 100644 --- a/sys-libs/glibc/ChangeLog +++ b/sys-libs/glibc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-libs/glibc # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.591 2008/09/05 20:23:16 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.592 2008/10/27 03:02:27 vapier Exp $ + + 27 Oct 2008; Mike Frysinger <vapier@gentoo.org> + glibc-2.8_p20080602.ebuild: + Fix building for arm. 05 Sep 2008; Mike Frysinger <vapier@gentoo.org> glibc-2.3.5-r3.ebuild, glibc-2.3.6-r4.ebuild, glibc-2.3.6-r5.ebuild, glibc-2.4-r4.ebuild, diff --git a/sys-libs/glibc/glibc-2.8_p20080602.ebuild b/sys-libs/glibc/glibc-2.8_p20080602.ebuild index bd2e713008d6..978c3874a281 100644 --- a/sys-libs/glibc/glibc-2.8_p20080602.ebuild +++ b/sys-libs/glibc/glibc-2.8_p20080602.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.8_p20080602.ebuild,v 1.8 2008/09/05 20:23:16 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.8_p20080602.ebuild,v 1.9 2008/10/27 03:02:27 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 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86" RESTRICT="strip" # strip ourself #46186 EMULTILIB_PKG="true" @@ -24,7 +24,7 @@ SNAP_VER="" fi MANPAGE_VER="" # pregenerated manpages INFOPAGE_VER="" # pregenerated infopages -PATCH_VER="2" # Gentoo patchset +PATCH_VER="3" # Gentoo patchset PORTS_VER=${RELEASE_VER} # version of glibc ports addon LIBIDN_VER="" # version of libidn addon LT_VER="" # version of linuxthreads addon |