diff options
author | Andreas Schuerch <nativemad@gentoo.org> | 2014-08-08 18:12:42 +0000 |
---|---|---|
committer | Andreas Schuerch <nativemad@gentoo.org> | 2014-08-08 18:12:42 +0000 |
commit | c2fa8d0094ee78222eed29403d77179ef104aaf0 (patch) | |
tree | f579ac24632e7ba8aaa81f033ebb2cbd6e33919a /net-analyzer | |
parent | Fix the Apache2 module loading configuration for the proxy module and change ... (diff) | |
download | gentoo-2-c2fa8d0094ee78222eed29403d77179ef104aaf0.tar.gz gentoo-2-c2fa8d0094ee78222eed29403d77179ef104aaf0.tar.bz2 gentoo-2-c2fa8d0094ee78222eed29403d77179ef104aaf0.zip |
x86 stable, see bug 519014
(Portage version: 2.2.8-r1/cvs/Linux i686, signed Manifest commit with key C1DE54B2)
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/wireshark/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/wireshark/wireshark-1.10.9.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-analyzer/wireshark/ChangeLog b/net-analyzer/wireshark/ChangeLog index 860ebed18e06..fd83ac2d3fde 100644 --- a/net-analyzer/wireshark/ChangeLog +++ b/net-analyzer/wireshark/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/wireshark # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.638 2014/08/08 14:58:14 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.639 2014/08/08 18:12:42 nativemad Exp $ + + 08 Aug 2014; <mad@gentoo.org> wireshark-1.10.9.ebuild: + x86 stable, see bug 519014 08 Aug 2014; Tobias Klausmann <klausman@gentoo.org> wireshark-1.10.9.ebuild: Stable on alpha, bug 519014 diff --git a/net-analyzer/wireshark/wireshark-1.10.9.ebuild b/net-analyzer/wireshark/wireshark-1.10.9.ebuild index b553ad0b7c8b..b17a988d0e25 100644 --- a/net-analyzer/wireshark/wireshark-1.10.9.ebuild +++ b/net-analyzer/wireshark/wireshark-1.10.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.10.9.ebuild,v 1.3 2014/08/08 14:58:14 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.10.9.ebuild,v 1.4 2014/08/08 18:12:42 nativemad Exp $ EAPI=5 inherit autotools eutils fcaps user @@ -12,7 +12,7 @@ SRC_URI="http://www.wireshark.org/download/src/all-versions/${MY_P}.tar.bz2" LICENSE="GPL-2" SLOT="0/${PV}" -KEYWORDS="alpha ~amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +KEYWORDS="alpha ~amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd" IUSE=" adns +caps crypt doc doc-pdf geoip gtk2 +gtk3 ipv6 kerberos lua +netlink +pcap portaudio qt4 selinux smi ssl zlib |