--- /usr/portage/app-antivirus/klamav/klamav-0.42.ebuild 2008-01-27 23:51:33.000000000 +0200 +++ /usr/local/portage/app-antivirus/klamav/klamav-0.42.ebuild 2008-02-05 23:13:07.000000000 +0200 @@ -26,15 +26,18 @@ src_unpack(){ kde_src_unpack - # Disable updates from the GUI. We have package managers for that. cf. bug 171414 - econf --with-disableupdates - # Assure a future version won't try to build this. rm -rf "${WORKDIR}/${MY_P}/dazuko"* || die "We missed to eradicate some files" rm -f "${S}"/configure } +src_compile(){ + # Disable updates from the GUI. We have package managers for that. cf. bug 171414 + myconf=--with-disableupdates + kde_src_compile all +} + pkg_postinst(){ elog "The on-access scanning functionality is provided by" elog "the Dazuko kernel module: emerge sys-fs/dazuko"