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 | 0cdb16215bda0a67704c9c6bc8547e55c57e62e2 (patch) | |
tree | 5d4715f16c0c4750a1951ca4ca06f8499741d295 /app-antivirus | |
parent | minor fix (diff) | |
download | gentoo-2-0cdb16215bda0a67704c9c6bc8547e55c57e62e2.tar.gz gentoo-2-0cdb16215bda0a67704c9c6bc8547e55c57e62e2.tar.bz2 gentoo-2-0cdb16215bda0a67704c9c6bc8547e55c57e62e2.zip |
added -* since not relevant for platforms other than x86/amd64
(Portage version: 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..45b7ef0e8a75 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 cefaf8171863c9929712e9e06128cf60 ChangeLog 1259 MD5 b799e6d40bbe29a415e5c3f80faca25a metadata.xml 376 +MD5 a83312e0a8713463c156d1b1c7204fa0 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 |