diff options
author | Stephanie J. Lockwood-Childs <wormo@gentoo.org> | 2005-04-24 23:56:58 +0000 |
---|---|---|
committer | Stephanie J. Lockwood-Childs <wormo@gentoo.org> | 2005-04-24 23:56:58 +0000 |
commit | e929ddba54413a74bc156ea06642d2f4bacd31e9 (patch) | |
tree | 7374b6ef564363c943ae01940dfaecb5fe2573aa /app-antivirus | |
parent | minor fix (diff) | |
download | historical-e929ddba54413a74bc156ea06642d2f4bacd31e9.tar.gz historical-e929ddba54413a74bc156ea06642d2f4bacd31e9.tar.bz2 historical-e929ddba54413a74bc156ea06642d2f4bacd31e9.zip |
added -* since not relevant for platforms other than x86/amd64
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'app-antivirus')
-rw-r--r-- | app-antivirus/bitdefender-console/ChangeLog | 9 | ||||
-rw-r--r-- | app-antivirus/bitdefender-console/Manifest | 4 | ||||
-rw-r--r-- | app-antivirus/bitdefender-console/bitdefender-console-7.0.1.ebuild | 4 |
3 files changed, 12 insertions, 5 deletions
diff --git a/app-antivirus/bitdefender-console/ChangeLog b/app-antivirus/bitdefender-console/ChangeLog index 6b505bee0149..4e72e16de17f 100644 --- a/app-antivirus/bitdefender-console/ChangeLog +++ b/app-antivirus/bitdefender-console/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for app-antivirus/bitdefender-console # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-antivirus/bitdefender-console/ChangeLog,v 1.7 2005/04/21 17:45:35 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-antivirus/bitdefender-console/ChangeLog,v 1.8 2005/04/24 23:56:58 wormo Exp $ + + 24 Apr 2005; Stephanie Lockwood-Childs <wormo@gentoo.org> + bitdefender-console-7.0.1.ebuild: + added -* keyword to indicate this is x86 specific (missing keywords can + mean untried on other architectures -- but this is distributed as x86 + binaries so we KNOW it won't work except on platforms with x86 instructions + (i.e. x86 and amd64 using 32-bit support) 21 Apr 2005; Simon Stelling <blubb@gentoo.org> bitdefender-console-7.0.1.ebuild: diff --git a/app-antivirus/bitdefender-console/Manifest b/app-antivirus/bitdefender-console/Manifest index fc34a987df6d..4fafb67e8763 100644 --- a/app-antivirus/bitdefender-console/Manifest +++ b/app-antivirus/bitdefender-console/Manifest @@ -1,4 +1,4 @@ -MD5 6dd3804b622ef85b46dfd327e1863a5c ChangeLog 894 -MD5 821ac2e149f1c8b92deda32a85aa347a bitdefender-console-7.0.1.ebuild 1584 +MD5 e91e6d019ca821039e9c9da7fa8505ac ChangeLog 1259 MD5 b799e6d40bbe29a415e5c3f80faca25a metadata.xml 376 +MD5 cdb33f19f9ac40289e243964faa5d36e bitdefender-console-7.0.1.ebuild 1587 MD5 3956e0264dc3f7ec9cddc5cd82cdbb90 files/digest-bitdefender-console-7.0.1 104 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 9b1d9d70291b..fee23a8ea858 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-2005 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.8 2005/04/21 17:45:35 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-antivirus/bitdefender-console/bitdefender-console-7.0.1.ebuild,v 1.9 2005/04/24 23:56:58 wormo Exp $ IUSE="emul-linux-x86" @@ -19,7 +19,7 @@ PROVIDE="virtual/antivirus" SLOT="0" LICENSE="as-is" -KEYWORDS="x86 amd64" +KEYWORDS="-* x86 amd64" src_unpack () { #Extract the tgz achive contained in MY_P |