summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEray Aslan <eras@gentoo.org>2011-08-25 19:21:43 +0000
committerEray Aslan <eras@gentoo.org>2011-08-25 19:21:43 +0000
commita2472085dc4c9f3fecad9cc735d34077cc2d06bd (patch)
tree968224a378f2c43a662c04fc132b9f58c315734e /app-antivirus
parentAdded ~mips (diff)
downloadgentoo-2-a2472085dc4c9f3fecad9cc735d34077cc2d06bd.tar.gz
gentoo-2-a2472085dc4c9f3fecad9cc735d34077cc2d06bd.tar.bz2
gentoo-2-a2472085dc4c9f3fecad9cc735d34077cc2d06bd.zip
add libtool dependency - bug #380265
(Portage version: 2.1.10.11/cvs/Linux x86_64)
Diffstat (limited to 'app-antivirus')
-rw-r--r--app-antivirus/clamav/ChangeLog6
-rw-r--r--app-antivirus/clamav/clamav-0.97.1.ebuild5
-rw-r--r--app-antivirus/clamav/clamav-0.97.2.ebuild5
-rw-r--r--app-antivirus/clamav/clamav-0.97.ebuild5
4 files changed, 14 insertions, 7 deletions
diff --git a/app-antivirus/clamav/ChangeLog b/app-antivirus/clamav/ChangeLog
index 2b88e394832b..3663396cc3b6 100644
--- a/app-antivirus/clamav/ChangeLog
+++ b/app-antivirus/clamav/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-antivirus/clamav
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/ChangeLog,v 1.398 2011/08/21 13:56:44 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/ChangeLog,v 1.399 2011/08/25 19:21:43 eras Exp $
+
+ 25 Aug 2011; Eray Aslan <eras@gentoo.org> clamav-0.97.ebuild,
+ clamav-0.97.1.ebuild, clamav-0.97.2.ebuild:
+ add libtool dependency - bug #380265
21 Aug 2011; Jeroen Roovers <jer@gentoo.org> clamav-0.97.2.ebuild:
Stable for HPPA (bug #378815).
diff --git a/app-antivirus/clamav/clamav-0.97.1.ebuild b/app-antivirus/clamav/clamav-0.97.1.ebuild
index 47cbeb92031b..a7b14e245781 100644
--- a/app-antivirus/clamav/clamav-0.97.1.ebuild
+++ b/app-antivirus/clamav/clamav-0.97.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.97.1.ebuild,v 1.7 2011/08/07 16:58:43 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.97.1.ebuild,v 1.8 2011/08/25 19:21:43 eras Exp $
EAPI=4
@@ -20,7 +20,8 @@ CDEPEND="bzip2? ( app-arch/bzip2 )
iconv? ( virtual/libiconv )
milter? ( || ( mail-filter/libmilter mail-mta/sendmail ) )
dev-libs/libtommath
- >=sys-libs/zlib-1.2.2"
+ >=sys-libs/zlib-1.2.2
+ sys-devel/libtool"
DEPEND="${CDEPEND}
>=dev-util/pkgconfig-0.20"
RDEPEND="${CDEPEND}
diff --git a/app-antivirus/clamav/clamav-0.97.2.ebuild b/app-antivirus/clamav/clamav-0.97.2.ebuild
index 3a064f9f1044..52b844c74596 100644
--- a/app-antivirus/clamav/clamav-0.97.2.ebuild
+++ b/app-antivirus/clamav/clamav-0.97.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.97.2.ebuild,v 1.5 2011/08/21 13:56:44 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.97.2.ebuild,v 1.6 2011/08/25 19:21:43 eras Exp $
EAPI=4
@@ -20,7 +20,8 @@ CDEPEND="bzip2? ( app-arch/bzip2 )
iconv? ( virtual/libiconv )
milter? ( || ( mail-filter/libmilter mail-mta/sendmail ) )
dev-libs/libtommath
- >=sys-libs/zlib-1.2.2"
+ >=sys-libs/zlib-1.2.2
+ sys-devel/libtool"
DEPEND="${CDEPEND}
>=dev-util/pkgconfig-0.20"
RDEPEND="${CDEPEND}
diff --git a/app-antivirus/clamav/clamav-0.97.ebuild b/app-antivirus/clamav/clamav-0.97.ebuild
index c745788779a1..4f7b8f62b59f 100644
--- a/app-antivirus/clamav/clamav-0.97.ebuild
+++ b/app-antivirus/clamav/clamav-0.97.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.97.ebuild,v 1.10 2011/03/16 11:47:47 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.97.ebuild,v 1.11 2011/08/25 19:21:43 eras Exp $
EAPI=3
@@ -19,7 +19,8 @@ CDEPEND="bzip2? ( app-arch/bzip2 )
clamdtop? ( sys-libs/ncurses )
iconv? ( virtual/libiconv )
milter? ( || ( mail-filter/libmilter mail-mta/sendmail ) )
- >=sys-libs/zlib-1.2.2"
+ >=sys-libs/zlib-1.2.2
+ sys-devel/libtool"
DEPEND="${CDEPEND}
>=dev-util/pkgconfig-0.20"
RDEPEND="${CDEPEND}