diff options
author | Simon Stelling <blubb@gentoo.org> | 2006-10-26 23:52:21 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2006-10-26 23:52:21 +0000 |
commit | f7e07ccc18c0eb73a7ce34e0f53e99e1a8f3a9c0 (patch) | |
tree | 16843f9af19c48e02112c38446d43e373d7423c8 /app-antivirus/bitdefender-console | |
parent | Added dependency on pkgconfig. Closes bug #152324 by "Evil Compile Person" <b... (diff) | |
download | gentoo-2-f7e07ccc18c0eb73a7ce34e0f53e99e1a8f3a9c0.tar.gz gentoo-2-f7e07ccc18c0eb73a7ce34e0f53e99e1a8f3a9c0.tar.bz2 gentoo-2-f7e07ccc18c0eb73a7ce34e0f53e99e1a8f3a9c0.zip |
remove emul-linux-x86 use flag
(Portage version: 2.1.2_pre3-r4)
Diffstat (limited to 'app-antivirus/bitdefender-console')
-rw-r--r-- | app-antivirus/bitdefender-console/ChangeLog | 5 | ||||
-rw-r--r-- | app-antivirus/bitdefender-console/bitdefender-console-7.0.1.ebuild | 8 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-antivirus/bitdefender-console/ChangeLog b/app-antivirus/bitdefender-console/ChangeLog index aa32c0bd01f1..421457094338 100644 --- a/app-antivirus/bitdefender-console/ChangeLog +++ b/app-antivirus/bitdefender-console/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-antivirus/bitdefender-console # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-antivirus/bitdefender-console/ChangeLog,v 1.13 2006/10/06 12:50:45 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-antivirus/bitdefender-console/ChangeLog,v 1.14 2006/10/26 23:52:21 blubb Exp $ + + 26 Oct 2006; <blubb@gentoo.org> bitdefender-console-7.0.1.ebuild: + remove emul-linux-x86 use flag 06 Oct 2006; Simon Stelling <blubb@gentoo.org> bitdefender-console-7.0.1-r1.ebuild: diff --git a/app-antivirus/bitdefender-console/bitdefender-console-7.0.1.ebuild b/app-antivirus/bitdefender-console/bitdefender-console-7.0.1.ebuild index f8a5791b8c53..257e50ea552f 100644 --- a/app-antivirus/bitdefender-console/bitdefender-console-7.0.1.ebuild +++ b/app-antivirus/bitdefender-console/bitdefender-console-7.0.1.ebuild @@ -1,8 +1,8 @@ -# 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/bitdefender-console/bitdefender-console-7.0.1.ebuild,v 1.10 2005/05/30 20:42:50 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-antivirus/bitdefender-console/bitdefender-console-7.0.1.ebuild,v 1.11 2006/10/26 23:52:21 blubb Exp $ -IUSE="emul-linux-x86" +IUSE="" MY_P=BitDefender-Console-Antivirus-${PV}-3.linux-gcc3x.i586.run S=${WORKDIR}/i386 @@ -14,7 +14,7 @@ SRC_URI="ftp://ftp.bitdefender.com/pub/linux/free/bitdefender-console/en/${MY_P} DEPEND="app-arch/tar app-arch/gzip" RDEPEND="virtual/libc - 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" |