diff options
author | Jeroen Roovers <jer@gentoo.org> | 2011-09-14 15:34:20 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2011-09-14 15:34:20 +0000 |
commit | 714f848e2002dda3dbe6267a720bc77620145c8b (patch) | |
tree | c12cf006b1547d2f81ca9c671b1e3c6447fac787 /net-analyzer/wireshark | |
parent | Use Libs.private instead of Libs to pass libraries for static linking wrt #38... (diff) | |
download | gentoo-2-714f848e2002dda3dbe6267a720bc77620145c8b.tar.gz gentoo-2-714f848e2002dda3dbe6267a720bc77620145c8b.tar.bz2 gentoo-2-714f848e2002dda3dbe6267a720bc77620145c8b.zip |
Stable for HPPA (bug #381551).
(Portage version: 2.2.0_alpha55/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.9.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-analyzer/wireshark/ChangeLog b/net-analyzer/wireshark/ChangeLog index f6acf2ef682b..78bd37336e96 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.313 2011/09/13 11:30:18 nativemad Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.314 2011/09/14 15:34:20 jer Exp $ + + 14 Sep 2011; Jeroen Roovers <jer@gentoo.org> wireshark-1.4.9.ebuild: + Stable for HPPA (bug #381551). 13 Sep 2011; Andreas Schuerch <nativemad@gentoo.org> wireshark-1.4.9.ebuild: x86 stable, Bug 38551 diff --git a/net-analyzer/wireshark/wireshark-1.4.9.ebuild b/net-analyzer/wireshark/wireshark-1.4.9.ebuild index 39d3eb1e4cb6..ae59c83772c9 100644 --- a/net-analyzer/wireshark/wireshark-1.4.9.ebuild +++ b/net-analyzer/wireshark/wireshark-1.4.9.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.9.ebuild,v 1.2 2011/09/13 10:29:10 nativemad Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.4.9.ebuild,v 1.3 2011/09/14 15:34:20 jer 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" |