diff options
author | Andrej Kacian <ticho@gentoo.org> | 2005-01-30 13:24:58 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2005-01-30 13:24:58 +0000 |
commit | 4cf96a3b36a4b55a1c4be405e2cd4628301535ac (patch) | |
tree | dea5d328add4a9d2f977ed7420adbf5f36d1e54d | |
parent | Add RDEPEND on app-arch/unzip. Bug #79362. (diff) | |
download | gentoo-2-4cf96a3b36a4b55a1c4be405e2cd4628301535ac.tar.gz gentoo-2-4cf96a3b36a4b55a1c4be405e2cd4628301535ac.tar.bz2 gentoo-2-4cf96a3b36a4b55a1c4be405e2cd4628301535ac.zip |
Add RDEPEND on lib-compat. Bug #66858.
(Portage version: 2.0.51-r15)
-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 369deef1d5f6..c68302c5c2c7 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.9 2005/01/30 13:13:57 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-antivirus/vlnx/ChangeLog,v 1.10 2005/01/30 13:24:58 ticho Exp $ + + 30 Jan 2005; Andrej Kacian <ticho@gentoo.org> vlnx-432e-r2.ebuild: + Added a RDEPEND on libcompat. Closes #66858, reported by Arnaud Launay + <asl@launay.org> 30 Jan 2005; Andrej Kacian <ticho@gentoo.org> vlnx-432e-r2.ebuild: Added a RDEPEND on app-arch/unzip. Closes #79362, reported by Johannes diff --git a/app-antivirus/vlnx/vlnx-432e-r2.ebuild b/app-antivirus/vlnx/vlnx-432e-r2.ebuild index eb66ac3f4b5a..1b8fe89f6496 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.4 2005/01/30 13:13:57 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-antivirus/vlnx/vlnx-432e-r2.ebuild,v 1.5 2005/01/30 13:24:58 ticho Exp $ MY_P="${P/-/}" S="${WORKDIR}" @@ -16,7 +16,8 @@ KEYWORDS="x86" IUSE="" DEPEND="" -RDEPEND="net-misc/wget +RDEPEND="sys-libs/lib-compat + net-misc/wget dev-lang/perl app-arch/unzip" PROVIDE="virtual/antivirus" |