summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Kacian <ticho@gentoo.org>2008-02-08 18:27:37 +0000
committerAndrej Kacian <ticho@gentoo.org>2008-02-08 18:27:37 +0000
commit44678e1b0c185a94fceddf3914b559ea9d2bda5d (patch)
treee12da10c655b4673ee40999cf4893bba163af0b5 /dev-perl
parentSparc stable --- Bug #209368 --- good since January 6. (diff)
downloadgentoo-2-44678e1b0c185a94fceddf3914b559ea9d2bda5d.tar.gz
gentoo-2-44678e1b0c185a94fceddf3914b559ea9d2bda5d.tar.bz2
gentoo-2-44678e1b0c185a94fceddf3914b559ea9d2bda5d.zip
Restrict clamav dependency to <0.92 for version 0.20 and to >=0.92 for 0.21.
(Portage version: 2.1.4_rc9)
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/Mail-ClamAV/ChangeLog6
-rw-r--r--dev-perl/Mail-ClamAV/Mail-ClamAV-0.20.ebuild3
-rw-r--r--dev-perl/Mail-ClamAV/Mail-ClamAV-0.21.ebuild4
3 files changed, 9 insertions, 4 deletions
diff --git a/dev-perl/Mail-ClamAV/ChangeLog b/dev-perl/Mail-ClamAV/ChangeLog
index a780a0e3e769..0e57e213e8e6 100644
--- a/dev-perl/Mail-ClamAV/ChangeLog
+++ b/dev-perl/Mail-ClamAV/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/Mail-ClamAV
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-ClamAV/ChangeLog,v 1.20 2008/01/24 13:09:24 xmerlin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-ClamAV/ChangeLog,v 1.21 2008/02/08 18:27:37 ticho Exp $
+
+ 08 Feb 2008; Andrej Kacian <ticho@gentoo.org> Mail-ClamAV-0.20.ebuild,
+ Mail-ClamAV-0.21.ebuild:
+ Restrict clamav dependency to <0.92 for version 0.20 and to >=0.92 for 0.21.
*Mail-ClamAV-0.21 (24 Jan 2008)
diff --git a/dev-perl/Mail-ClamAV/Mail-ClamAV-0.20.ebuild b/dev-perl/Mail-ClamAV/Mail-ClamAV-0.20.ebuild
index 2acf062d7aa9..0f10776119ca 100644
--- a/dev-perl/Mail-ClamAV/Mail-ClamAV-0.20.ebuild
+++ b/dev-perl/Mail-ClamAV/Mail-ClamAV-0.20.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-ClamAV/Mail-ClamAV-0.20.ebuild,v 1.8 2008/01/24 13:09:24 xmerlin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-ClamAV/Mail-ClamAV-0.20.ebuild,v 1.9 2008/02/08 18:27:37 ticho Exp $
inherit perl-module
@@ -15,6 +15,7 @@ KEYWORDS="amd64 ia64 sparc x86"
IUSE=""
DEPEND=">=app-antivirus/clamav-0.80
+ <app-antivirus/clamav-0.92
dev-perl/Inline
dev-lang/perl"
diff --git a/dev-perl/Mail-ClamAV/Mail-ClamAV-0.21.ebuild b/dev-perl/Mail-ClamAV/Mail-ClamAV-0.21.ebuild
index 272a33551159..f16b5444a3a0 100644
--- a/dev-perl/Mail-ClamAV/Mail-ClamAV-0.21.ebuild
+++ b/dev-perl/Mail-ClamAV/Mail-ClamAV-0.21.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-ClamAV/Mail-ClamAV-0.21.ebuild,v 1.1 2008/01/24 13:09:24 xmerlin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-ClamAV/Mail-ClamAV-0.21.ebuild,v 1.2 2008/02/08 18:27:37 ticho Exp $
inherit perl-module
@@ -14,7 +14,7 @@ KEYWORDS="~amd64 ~ia64 ~sparc ~x86"
IUSE=""
-DEPEND=">=app-antivirus/clamav-0.90
+DEPEND=">=app-antivirus/clamav-0.92
dev-perl/Inline
dev-lang/perl"