summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2012-06-05 17:08:41 +0000
committerMike Frysinger <vapier@gentoo.org>2012-06-05 17:08:41 +0000
commit660c661be48711b98b47e814cb3c106748133867 (patch)
treedeaade6f7a041849c249e1c87329312fd7b0d253 /eclass
parentStable for amd64, wrt bug #419721 (diff)
downloadgentoo-2-660c661be48711b98b47e814cb3c106748133867.tar.gz
gentoo-2-660c661be48711b98b47e814cb3c106748133867.tar.bz2
gentoo-2-660c661be48711b98b47e814cb3c106748133867.zip
restore pkg_postrm export -- commit 1.542 was meant to delete pkg_prerm, not pkg_postrm as pointed out by Arfrever
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 3619598c723e..459bdff3a444 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.547 2012/06/03 09:02:36 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.548 2012/06/05 17:08:41 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 src_install pkg_postinst
+EXPORT_FUNCTIONS pkg_setup src_unpack src_compile src_test src_install pkg_postinst pkg_postrm
DESCRIPTION="The GNU Compiler Collection"
FEATURES=${FEATURES/multilib-strict/}