summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Wever <weeve@gentoo.org>2006-07-01 23:49:28 +0000
committerJason Wever <weeve@gentoo.org>2006-07-01 23:49:28 +0000
commit6f6cb82fb9cca06003b9052433838f5601887191 (patch)
tree344b68bb4bce96b3a657cbe7dbfd3619bd36907f /net-analyzer
parentAdd patch to support MCP55 sound boards, thanks to Doug Goldstein (cardoe) in... (diff)
downloadgentoo-2-6f6cb82fb9cca06003b9052433838f5601887191.tar.gz
gentoo-2-6f6cb82fb9cca06003b9052433838f5601887191.tar.bz2
gentoo-2-6f6cb82fb9cca06003b9052433838f5601887191.zip
Added ~sparc keyword.
(Portage version: 2.1.1_pre1-r5)
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/wireshark/ChangeLog5
-rw-r--r--net-analyzer/wireshark/wireshark-0.99.1_pre1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/net-analyzer/wireshark/ChangeLog b/net-analyzer/wireshark/ChangeLog
index ac3e43ed4860..33a1a6bc52d0 100644
--- a/net-analyzer/wireshark/ChangeLog
+++ b/net-analyzer/wireshark/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-analyzer/wireshark
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.1 2006/06/30 13:27:33 jokey Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.2 2006/07/01 23:49:28 weeve Exp $
+
+ 01 Jul 2006; Jason Wever <weeve@gentoo.org> wireshark-0.99.1_pre1.ebuild:
+ Added ~sparc keyword.
*wireshark-0.99.1_pre1 (30 Jun 2006)
diff --git a/net-analyzer/wireshark/wireshark-0.99.1_pre1.ebuild b/net-analyzer/wireshark/wireshark-0.99.1_pre1.ebuild
index 9de4de14a9cb..119401a35445 100644
--- a/net-analyzer/wireshark/wireshark-0.99.1_pre1.ebuild
+++ b/net-analyzer/wireshark/wireshark-0.99.1_pre1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-0.99.1_pre1.ebuild,v 1.1 2006/06/30 13:27:33 jokey Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-0.99.1_pre1.ebuild,v 1.2 2006/07/01 23:49:28 weeve Exp $
inherit libtool flag-o-matic eutils autotools libtool
@@ -13,7 +13,7 @@ SRC_URI="http://www.wireshark.org/download/prerelease/${MY_P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="~sparc ~x86"
IUSE="adns gtk ipv6 snmp ssl kerberos threads"
RDEPEND=">=sys-libs/zlib-1.1.4