summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2014-03-12 13:34:07 +0000
committerMike Frysinger <vapier@gentoo.org>2014-03-12 13:34:07 +0000
commit220baafe6f618fc42a283eaed3ca368adef8b6fb (patch)
tree04d51a78a53654e027bf20457b03b9b5db716d80 /sys-libs/glibc
parentRemove old. (diff)
downloadgentoo-2-220baafe6f618fc42a283eaed3ca368adef8b6fb.tar.gz
gentoo-2-220baafe6f618fc42a283eaed3ca368adef8b6fb.tar.bz2
gentoo-2-220baafe6f618fc42a283eaed3ca368adef8b6fb.zip
Drop unused mips patch filtering since it isn't in the patchset anymore.
Diffstat (limited to 'sys-libs/glibc')
-rw-r--r--sys-libs/glibc/ChangeLog5
-rw-r--r--sys-libs/glibc/glibc-2.19.ebuild6
2 files changed, 5 insertions, 6 deletions
diff --git a/sys-libs/glibc/ChangeLog b/sys-libs/glibc/ChangeLog
index 055d842f1a75..69d1f5a2c070 100644
--- a/sys-libs/glibc/ChangeLog
+++ b/sys-libs/glibc/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-libs/glibc
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.982 2014/03/05 19:25:54 zorry Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.983 2014/03/12 13:34:07 vapier Exp $
+
+ 12 Mar 2014; Mike Frysinger <vapier@gentoo.org> glibc-2.19.ebuild:
+ Drop unused mips patch filtering since it isn't in the patchset anymore.
05 Mar 2014; Magnus Granberg <zorry@gentoo.org> glibc-2.19.ebuild,
+files/2.19/glibc-2.19-hardened-configure-picdefault.patch:
diff --git a/sys-libs/glibc/glibc-2.19.ebuild b/sys-libs/glibc/glibc-2.19.ebuild
index 824fea023ffe..646c1a264daf 100644
--- a/sys-libs/glibc/glibc-2.19.ebuild
+++ b/sys-libs/glibc/glibc-2.19.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.19.ebuild,v 1.2 2014/03/05 19:25:54 zorry Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.19.ebuild,v 1.3 2014/03/12 13:34:07 vapier Exp $
inherit eutils versionator toolchain-funcs flag-o-matic gnuconfig multilib systemd unpacker multiprocessing
@@ -151,10 +151,6 @@ for x in setup {pre,post}inst ; do
fi
done
-eblit-src_unpack-pre() {
- GLIBC_PATCH_EXCLUDE+=" 00_all_0012-mips-add-clock_-g-s-ettime-symbol-compat-hacks.patch" #456912 #481438
-}
-
eblit-src_unpack-post() {
if use hardened ; then
cd "${S}"