diff options
author | Tobias Scherbaum <dertobi123@gentoo.org> | 2006-08-24 16:44:49 +0000 |
---|---|---|
committer | Tobias Scherbaum <dertobi123@gentoo.org> | 2006-08-24 16:44:49 +0000 |
commit | 02c7689d4be72362cab1528a6b2cc71ece895f65 (patch) | |
tree | 21199e2ac87737a06dd2de67aa069ace1ad8398f /net-analyzer/wireshark | |
parent | Added some missing deps. Fixed bug #144931. (diff) | |
download | gentoo-2-02c7689d4be72362cab1528a6b2cc71ece895f65.tar.gz gentoo-2-02c7689d4be72362cab1528a6b2cc71ece895f65.tar.bz2 gentoo-2-02c7689d4be72362cab1528a6b2cc71ece895f65.zip |
ppc stable, bug #144946
(Portage version: 2.1.1_pre5-r2)
Diffstat (limited to 'net-analyzer/wireshark')
-rw-r--r-- | net-analyzer/wireshark/ChangeLog | 6 | ||||
-rw-r--r-- | net-analyzer/wireshark/wireshark-0.99.3.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-analyzer/wireshark/ChangeLog b/net-analyzer/wireshark/ChangeLog index 5249cb1f6b31..41a8cffcdd87 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.20 2006/08/24 12:59:13 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.21 2006/08/24 16:44:49 dertobi123 Exp $ + + 24 Aug 2006; Tobias Scherbaum <dertobi123@gentoo.org> + wireshark-0.99.3.ebuild: + ppc stable, bug #144946 24 Aug 2006; Markus Rothe <corsair@gentoo.org> wireshark-0.99.3.ebuild: Stable on ppc64; bug #144946 diff --git a/net-analyzer/wireshark/wireshark-0.99.3.ebuild b/net-analyzer/wireshark/wireshark-0.99.3.ebuild index b11d073d5843..ea4b0aec30bc 100644 --- a/net-analyzer/wireshark/wireshark-0.99.3.ebuild +++ b/net-analyzer/wireshark/wireshark-0.99.3.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.3.ebuild,v 1.3 2006/08/24 12:59:13 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-0.99.3.ebuild,v 1.4 2006/08/24 16:44:49 dertobi123 Exp $ inherit libtool flag-o-matic eutils autotools @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/wireshark/${P}.tar.bz2 LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~ia64 ppc ppc64 ~sparc ~x86" IUSE="adns gtk ipv6 snmp ssl kerberos threads selinux" RDEPEND=">=sys-libs/zlib-1.1.4 |