summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2009-11-09 22:16:13 +0000
committerMike Frysinger <vapier@gentoo.org>2009-11-09 22:16:13 +0000
commit7cbbc0c2ec39424ba800cd103501b163cad7982b (patch)
treeebd3a04aa9b90b6fd8d083d3fd02b7cc27633886 /sys-libs/glibc
parentBlock >=app-emulation/emul-linux-x86-gtklibs-20090101 wrt #288278. (diff)
downloadgentoo-2-7cbbc0c2ec39424ba800cd103501b163cad7982b.tar.gz
gentoo-2-7cbbc0c2ec39424ba800cd103501b163cad7982b.tar.bz2
gentoo-2-7cbbc0c2ec39424ba800cd103501b163cad7982b.zip
enable user patching
(Portage version: 2.2_rc49/cvs/Linux x86_64)
Diffstat (limited to 'sys-libs/glibc')
-rw-r--r--sys-libs/glibc/files/eblits/src_unpack.eblit4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys-libs/glibc/files/eblits/src_unpack.eblit b/sys-libs/glibc/files/eblits/src_unpack.eblit
index 0935889b3f0c..5cb2a1ebaf61 100644
--- a/sys-libs/glibc/files/eblits/src_unpack.eblit
+++ b/sys-libs/glibc/files/eblits/src_unpack.eblit
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/files/eblits/src_unpack.eblit,v 1.8 2009/05/17 22:17:56 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/files/eblits/src_unpack.eblit,v 1.9 2009/11/09 22:16:13 vapier Exp $
int_to_KV() {
local version=$1 major minor micro
@@ -126,6 +126,8 @@ toolchain-glibc_src_unpack() {
echo "Gentoo patchset ${PATCH_VER}" >> csu/Banner
fi
+ epatch_user
+
gnuconfig_update
}