diff options
author | Stephanie J. Lockwood-Childs <wormo@gentoo.org> | 2006-07-16 05:57:39 +0000 |
---|---|---|
committer | Stephanie J. Lockwood-Childs <wormo@gentoo.org> | 2006-07-16 05:57:39 +0000 |
commit | cc90f1e6dc461c24fbd4c2599055c4c63ce1e08d (patch) | |
tree | fa34d4475ec0f63d6fbf2fc78ea29aef667064c9 /net-analyzer/wireshark | |
parent | rewrite filter-mfpmath a bit to avoid executing external programs like tr and... (diff) | |
download | gentoo-2-cc90f1e6dc461c24fbd4c2599055c4c63ce1e08d.tar.gz gentoo-2-cc90f1e6dc461c24fbd4c2599055c4c63ce1e08d.tar.bz2 gentoo-2-cc90f1e6dc461c24fbd4c2599055c4c63ce1e08d.zip |
mark ~ppc (Bug #136729)
(Portage version: 2.1-r1)
Diffstat (limited to 'net-analyzer/wireshark')
-rw-r--r-- | net-analyzer/wireshark/ChangeLog | 6 | ||||
-rw-r--r-- | net-analyzer/wireshark/wireshark-0.99.1_pre1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-analyzer/wireshark/ChangeLog b/net-analyzer/wireshark/ChangeLog index 33a1a6bc52d0..7e48cf451129 100644 --- a/net-analyzer/wireshark/ChangeLog +++ b/net-analyzer/wireshark/ChangeLog @@ -1,6 +1,10 @@ # 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.2 2006/07/01 23:49:28 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.3 2006/07/16 05:57:39 wormo Exp $ + + 15 Jul 2006; Stephanie Lockwood-Childs <wormo@gentoo.org> + wireshark-0.99.1_pre1.ebuild: + mark ~ppc (Bug #136729) 01 Jul 2006; Jason Wever <weeve@gentoo.org> wireshark-0.99.1_pre1.ebuild: Added ~sparc keyword. diff --git a/net-analyzer/wireshark/wireshark-0.99.1_pre1.ebuild b/net-analyzer/wireshark/wireshark-0.99.1_pre1.ebuild index 119401a35445..02265a473f78 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.2 2006/07/01 23:49:28 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-0.99.1_pre1.ebuild,v 1.3 2006/07/16 05:57:39 wormo 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="~sparc ~x86" +KEYWORDS="~ppc ~sparc ~x86" IUSE="adns gtk ipv6 snmp ssl kerberos threads" RDEPEND=">=sys-libs/zlib-1.1.4 |