diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-09-06 10:16:42 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-09-06 10:16:42 +0000 |
commit | 3e3d6d57e5c8a288fa482c91ef1652c9d98959ea (patch) | |
tree | 15c6d990bc8f6e6310f7c9bc9a21139064a592ed /app-antivirus | |
parent | Cleanup (diff) | |
download | gentoo-2-3e3d6d57e5c8a288fa482c91ef1652c9d98959ea.tar.gz gentoo-2-3e3d6d57e5c8a288fa482c91ef1652c9d98959ea.tar.bz2 gentoo-2-3e3d6d57e5c8a288fa482c91ef1652c9d98959ea.zip |
Add missing dep on dev-libs/check when running the tests
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-antivirus')
-rw-r--r-- | app-antivirus/clamav/ChangeLog | 5 | ||||
-rw-r--r-- | app-antivirus/clamav/clamav-0.94.ebuild | 8 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-antivirus/clamav/ChangeLog b/app-antivirus/clamav/ChangeLog index 4617f8540abd..f007bf5ab8cb 100644 --- a/app-antivirus/clamav/ChangeLog +++ b/app-antivirus/clamav/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-antivirus/clamav # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/ChangeLog,v 1.299 2008/09/05 19:51:07 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/ChangeLog,v 1.300 2008/09/06 10:16:42 armin76 Exp $ + + 06 Sep 2008; Raúl Porcel <armin76@gentoo.org> clamav-0.94.ebuild: + Add missing dep on dev-libs/check when running the tests 05 Sep 2008; Tobias Scherbaum <dertobi123@gentoo.org> -files/clamav-0.90-compat.patch, -files/clamav-0.90-nls.patch, diff --git a/app-antivirus/clamav/clamav-0.94.ebuild b/app-antivirus/clamav/clamav-0.94.ebuild index 03c71f0e7487..612137022f91 100644 --- a/app-antivirus/clamav/clamav-0.94.ebuild +++ b/app-antivirus/clamav/clamav-0.94.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/app-antivirus/clamav/clamav-0.94.ebuild,v 1.1 2008/09/05 19:44:47 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.94.ebuild,v 1.2 2008/09/06 10:16:42 armin76 Exp $ inherit autotools eutils flag-o-matic fixheadtails multilib @@ -11,14 +11,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" -IUSE="bzip2 crypt iconv mailwrapper milter nls selinux" +IUSE="bzip2 crypt iconv mailwrapper milter nls selinux test" -DEPEND="virtual/libc - bzip2? ( app-arch/bzip2 ) +DEPEND="bzip2? ( app-arch/bzip2 ) crypt? ( >=dev-libs/gmp-4.1.2 ) milter? ( || ( mail-filter/libmilter mail-mta/sendmail ) ) iconv? ( virtual/libiconv ) nls? ( sys-devel/gettext ) + test? ( dev-libs/check ) dev-libs/gmp >=sys-libs/zlib-1.2.1-r3 >=sys-apps/sed-4" |