diff options
Diffstat (limited to 'app-antivirus/klamav')
-rw-r--r-- | app-antivirus/klamav/ChangeLog | 5 | ||||
-rw-r--r-- | app-antivirus/klamav/klamav-0.09.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-antivirus/klamav/ChangeLog b/app-antivirus/klamav/ChangeLog index a36596529314..15d131176b76 100644 --- a/app-antivirus/klamav/ChangeLog +++ b/app-antivirus/klamav/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-antivirus/klamav # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-antivirus/klamav/ChangeLog,v 1.2 2005/02/25 02:01:03 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-antivirus/klamav/ChangeLog,v 1.3 2005/03/19 20:43:47 blubb Exp $ + + 19 Mar 2005; <blubb@gentoo.org> klamav-0.09.4.ebuild: + added ~amd64 24 Feb 2005; Jason Wever <weeve@gentoo.org> klamav-0.09.4.ebuild: Added ~sparc keyword. diff --git a/app-antivirus/klamav/klamav-0.09.4.ebuild b/app-antivirus/klamav/klamav-0.09.4.ebuild index fc9743d6fa1a..19b2b412f7e5 100644 --- a/app-antivirus/klamav/klamav-0.09.4.ebuild +++ b/app-antivirus/klamav/klamav-0.09.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-antivirus/klamav/klamav-0.09.4.ebuild,v 1.2 2005/02/25 02:01:03 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-antivirus/klamav/klamav-0.09.4.ebuild,v 1.3 2005/03/19 20:43:47 blubb Exp $ inherit eutils kde @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~sparc" +KEYWORDS="~x86 ~sparc ~amd64" DEPEND="app-antivirus/clamav" need-kde 3 |