diff options
-rw-r--r-- | app-antivirus/clamav/ChangeLog | 6 | ||||
-rw-r--r-- | app-antivirus/clamav/clamav-0.86.2.ebuild | 3 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-antivirus/clamav/ChangeLog b/app-antivirus/clamav/ChangeLog index 40303cdea87b..3e50d86e0400 100644 --- a/app-antivirus/clamav/ChangeLog +++ b/app-antivirus/clamav/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-antivirus/clamav # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/ChangeLog,v 1.103 2005/08/28 00:33:26 cryos Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/ChangeLog,v 1.104 2005/09/08 19:07:26 ticho Exp $ + + 08 Sep 2005; Andrej Kacian <ticho@gentoo.org> clamav-0.86.2.ebuild: + Removed call to pwconv. Pointed out by Tobias Hahn <tobhahn at web.de>, bug + #105278. 23 Aug 2005; Andrej Kacian <ticho@gentoo.org> clamav-0.86.2.ebuild: Use -1 for shell argument to enewuser. Bug #103421. diff --git a/app-antivirus/clamav/clamav-0.86.2.ebuild b/app-antivirus/clamav/clamav-0.86.2.ebuild index c30398a1a6f8..1d4e3647013d 100644 --- a/app-antivirus/clamav/clamav-0.86.2.ebuild +++ b/app-antivirus/clamav/clamav-0.86.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.86.2.ebuild,v 1.10 2005/08/23 13:17:09 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.86.2.ebuild,v 1.11 2005/09/08 19:07:26 ticho Exp $ inherit eutils flag-o-matic fixheadtails @@ -36,7 +36,6 @@ pkg_setup() { fi enewgroup clamav enewuser clamav -1 -1 /dev/null clamav - pwconv || die } src_compile() { |