diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2011-06-05 10:15:49 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2011-06-05 10:15:49 +0000 |
commit | 7e96691cc3f6f0bc6279109daf6234c5c8c76484 (patch) | |
tree | 557452f9865af5fb9e65eef72d078c3a943eea4a /net-analyzer/wireshark | |
parent | arm stable, bug #368281 (diff) | |
download | gentoo-2-7e96691cc3f6f0bc6279109daf6234c5c8c76484.tar.gz gentoo-2-7e96691cc3f6f0bc6279109daf6234c5c8c76484.tar.bz2 gentoo-2-7e96691cc3f6f0bc6279109daf6234c5c8c76484.zip |
Stable on amd64 wrt bug #369683
(Portage version: 2.1.9.49/cvs/Linux x86_64)
Diffstat (limited to 'net-analyzer/wireshark')
-rw-r--r-- | net-analyzer/wireshark/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/wireshark/wireshark-1.4.7.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-analyzer/wireshark/ChangeLog b/net-analyzer/wireshark/ChangeLog index c589a39c38a8..3c480036f362 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.302 2011/06/03 17:18:47 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.303 2011/06/05 10:15:49 hwoarang Exp $ + + 05 Jun 2011; Markos Chandras <hwoarang@gentoo.org> wireshark-1.4.7.ebuild: + Stable on amd64 wrt bug #369683 03 Jun 2011; Raúl Porcel <armin76@gentoo.org> wireshark-1.4.7.ebuild: alpha/ia64/sparc stable wrt #369683 diff --git a/net-analyzer/wireshark/wireshark-1.4.7.ebuild b/net-analyzer/wireshark/wireshark-1.4.7.ebuild index 2e2fae8b5f01..7e188ce1df95 100644 --- a/net-analyzer/wireshark/wireshark-1.4.7.ebuild +++ b/net-analyzer/wireshark/wireshark-1.4.7.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.7.ebuild,v 1.6 2011/06/03 17:18:47 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.4.7.ebuild,v 1.7 2011/06/05 10:15:49 hwoarang 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" |