diff options
author | Stephen Bennett <spb@gentoo.org> | 2007-03-08 23:49:03 +0000 |
---|---|---|
committer | Stephen Bennett <spb@gentoo.org> | 2007-03-08 23:49:03 +0000 |
commit | 37a4c233fb9dddff71d50b0fd434bb2289dde4fb (patch) | |
tree | f87b775867c4fdea4605a416e87ac67bfc777c32 /app-antivirus | |
parent | Release candidate to go along with the new xserver. This brings the (diff) | |
download | gentoo-2-37a4c233fb9dddff71d50b0fd434bb2289dde4fb.tar.gz gentoo-2-37a4c233fb9dddff71d50b0fd434bb2289dde4fb.tar.bz2 gentoo-2-37a4c233fb9dddff71d50b0fd434bb2289dde4fb.zip |
Run eautoreconf in src_unpack
(Portage version: 2.1.2-r9)
Diffstat (limited to 'app-antivirus')
-rw-r--r-- | app-antivirus/clamav/ChangeLog | 5 | ||||
-rw-r--r-- | app-antivirus/clamav/clamav-0.90.1-r1.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/app-antivirus/clamav/ChangeLog b/app-antivirus/clamav/ChangeLog index b907d2312d26..7059363b4784 100644 --- a/app-antivirus/clamav/ChangeLog +++ b/app-antivirus/clamav/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-antivirus/clamav # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/ChangeLog,v 1.209 2007/03/08 16:59:35 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/ChangeLog,v 1.210 2007/03/08 23:49:03 spb Exp $ + + 08 Mar 2007; Stephen Bennett <spb@gentoo.org> clamav-0.90.1-r1.ebuild: + Run eautoreconf in src_unpack, by request of ticho *clamav-0.90.1-r1 (08 Mar 2007) diff --git a/app-antivirus/clamav/clamav-0.90.1-r1.ebuild b/app-antivirus/clamav/clamav-0.90.1-r1.ebuild index e26627eecf73..d37c244ef665 100644 --- a/app-antivirus/clamav/clamav-0.90.1-r1.ebuild +++ b/app-antivirus/clamav/clamav-0.90.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.90.1-r1.ebuild,v 1.1 2007/03/08 16:59:35 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.90.1-r1.ebuild,v 1.2 2007/03/08 23:49:03 spb Exp $ inherit eutils flag-o-matic fixheadtails @@ -46,6 +46,7 @@ src_unpack() { cd "${S}" epatch "${FILESDIR}"/${P%.*}-compat.patch epatch "${FILESDIR}"/${P%.*}-nls.patch + eautoreconf } src_compile() { |