diff options
author | Jeroen Roovers <jer@gentoo.org> | 2009-12-19 16:13:59 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2009-12-19 16:13:59 +0000 |
commit | 470d52d27358de0b543b1669e5a2d7496655b701 (patch) | |
tree | 06e87db4ed9cc1a457dc57dcc6296ab7847b87a7 /net-analyzer/wireshark | |
parent | Version bump with minor bug fixes and enhancements. Ebuild by Martin Väth (diff) | |
download | gentoo-2-470d52d27358de0b543b1669e5a2d7496655b701.tar.gz gentoo-2-470d52d27358de0b543b1669e5a2d7496655b701.tar.bz2 gentoo-2-470d52d27358de0b543b1669e5a2d7496655b701.zip |
Stable for HPPA (bug #297388).
(Portage version: 2.2_rc60/cvs/Linux i686)
Diffstat (limited to 'net-analyzer/wireshark')
-rw-r--r-- | net-analyzer/wireshark/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/wireshark/wireshark-1.2.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-analyzer/wireshark/ChangeLog b/net-analyzer/wireshark/ChangeLog index 87a8cd4af767..1056d75d9721 100644 --- a/net-analyzer/wireshark/ChangeLog +++ b/net-analyzer/wireshark/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/wireshark # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.204 2009/12/19 01:44:10 rich0 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.205 2009/12/19 16:13:59 jer Exp $ + + 19 Dec 2009; Jeroen Roovers <jer@gentoo.org> wireshark-1.2.5.ebuild: + Stable for HPPA (bug #297388). 19 Dec 2009; Richard Freeman <rich0@gentoo.org> wireshark-1.2.5.ebuild: amd64 stable - 297388 diff --git a/net-analyzer/wireshark/wireshark-1.2.5.ebuild b/net-analyzer/wireshark/wireshark-1.2.5.ebuild index 3a2fccf1d288..aaf05141d8a8 100644 --- a/net-analyzer/wireshark/wireshark-1.2.5.ebuild +++ b/net-analyzer/wireshark/wireshark-1.2.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.2.5.ebuild,v 1.3 2009/12/19 01:44:10 rich0 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.2.5.ebuild,v 1.4 2009/12/19 16:13:59 jer Exp $ EAPI=2 inherit autotools libtool flag-o-matic eutils toolchain-funcs @@ -16,7 +16,7 @@ SRC_URI="http://www.wireshark.org/download/src/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd" IUSE="adns ares gtk ipv6 lua portaudio gnutls gcrypt geoip zlib kerberos threads profile smi +pcap pcre +caps selinux" RDEPEND=">=dev-libs/glib-2.4.0:2 |