diff options
author | Simon Stelling <blubb@gentoo.org> | 2004-11-21 16:22:43 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2004-11-21 16:22:43 +0000 |
commit | 42dd4afdd21321d73e6c7ea14275c7f3f6942b87 (patch) | |
tree | 3ccea937df39cf27542c9d595080814ff62f6111 /app-antivirus | |
parent | Stable on sparc. (Manifest recommit) (diff) | |
download | gentoo-2-42dd4afdd21321d73e6c7ea14275c7f3f6942b87.tar.gz gentoo-2-42dd4afdd21321d73e6c7ea14275c7f3f6942b87.tar.bz2 gentoo-2-42dd4afdd21321d73e6c7ea14275c7f3f6942b87.zip |
~amd64
Diffstat (limited to 'app-antivirus')
-rw-r--r-- | app-antivirus/bitdefender-console/ChangeLog | 6 | ||||
-rw-r--r-- | app-antivirus/bitdefender-console/bitdefender-console-7.0.1.ebuild | 5 |
2 files changed, 8 insertions, 3 deletions
diff --git a/app-antivirus/bitdefender-console/ChangeLog b/app-antivirus/bitdefender-console/ChangeLog index ac32a20d489f..f6bad5633794 100644 --- a/app-antivirus/bitdefender-console/ChangeLog +++ b/app-antivirus/bitdefender-console/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-antivirus/bitdefender-console # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-antivirus/bitdefender-console/ChangeLog,v 1.2 2004/11/20 15:53:30 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-antivirus/bitdefender-console/ChangeLog,v 1.3 2004/11/21 16:22:43 blubb Exp $ + + 21 Nov 2004; Simon Stelling <blubb@gentoo.org> + bitdefender-console-7.0.1.ebuild: + added ~amd64 *bitdefender-console-7.0.1 (20 Nov 2004) 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 05845bb7c7ed..30c86d92306a 100644 --- a/app-antivirus/bitdefender-console/bitdefender-console-7.0.1.ebuild +++ b/app-antivirus/bitdefender-console/bitdefender-console-7.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 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.3 2004/11/21 07:14:07 kingtaco Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-antivirus/bitdefender-console/bitdefender-console-7.0.1.ebuild,v 1.4 2004/11/21 16:22:43 blubb Exp $ IUSE="" @@ -13,7 +13,8 @@ SRC_URI="ftp://ftp.bitdefender.com/pub/linux/free/bitdefender-console/en/${MY_P} DEPEND="app-arch/tar app-arch/gzip" -RDEPEND="virtual/libc" +RDEPEND="virtual/libc + amd64? ( >=app-emulation/emul-linux-x86-baselibs-1.0 )" PROVIDE="virtual/antivirus" SLOT="0" |