summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2010-10-13 23:58:12 +0000
committerMike Frysinger <vapier@gentoo.org>2010-10-13 23:58:12 +0000
commit96a9e3283537050db68bb3151d6bc2953972481f (patch)
treeef9ac472bed8f93d98856672f2a40752bf8fc2d9 /sys-libs/glibc
parenttidy (diff)
downloadhistorical-96a9e3283537050db68bb3151d6bc2953972481f.tar.gz
historical-96a9e3283537050db68bb3151d6bc2953972481f.tar.bz2
historical-96a9e3283537050db68bb3151d6bc2953972481f.zip
Add back sparc #336792 by Sergei Trofimovich and fix building with make-3.82 #331995.
Diffstat (limited to 'sys-libs/glibc')
-rw-r--r--sys-libs/glibc/ChangeLog6
-rw-r--r--sys-libs/glibc/glibc-2.12.1-r1.ebuild6
2 files changed, 8 insertions, 4 deletions
diff --git a/sys-libs/glibc/ChangeLog b/sys-libs/glibc/ChangeLog
index 5925ce23b8a5..15972c3821f6 100644
--- a/sys-libs/glibc/ChangeLog
+++ b/sys-libs/glibc/ChangeLog
@@ -1,6 +1,10 @@
# 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.716 2010/10/08 15:33:13 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.717 2010/10/13 23:58:12 vapier Exp $
+
+ 13 Oct 2010; Mike Frysinger <vapier@gentoo.org> glibc-2.12.1-r1.ebuild:
+ Add back sparc #336792 by Sergei Trofimovich and fix building with
+ make-3.82 #331995.
08 Oct 2010; Diego E. Pettenò <flameeyes@gentoo.org>
files/eblits/pkg_preinst.eblit:
diff --git a/sys-libs/glibc/glibc-2.12.1-r1.ebuild b/sys-libs/glibc/glibc-2.12.1-r1.ebuild
index c99b4dc53ec1..cc2994b7ce67 100644
--- a/sys-libs/glibc/glibc-2.12.1-r1.ebuild
+++ b/sys-libs/glibc/glibc-2.12.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.12.1-r1.ebuild,v 1.3 2010/09/24 11:17:12 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.12.1-r1.ebuild,v 1.4 2010/10/13 23:58:12 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="~amd64 ~ia64 ~ppc ~ppc64 ~s390 ~sh -sparc ~x86"
+KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
RESTRICT="strip" # strip ourself #46186
EMULTILIB_PKG="true"
@@ -25,7 +25,7 @@ fi
MANPAGE_VER="" # pregenerated manpages
INFOPAGE_VER="" # pregenerated infopages
LIBIDN_VER="" # it's integrated into the main tarball now
-PATCH_VER="3" # Gentoo patchset
+PATCH_VER="4" # Gentoo patchset
PORTS_VER= #${RELEASE_VER%.?} # version of glibc ports addon
LT_VER="" # version of linuxthreads addon
NPTL_KERN_VER=${NPTL_KERN_VER:-"2.6.9"} # min kernel version nptl requires