from the eclass: function eclipse-ext_pkg_postinst() { einfo "For tips, tricks and general info on running Eclipse on Gentoo, go to:" einfo "http://gentoo-wiki.com/Eclipse" } function pkg_postinst() { eclipse-ext_pkg_postinst } the "pkg_postinst" should be dropped and "EXPORT_FUNCTIONS eclipse-ext_pkg_postinst" should be added
err, copy & paste strikes again ... the line that should be added: EXPORT_FUNCTIONS pkg_postinst
Fixed.