diff options
author | Andrej Kacian <ticho@gentoo.org> | 2006-12-10 10:02:47 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2006-12-10 10:02:47 +0000 |
commit | c83d13b4862aecafc3d976c21da0f1023d36375f (patch) | |
tree | 50c123718688e38c1fcd582eef3d7d0b82e5c99e /app-antivirus/f-prot | |
parent | Kill redundant DEPEND on virtual/libc. (diff) | |
download | gentoo-2-c83d13b4862aecafc3d976c21da0f1023d36375f.tar.gz gentoo-2-c83d13b4862aecafc3d976c21da0f1023d36375f.tar.bz2 gentoo-2-c83d13b4862aecafc3d976c21da0f1023d36375f.zip |
Stable on x86. Security bug #157612.
(Portage version: 2.1.2_rc2-r5)
Diffstat (limited to 'app-antivirus/f-prot')
-rw-r--r-- | app-antivirus/f-prot/ChangeLog | 5 | ||||
-rw-r--r-- | app-antivirus/f-prot/f-prot-4.6.7.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-antivirus/f-prot/ChangeLog b/app-antivirus/f-prot/ChangeLog index 60a2f3833bdf..1204b6e9e425 100644 --- a/app-antivirus/f-prot/ChangeLog +++ b/app-antivirus/f-prot/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-antivirus/f-prot # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-antivirus/f-prot/ChangeLog,v 1.47 2006/12/10 09:27:04 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-antivirus/f-prot/ChangeLog,v 1.48 2006/12/10 10:02:47 ticho Exp $ + + 10 Dec 2006; Andrej Kacian <ticho@gentoo.org> f-prot-4.6.7.ebuild: + Stable on x86. Security bug #157612. *f-prot-4.6.7 (10 Dec 2006) diff --git a/app-antivirus/f-prot/f-prot-4.6.7.ebuild b/app-antivirus/f-prot/f-prot-4.6.7.ebuild index 487904960202..cee7a724f2da 100644 --- a/app-antivirus/f-prot/f-prot-4.6.7.ebuild +++ b/app-antivirus/f-prot/f-prot-4.6.7.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/f-prot/f-prot-4.6.7.ebuild,v 1.1 2006/12/10 09:27:04 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-antivirus/f-prot/f-prot-4.6.7.ebuild,v 1.2 2006/12/10 10:02:47 ticho Exp $ inherit eutils @@ -22,7 +22,7 @@ PROVIDE="virtual/antivirus" SLOT="0" LICENSE="F-PROT" -KEYWORDS="~amd64 -ppc -sparc ~x86" +KEYWORDS="~amd64 -ppc -sparc x86" src_install() { cd ${S} |