diff options
author | Andrej Kacian <ticho@gentoo.org> | 2005-01-30 13:13:57 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2005-01-30 13:13:57 +0000 |
commit | 28e229a3b73401c2f29a115bec600572ab21e933 (patch) | |
tree | 9980e01ef323b9b7272aa25621fda375c615f523 /app-antivirus | |
parent | Added postinst notice about updating. Bug #31440. (diff) | |
download | gentoo-2-28e229a3b73401c2f29a115bec600572ab21e933.tar.gz gentoo-2-28e229a3b73401c2f29a115bec600572ab21e933.tar.bz2 gentoo-2-28e229a3b73401c2f29a115bec600572ab21e933.zip |
Add RDEPEND on app-arch/unzip. Bug #79362.
(Portage version: 2.0.51-r15)
Diffstat (limited to 'app-antivirus')
-rw-r--r-- | app-antivirus/vlnx/ChangeLog | 6 | ||||
-rw-r--r-- | app-antivirus/vlnx/vlnx-432e-r2.ebuild | 5 |
2 files changed, 8 insertions, 3 deletions
diff --git a/app-antivirus/vlnx/ChangeLog b/app-antivirus/vlnx/ChangeLog index 5075c28e624b..369deef1d5f6 100644 --- a/app-antivirus/vlnx/ChangeLog +++ b/app-antivirus/vlnx/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-antivirus/vlnx # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-antivirus/vlnx/ChangeLog,v 1.8 2005/01/01 11:39:44 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-antivirus/vlnx/ChangeLog,v 1.9 2005/01/30 13:13:57 ticho Exp $ + + 30 Jan 2005; Andrej Kacian <ticho@gentoo.org> vlnx-432e-r2.ebuild: + Added a RDEPEND on app-arch/unzip. Closes #79362, reported by Johannes + Roettger <jr@0x42.com>. 06 Dec 2004; Andrej Kacian <ticho@gentoo.org> vlnx-432e-r2.ebuild: Stable on x86. diff --git a/app-antivirus/vlnx/vlnx-432e-r2.ebuild b/app-antivirus/vlnx/vlnx-432e-r2.ebuild index 103d33eb9a30..eb66ac3f4b5a 100644 --- a/app-antivirus/vlnx/vlnx-432e-r2.ebuild +++ b/app-antivirus/vlnx/vlnx-432e-r2.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/vlnx/vlnx-432e-r2.ebuild,v 1.3 2005/01/01 11:39:44 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-antivirus/vlnx/vlnx-432e-r2.ebuild,v 1.4 2005/01/30 13:13:57 ticho Exp $ MY_P="${P/-/}" S="${WORKDIR}" @@ -17,7 +17,8 @@ IUSE="" DEPEND="" RDEPEND="net-misc/wget - dev-lang/perl" + dev-lang/perl + app-arch/unzip" PROVIDE="virtual/antivirus" RESTRICT="nostrip nomirror" |