diff options
author | Raúl Porcel <armin76@gentoo.org> | 2011-08-07 16:48:43 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2011-08-07 16:48:43 +0000 |
commit | 2526420beeab0df55be804f6aad95bc47b88567b (patch) | |
tree | d998934ecf4edee2103893709fb607c730323e98 /net-analyzer/wireshark | |
parent | Apply fedora patches, fix implicits, simplify deps, bump to EAPI4. Fixes bug ... (diff) | |
download | gentoo-2-2526420beeab0df55be804f6aad95bc47b88567b.tar.gz gentoo-2-2526420beeab0df55be804f6aad95bc47b88567b.tar.bz2 gentoo-2-2526420beeab0df55be804f6aad95bc47b88567b.zip |
alpha/ia64/sparc stable wrt #373961
(Portage version: 2.1.10.7/cvs/Linux ia64)
Diffstat (limited to 'net-analyzer/wireshark')
-rw-r--r-- | net-analyzer/wireshark/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/wireshark/wireshark-1.4.8.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-analyzer/wireshark/ChangeLog b/net-analyzer/wireshark/ChangeLog index 41e4fde5b2df..97e213f4c329 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.309 2011/07/26 17:52:01 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.310 2011/08/07 16:48:43 armin76 Exp $ + + 07 Aug 2011; Raúl Porcel <armin76@gentoo.org> wireshark-1.4.8.ebuild: + alpha/ia64/sparc stable wrt #373961 26 Jul 2011; Jeroen Roovers <jer@gentoo.org> wireshark-1.4.8.ebuild: Stable for HPPA (bug #373961). diff --git a/net-analyzer/wireshark/wireshark-1.4.8.ebuild b/net-analyzer/wireshark/wireshark-1.4.8.ebuild index 5b7cf353fecb..96df9a0142fa 100644 --- a/net-analyzer/wireshark/wireshark-1.4.8.ebuild +++ b/net-analyzer/wireshark/wireshark-1.4.8.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.8.ebuild,v 1.5 2011/07/26 17:52:01 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.4.8.ebuild,v 1.6 2011/08/07 16:48:43 armin76 Exp $ EAPI="3" 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 portaudio python +caps selinux smi ssl threads zlib" |