diff options
author | Andrej Kacian <ticho@gentoo.org> | 2005-03-10 14:39:35 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2005-03-10 14:39:35 +0000 |
commit | ed0388f66eb67b2be81893a1ddba14ddbf927a8d (patch) | |
tree | 5495295b7c6e7370786306703552260615483f87 /app-antivirus | |
parent | stable on mips (diff) | |
download | gentoo-2-ed0388f66eb67b2be81893a1ddba14ddbf927a8d.tar.gz gentoo-2-ed0388f66eb67b2be81893a1ddba14ddbf927a8d.tar.bz2 gentoo-2-ed0388f66eb67b2be81893a1ddba14ddbf927a8d.zip |
Added missing libidn DEPEND. Closes #84700.
(Portage version: 2.0.51.19)
Diffstat (limited to 'app-antivirus')
-rw-r--r-- | app-antivirus/clamav/ChangeLog | 7 | ||||
-rw-r--r-- | app-antivirus/clamav/clamav-0.82-r1.ebuild | 5 | ||||
-rw-r--r-- | app-antivirus/clamav/clamav-0.83.ebuild | 5 |
3 files changed, 12 insertions, 5 deletions
diff --git a/app-antivirus/clamav/ChangeLog b/app-antivirus/clamav/ChangeLog index ca138190bbba..66d7e2aa2aa1 100644 --- a/app-antivirus/clamav/ChangeLog +++ b/app-antivirus/clamav/ChangeLog @@ -1,6 +1,11 @@ # 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.53 2005/03/09 00:56:10 cryos Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/ChangeLog,v 1.54 2005/03/10 14:39:35 ticho Exp $ + + 10 Mar 2005; Andrej Kacian <ticho@gentoo.org> clamav-0.82-r1.ebuild, + clamav-0.83.ebuild: + Added dependency on net-dns/libidn. Closes #84700, reported by Travis Snoozy + <ai2097@yahoo.com>. 09 Mar 2005; Marcus D. Hanwell <cryos@gentoo.org> clamav-0.82-r1.ebuild: Marked stable on amd64. diff --git a/app-antivirus/clamav/clamav-0.82-r1.ebuild b/app-antivirus/clamav/clamav-0.82-r1.ebuild index 57092482d28d..518db24c6776 100644 --- a/app-antivirus/clamav/clamav-0.82-r1.ebuild +++ b/app-antivirus/clamav/clamav-0.82-r1.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.82-r1.ebuild,v 1.5 2005/03/09 00:56:10 cryos Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.82-r1.ebuild,v 1.6 2005/03/10 14:39:35 ticho Exp $ inherit eutils flag-o-matic @@ -16,7 +16,8 @@ IUSE="crypt milter selinux" DEPEND="virtual/libc crypt? ( >=dev-libs/gmp-4.1.2 ) >=sys-libs/zlib-1.2.1-r3 - >=net-misc/curl-7.10.0" + >=net-misc/curl-7.10.0 + net-dns/libidn" RDEPEND="selinux? ( sec-policy/selinux-clamav )" PROVIDE="virtual/antivirus" diff --git a/app-antivirus/clamav/clamav-0.83.ebuild b/app-antivirus/clamav/clamav-0.83.ebuild index 04583b1d2f08..44da5a0f1046 100644 --- a/app-antivirus/clamav/clamav-0.83.ebuild +++ b/app-antivirus/clamav/clamav-0.83.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.83.ebuild,v 1.2 2005/02/27 23:21:30 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.83.ebuild,v 1.3 2005/03/10 14:39:35 ticho Exp $ inherit eutils flag-o-matic @@ -17,7 +17,8 @@ DEPEND="virtual/libc crypt? ( >=dev-libs/gmp-4.1.2 ) milter? ( mail-mta/sendmail ) >=sys-libs/zlib-1.2.1-r3 - >=net-misc/curl-7.10.0" + >=net-misc/curl-7.10.0 + net-dns/libidn" RDEPEND="selinux? ( sec-policy/selinux-clamav )" PROVIDE="virtual/antivirus" |