diff options
author | Andrej Kacian <ticho@gentoo.org> | 2005-09-08 19:07:26 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2005-09-08 19:07:26 +0000 |
commit | 526896a015c8e55ee80a2641831e28868069bfe8 (patch) | |
tree | dd48f5997432133ef784af2030e0692b76d56422 /app-antivirus | |
parent | Mark 0.11 stable on alpha (diff) | |
download | gentoo-2-526896a015c8e55ee80a2641831e28868069bfe8.tar.gz gentoo-2-526896a015c8e55ee80a2641831e28868069bfe8.tar.bz2 gentoo-2-526896a015c8e55ee80a2641831e28868069bfe8.zip |
Removed call to pwconv. Pointed out by Tobias Hahn <tobhahn at web.de>, bug #105278.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'app-antivirus')
-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() { |