diff options
author | Simon Stelling <blubb@gentoo.org> | 2006-10-26 23:50:50 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2006-10-26 23:50:50 +0000 |
commit | f54ed7234ee2f162fae85ecda8f0b60fb523ba00 (patch) | |
tree | dc40670c60cee41742a60f323af247dfaf4d8e30 /app-antivirus/f-prot | |
parent | Replaced www-client/mozilla and www-client/mozilla-firefox-bin dependencies w... (diff) | |
download | gentoo-2-f54ed7234ee2f162fae85ecda8f0b60fb523ba00.tar.gz gentoo-2-f54ed7234ee2f162fae85ecda8f0b60fb523ba00.tar.bz2 gentoo-2-f54ed7234ee2f162fae85ecda8f0b60fb523ba00.zip |
remove emul-linux-x86 use flag
(Portage version: 2.1.2_pre3-r4)
Diffstat (limited to 'app-antivirus/f-prot')
-rw-r--r-- | app-antivirus/f-prot/ChangeLog | 7 | ||||
-rw-r--r-- | app-antivirus/f-prot/f-prot-4.6.0-r2.ebuild | 8 | ||||
-rw-r--r-- | app-antivirus/f-prot/f-prot-4.6.1.ebuild | 8 | ||||
-rw-r--r-- | app-antivirus/f-prot/f-prot-4.6.3.ebuild | 6 | ||||
-rw-r--r-- | app-antivirus/f-prot/f-prot-4.6.4.ebuild | 6 | ||||
-rw-r--r-- | app-antivirus/f-prot/f-prot-4.6.5.ebuild | 6 |
6 files changed, 23 insertions, 18 deletions
diff --git a/app-antivirus/f-prot/ChangeLog b/app-antivirus/f-prot/ChangeLog index 427688a889d8..604ddb32fb8f 100644 --- a/app-antivirus/f-prot/ChangeLog +++ b/app-antivirus/f-prot/ChangeLog @@ -1,6 +1,11 @@ # 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.45 2006/08/20 18:52:32 malc Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-antivirus/f-prot/ChangeLog,v 1.46 2006/10/26 23:50:50 blubb Exp $ + + 26 Oct 2006; <blubb@gentoo.org> f-prot-4.6.0-r2.ebuild, + f-prot-4.6.1.ebuild, f-prot-4.6.3.ebuild, f-prot-4.6.4.ebuild, + f-prot-4.6.5.ebuild: + remove emul-linux-x86 use flag 20 Aug 2006; <malc@gentoo.org> f-prot-4.6.5.ebuild: Stable on amd64 diff --git a/app-antivirus/f-prot/f-prot-4.6.0-r2.ebuild b/app-antivirus/f-prot/f-prot-4.6.0-r2.ebuild index 0df82348d766..0d2db7110fac 100644 --- a/app-antivirus/f-prot/f-prot-4.6.0-r2.ebuild +++ b/app-antivirus/f-prot/f-prot-4.6.0-r2.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2005 Gentoo Foundation +# 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.0-r2.ebuild,v 1.2 2005/09/05 17:50:15 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-antivirus/f-prot/f-prot-4.6.0-r2.ebuild,v 1.3 2006/10/26 23:50:50 blubb Exp $ inherit eutils -IUSE="emul-linux-x86" +IUSE="" MY_P="fp-linux-ws-${PV}" S=${WORKDIR}/${PN} @@ -17,7 +17,7 @@ DEPEND="" RDEPEND=">=app-arch/unzip-5.42-r1 dev-lang/perl dev-perl/libwww-perl - emul-linux-x86? ( >=app-emulation/emul-linux-x86-baselibs-1.0 )" + amd64? ( >=app-emulation/emul-linux-x86-baselibs-1.0 )" PROVIDE="virtual/antivirus" SLOT="0" diff --git a/app-antivirus/f-prot/f-prot-4.6.1.ebuild b/app-antivirus/f-prot/f-prot-4.6.1.ebuild index b8bba56fe2fe..90b5d7d556f2 100644 --- a/app-antivirus/f-prot/f-prot-4.6.1.ebuild +++ b/app-antivirus/f-prot/f-prot-4.6.1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2005 Gentoo Foundation +# 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.1.ebuild,v 1.1 2005/09/05 17:50:15 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-antivirus/f-prot/f-prot-4.6.1.ebuild,v 1.2 2006/10/26 23:50:50 blubb Exp $ inherit eutils -IUSE="emul-linux-x86" +IUSE="" MY_P="fp-linux-ws-${PV}" S=${WORKDIR}/${PN} @@ -17,7 +17,7 @@ DEPEND="" RDEPEND=">=app-arch/unzip-5.42-r1 dev-lang/perl dev-perl/libwww-perl - emul-linux-x86? ( >=app-emulation/emul-linux-x86-baselibs-1.0 )" + amd64? ( >=app-emulation/emul-linux-x86-baselibs-1.0 )" PROVIDE="virtual/antivirus" SLOT="0" diff --git a/app-antivirus/f-prot/f-prot-4.6.3.ebuild b/app-antivirus/f-prot/f-prot-4.6.3.ebuild index 2f943b7fb60e..d62b64059993 100644 --- a/app-antivirus/f-prot/f-prot-4.6.3.ebuild +++ b/app-antivirus/f-prot/f-prot-4.6.3.ebuild @@ -1,10 +1,10 @@ # 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.3.ebuild,v 1.3 2006/01/05 04:31:38 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-antivirus/f-prot/f-prot-4.6.3.ebuild,v 1.4 2006/10/26 23:50:50 blubb Exp $ inherit eutils -IUSE="emul-linux-x86" +IUSE="" MY_P="fp-linux-ws-${PV}" S=${WORKDIR}/${PN} @@ -17,7 +17,7 @@ DEPEND="" RDEPEND=">=app-arch/unzip-5.42-r1 dev-lang/perl dev-perl/libwww-perl - emul-linux-x86? ( >=app-emulation/emul-linux-x86-baselibs-1.0 )" + amd64? ( >=app-emulation/emul-linux-x86-baselibs-1.0 )" PROVIDE="virtual/antivirus" SLOT="0" diff --git a/app-antivirus/f-prot/f-prot-4.6.4.ebuild b/app-antivirus/f-prot/f-prot-4.6.4.ebuild index d5155d3ecd9d..6120ab62a69a 100644 --- a/app-antivirus/f-prot/f-prot-4.6.4.ebuild +++ b/app-antivirus/f-prot/f-prot-4.6.4.ebuild @@ -1,10 +1,10 @@ # 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.4.ebuild,v 1.1 2006/01/05 04:31:38 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-antivirus/f-prot/f-prot-4.6.4.ebuild,v 1.2 2006/10/26 23:50:50 blubb Exp $ inherit eutils -IUSE="emul-linux-x86" +IUSE="" MY_P="fp-linux-ws-${PV}" S=${WORKDIR}/${PN} @@ -17,7 +17,7 @@ DEPEND="" RDEPEND=">=app-arch/unzip-5.42-r1 dev-lang/perl dev-perl/libwww-perl - emul-linux-x86? ( >=app-emulation/emul-linux-x86-baselibs-1.0 )" + amd64? ( >=app-emulation/emul-linux-x86-baselibs-1.0 )" PROVIDE="virtual/antivirus" SLOT="0" diff --git a/app-antivirus/f-prot/f-prot-4.6.5.ebuild b/app-antivirus/f-prot/f-prot-4.6.5.ebuild index 3c8b235e3998..e8b7a6034b84 100644 --- a/app-antivirus/f-prot/f-prot-4.6.5.ebuild +++ b/app-antivirus/f-prot/f-prot-4.6.5.ebuild @@ -1,10 +1,10 @@ # 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.5.ebuild,v 1.3 2006/08/20 18:52:32 malc Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-antivirus/f-prot/f-prot-4.6.5.ebuild,v 1.4 2006/10/26 23:50:50 blubb Exp $ inherit eutils -IUSE="emul-linux-x86" +IUSE="" MY_P="fp-linux-ws-${PV}" S=${WORKDIR}/${PN} @@ -17,7 +17,7 @@ DEPEND="" RDEPEND=">=app-arch/unzip-5.42-r1 dev-lang/perl dev-perl/libwww-perl - emul-linux-x86? ( >=app-emulation/emul-linux-x86-baselibs-1.0 )" + amd64? ( >=app-emulation/emul-linux-x86-baselibs-1.0 )" PROVIDE="virtual/antivirus" SLOT="0" |