diff options
author | Jeroen Roovers <jer@gentoo.org> | 2011-01-24 03:24:37 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2011-01-24 03:24:37 +0000 |
commit | c23daf1be8b54d1096e3977d3d0b9d864f10f1dc (patch) | |
tree | 680f7dd2936f47590eb86263c3d4f97c053becf8 /net-analyzer/wireshark | |
parent | Version bump. (diff) | |
download | gentoo-2-c23daf1be8b54d1096e3977d3d0b9d864f10f1dc.tar.gz gentoo-2-c23daf1be8b54d1096e3977d3d0b9d864f10f1dc.tar.bz2 gentoo-2-c23daf1be8b54d1096e3977d3d0b9d864f10f1dc.zip |
Stable for HPPA (bug #350551).
(Portage version: 2.2.0_alpha19/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.4.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-analyzer/wireshark/ChangeLog b/net-analyzer/wireshark/ChangeLog index 96e08a106fdc..0a913bd549dd 100644 --- a/net-analyzer/wireshark/ChangeLog +++ b/net-analyzer/wireshark/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/wireshark # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.272 2011/01/23 13:49:30 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.273 2011/01/24 03:24:37 jer Exp $ + + 24 Jan 2011; Jeroen Roovers <jer@gentoo.org> wireshark-1.4.3.ebuild: + Stable for HPPA (bug #350551). 23 Jan 2011; Peter Volkov <pva@gentoo.org> -wireshark-1.2.12.ebuild, -wireshark-1.4.2.ebuild, wireshark-1.4.3.ebuild: diff --git a/net-analyzer/wireshark/wireshark-1.4.3.ebuild b/net-analyzer/wireshark/wireshark-1.4.3.ebuild index f5327c4a4025..a3435a654f3a 100644 --- a/net-analyzer/wireshark/wireshark-1.4.3.ebuild +++ b/net-analyzer/wireshark/wireshark-1.4.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.4.3.ebuild,v 1.6 2011/01/23 13:49:30 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.4.3.ebuild,v 1.7 2011/01/24 03:24:37 jer Exp $ EAPI=2 PYTHON_DEPEND="python? 2" @@ -13,7 +13,7 @@ SRC_URI="http://www.wireshark.org/download/src/all-versions/${MY_P}.tar.bz2" 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 doc doc-pdf gtk ipv6 lua gcrypt geoip kerberos profile +pcap pcre portaudio python +caps selinux smi ssl threads zlib" |