Created attachment 324058 [details] environment /var/tmp/portage/app-antivirus/clamav-0.97.5-r1/temp/environment: line 2366: --enable-bzip2: command not found
Created attachment 324060 [details, diff] clamav-0.97.5-r1.ebuild.diff
11 Sep 2012; Christoph Junghans <ottxor@gentoo.org> clamav-0.97.5-r1.ebuild: added prefix support (bug #430604) Index: clamav-0.97.5-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.97.5-r1.ebuild,v retrieving revision 1.6 retrieving revision 1.7 diff -u -B -r1.6 -r1.7 --- clamav-0.97.5-r1.ebuild 28 Aug 2012 18:52:37 -0000 1.6 +++ clamav-0.97.5-r1.ebuild 11 Sep 2012 03:29:29 -0000 1.7 @@ -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/app-antivirus/clamav/clamav-0.97.5-r1.ebuild,v 1.6 2012/08/28 18:52:37 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.97.5-r1.ebuild,v 1.7 2012/09/11 03:29:29 ottxor Exp $ EAPI=4 @@ -48,8 +48,9 @@ econf \ --disable-experimental \ --enable-id-check \ - --with-dbdir=/var/lib/clamav \ + --with-dbdir="${EPREFIX}"/var/lib/clamav \ --with-system-tommath \ + --with-zlib="${EPREFIX}"/usr $(use_enable bzip2) \ $(use_enable clamdtop) \ $(use_enable ipv6) \
Fixed in CVS.