diff options
author | Mike Frysinger <vapier@gentoo.org> | 2014-03-12 13:34:07 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2014-03-12 13:34:07 +0000 |
commit | 189b05b5e2f275e3acc30519aeea6f8ea5b3f834 (patch) | |
tree | 26e9dd710c791fdb6b216cfcb6b84394f3634bec /sys-libs | |
parent | Remove old. (diff) | |
download | historical-189b05b5e2f275e3acc30519aeea6f8ea5b3f834.tar.gz historical-189b05b5e2f275e3acc30519aeea6f8ea5b3f834.tar.bz2 historical-189b05b5e2f275e3acc30519aeea6f8ea5b3f834.zip |
Drop unused mips patch filtering since it isn't in the patchset anymore.
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/glibc/ChangeLog | 5 | ||||
-rw-r--r-- | sys-libs/glibc/glibc-2.19.ebuild | 6 |
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}" |