diff options
author | Andrej Kacian <ticho@gentoo.org> | 2006-10-13 20:49:24 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2006-10-13 20:49:24 +0000 |
commit | bc956172f16fa22170a528e6bb339bc603376e73 (patch) | |
tree | 2e503842a5215c50a4002e6cd8082bfa72b099d2 /app-antivirus | |
parent | Fixed digest (diff) | |
download | gentoo-2-bc956172f16fa22170a528e6bb339bc603376e73.tar.gz gentoo-2-bc956172f16fa22170a528e6bb339bc603376e73.tar.bz2 gentoo-2-bc956172f16fa22170a528e6bb339bc603376e73.zip |
Stable on x86, bug #151141.
(Portage version: 2.1.2_pre2-r8)
Diffstat (limited to 'app-antivirus')
-rw-r--r-- | app-antivirus/klamav/ChangeLog | 5 | ||||
-rw-r--r-- | app-antivirus/klamav/klamav-0.38.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/app-antivirus/klamav/ChangeLog b/app-antivirus/klamav/ChangeLog index 60fee9e14601..d8759a6b134b 100644 --- a/app-antivirus/klamav/ChangeLog +++ b/app-antivirus/klamav/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-antivirus/klamav # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-antivirus/klamav/ChangeLog,v 1.19 2006/10/13 12:03:27 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-antivirus/klamav/ChangeLog,v 1.20 2006/10/13 20:49:24 ticho Exp $ + + 13 Oct 2006; <ticho@gentoo.org> klamav-0.38.ebuild: + Stable on x86, bug #151141. 13 Oct 2006; Markus Rothe <corsair@gentoo.org> klamav-0.38.ebuild: Stable on ppc64; bug #151141 diff --git a/app-antivirus/klamav/klamav-0.38.ebuild b/app-antivirus/klamav/klamav-0.38.ebuild index f5643e8510d3..79c2fd61b8fe 100644 --- a/app-antivirus/klamav/klamav-0.38.ebuild +++ b/app-antivirus/klamav/klamav-0.38.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-antivirus/klamav/klamav-0.38.ebuild,v 1.2 2006/10/13 12:03:27 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-antivirus/klamav/klamav-0.38.ebuild,v 1.3 2006/10/13 20:49:24 ticho Exp $ inherit kde @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/klamav/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ppc64 ~sparc ~x86" +KEYWORDS="~amd64 ~ppc ppc64 ~sparc x86" IUSE="" DEPEND="app-antivirus/clamav" @@ -29,4 +29,4 @@ src_unpack(){ pkg_postinst(){ elog "The on-access scanning functionality is provided by" elog "the Dazuko kernel module: emerge sys-fs/dazuko" -}
\ No newline at end of file +} |