diff options
author | Markus Rothe <corsair@gentoo.org> | 2006-08-24 12:59:13 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2006-08-24 12:59:13 +0000 |
commit | 20e10eda04137e9e0adc3946d4b663751f0f33fd (patch) | |
tree | 5870e71a1fd231803fa288453dc0ae126032485b /net-analyzer/wireshark | |
parent | forgot changelog entry (diff) | |
download | gentoo-2-20e10eda04137e9e0adc3946d4b663751f0f33fd.tar.gz gentoo-2-20e10eda04137e9e0adc3946d4b663751f0f33fd.tar.bz2 gentoo-2-20e10eda04137e9e0adc3946d4b663751f0f33fd.zip |
Stable on ppc64; bug #144946
(Portage version: 2.1-r2)
Diffstat (limited to 'net-analyzer/wireshark')
-rw-r--r-- | net-analyzer/wireshark/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/wireshark/wireshark-0.99.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-analyzer/wireshark/ChangeLog b/net-analyzer/wireshark/ChangeLog index 37f75ad971b3..5249cb1f6b31 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.19 2006/08/24 12:31:24 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.20 2006/08/24 12:59:13 corsair Exp $ + + 24 Aug 2006; Markus Rothe <corsair@gentoo.org> wireshark-0.99.3.ebuild: + Stable on ppc64; bug #144946 *wireshark-0.99.3 (24 Aug 2006) diff --git a/net-analyzer/wireshark/wireshark-0.99.3.ebuild b/net-analyzer/wireshark/wireshark-0.99.3.ebuild index 19fef89757cf..b11d073d5843 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.2 2006/08/24 12:31:24 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-0.99.3.ebuild,v 1.3 2006/08/24 12:59:13 corsair 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 |