diff options
author | Richard Freeman <rich0@gentoo.org> | 2008-09-06 11:55:14 +0000 |
---|---|---|
committer | Richard Freeman <rich0@gentoo.org> | 2008-09-06 11:55:14 +0000 |
commit | 15c027e6ea918a3af733465c44e14cbb722879e1 (patch) | |
tree | 5257c09e590f3f498394b70f4bfb84c5f64c0500 | |
parent | Update gcc-4.3 patch per bug 236362. Thanks to Michael Gisbers <michael@gisbe... (diff) | |
download | gentoo-2-15c027e6ea918a3af733465c44e14cbb722879e1.tar.gz gentoo-2-15c027e6ea918a3af733465c44e14cbb722879e1.tar.bz2 gentoo-2-15c027e6ea918a3af733465c44e14cbb722879e1.zip |
amd64 stable - 236665
(Portage version: 2.1.4.4)
-rw-r--r-- | app-antivirus/clamav/ChangeLog | 5 | ||||
-rw-r--r-- | app-antivirus/clamav/clamav-0.94.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-antivirus/clamav/ChangeLog b/app-antivirus/clamav/ChangeLog index f007bf5ab8cb..a8d0d149ef23 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.300 2008/09/06 10:16:42 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/ChangeLog,v 1.301 2008/09/06 11:55:14 rich0 Exp $ + + 06 Sep 2008; Richard Freeman <rich0@gentoo.org> clamav-0.94.ebuild: + amd64 stable - 236665 06 Sep 2008; Raúl Porcel <armin76@gentoo.org> clamav-0.94.ebuild: Add missing dep on dev-libs/check when running the tests diff --git a/app-antivirus/clamav/clamav-0.94.ebuild b/app-antivirus/clamav/clamav-0.94.ebuild index 612137022f91..57886933de7d 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.2 2008/09/06 10:16:42 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.94.ebuild,v 1.3 2008/09/06 11:55:14 rich0 Exp $ inherit autotools eutils flag-o-matic fixheadtails multilib @@ -10,7 +10,7 @@ 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 ~sparc ~x86 ~x86-fbsd" IUSE="bzip2 crypt iconv mailwrapper milter nls selinux test" DEPEND="bzip2? ( app-arch/bzip2 ) |