summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-08-07 06:00:11 +0000
committerMike Frysinger <vapier@gentoo.org>2015-08-07 06:00:11 +0000
commitc87b48bd8eaea81d115cdd8f5a59470a190a618c (patch)
tree05203b47b85e2de4f3040755509694040f52ff36 /sys-libs
parentFix dependency on dev-ruby/mail to match gemspec. (diff)
downloadgentoo-2-c87b48bd8eaea81d115cdd8f5a59470a190a618c.tar.gz
gentoo-2-c87b48bd8eaea81d115cdd8f5a59470a190a618c.tar.bz2
gentoo-2-c87b48bd8eaea81d115cdd8f5a59470a190a618c.zip
Fix building for hppa.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Diffstat (limited to 'sys-libs')
-rw-r--r--sys-libs/glibc/ChangeLog5
-rw-r--r--sys-libs/glibc/glibc-2.22.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-libs/glibc/ChangeLog b/sys-libs/glibc/ChangeLog
index 5a34400e5db4..60f0e3fe14a8 100644
--- a/sys-libs/glibc/ChangeLog
+++ b/sys-libs/glibc/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-libs/glibc
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.1064 2015/08/05 13:40:44 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.1065 2015/08/07 06:00:11 vapier Exp $
+
+ 07 Aug 2015; Mike Frysinger <vapier@gentoo.org> glibc-2.22.ebuild:
+ Fix building for hppa.
*glibc-2.22 (05 Aug 2015)
diff --git a/sys-libs/glibc/glibc-2.22.ebuild b/sys-libs/glibc/glibc-2.22.ebuild
index 515ec7ddd906..82335447c476 100644
--- a/sys-libs/glibc/glibc-2.22.ebuild
+++ b/sys-libs/glibc/glibc-2.22.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.22.ebuild,v 1.1 2015/08/05 13:40:44 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.22.ebuild,v 1.2 2015/08/07 06:00:11 vapier Exp $
EAPI="4"
@@ -27,7 +27,7 @@ case ${PV} in
;;
esac
GCC_BOOTSTRAP_VER="4.7.3-r1"
-PATCH_VER="1" # Gentoo patchset
+PATCH_VER="2" # Gentoo patchset
: ${NPTL_KERN_VER:="2.6.32"} # min kernel version nptl requires
IUSE="debug gd hardened multilib nscd selinux systemtap profile suid vanilla crosscompile_opts_headers-only"