diff options
author | Mike Frysinger <vapier@gentoo.org> | 2012-06-02 20:39:05 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2012-06-02 20:39:05 +0000 |
commit | 7a2917facb894c375e0fcc60a0e68d10ac5a145d (patch) | |
tree | b82e981b2e633ea2c974684e4511e88c4cbcd2fc /eclass/toolchain.eclass | |
parent | Version bump. Ebuild by Arfrever. (diff) | |
download | gentoo-2-7a2917facb894c375e0fcc60a0e68d10ac5a145d.tar.gz gentoo-2-7a2917facb894c375e0fcc60a0e68d10ac5a145d.tar.bz2 gentoo-2-7a2917facb894c375e0fcc60a0e68d10ac5a145d.zip |
delete pkg_prerm from export_functions since its no longer defined
Diffstat (limited to 'eclass/toolchain.eclass')
-rw-r--r-- | eclass/toolchain.eclass | 4 |
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/} |