diff options
author | 2011-06-10 00:21:56 +0000 | |
---|---|---|
committer | 2011-06-10 00:21:56 +0000 | |
commit | dddbd4b374c15085b48ad702879f845117c28563 (patch) | |
tree | e7bb6be6daa08a59436ea9816ebffbb3bb33cd00 /app-antivirus/clamav | |
parent | Version bump (bug #370791). Add static-libs USE flag. (diff) | |
download | gentoo-2-dddbd4b374c15085b48ad702879f845117c28563.tar.gz gentoo-2-dddbd4b374c15085b48ad702879f845117c28563.tar.bz2 gentoo-2-dddbd4b374c15085b48ad702879f845117c28563.zip |
Use the system libtommath library (bug #268309 by Nathan Phillip Brink (binki)).
(Portage version: 2.2.0_alpha37/cvs/Linux x86_64)
Diffstat (limited to 'app-antivirus/clamav')
-rw-r--r-- | app-antivirus/clamav/ChangeLog | 6 | ||||
-rw-r--r-- | app-antivirus/clamav/clamav-0.97.1.ebuild | 6 |
2 files changed, 9 insertions, 3 deletions
diff --git a/app-antivirus/clamav/ChangeLog b/app-antivirus/clamav/ChangeLog index 169f1440e50d..d05e07764bf8 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.387 2011/06/09 23:57:34 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/ChangeLog,v 1.388 2011/06/10 00:21:56 radhermit Exp $ + + 10 Jun 2011; Tim Harder <radhermit@gentoo.org> clamav-0.97.1.ebuild: + Use the system libtommath library (bug #268309 by Nathan Phillip Brink + (binki)). *clamav-0.97.1 (09 Jun 2011) diff --git a/app-antivirus/clamav/clamav-0.97.1.ebuild b/app-antivirus/clamav/clamav-0.97.1.ebuild index 477f2d22c381..f24973a1cab6 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.1 2011/06/09 23:57:34 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.97.1.ebuild,v 1.2 2011/06/10 00:21:56 radhermit Exp $ EAPI=4 @@ -12,13 +12,14 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd" IUSE="bzip2 clamdtop iconv ipv6 milter selinux static-libs" CDEPEND="bzip2? ( app-arch/bzip2 ) clamdtop? ( sys-libs/ncurses ) iconv? ( virtual/libiconv ) milter? ( || ( mail-filter/libmilter mail-mta/sendmail ) ) + dev-libs/libtommath >=sys-libs/zlib-1.2.2" DEPEND="${CDEPEND} >=dev-util/pkgconfig-0.20" @@ -41,6 +42,7 @@ src_configure() { --disable-experimental \ --enable-id-check \ --with-dbdir=/var/lib/clamav \ + --with-system-tommath \ $(use_enable bzip2) \ $(use_enable clamdtop) \ $(use_enable ipv6) \ |