summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2012-06-02 20:39:05 +0000
committerMike Frysinger <vapier@gentoo.org>2012-06-02 20:39:05 +0000
commit7748512301c972274a4e24eeebe7659b6f060055 (patch)
treea6cd19f44f6734bfe131e00ea9ec9becc21d33ac /eclass
parentVersion bump. Ebuild by Arfrever. (diff)
downloadhistorical-7748512301c972274a4e24eeebe7659b6f060055.tar.gz
historical-7748512301c972274a4e24eeebe7659b6f060055.tar.bz2
historical-7748512301c972274a4e24eeebe7659b6f060055.zip
delete pkg_prerm from export_functions since its no longer defined
Diffstat (limited to 'eclass')
-rw-r--r--eclass/toolchain.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass
index 13f2faf5774a..3d55c6276475 100644
--- a/eclass/toolchain.eclass
+++ b/eclass/toolchain.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.543 2012/06/02 20:18:57 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.544 2012/06/02 20:39:05 vapier Exp $
#
# Maintainer: Toolchain Ninjas <toolchain@gentoo.org>
@@ -23,7 +23,7 @@ if [[ ${PV} == *_pre9999* ]] ; then
inherit git-2
fi
-EXPORT_FUNCTIONS pkg_setup src_unpack src_compile src_test pkg_preinst src_install pkg_postinst pkg_prerm
+EXPORT_FUNCTIONS pkg_setup src_unpack src_compile src_test pkg_preinst src_install pkg_postinst
DESCRIPTION="The GNU Compiler Collection"
FEATURES=${FEATURES/multilib-strict/}