diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-08-22 00:04:22 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-08-22 00:04:22 +0000 |
commit | 3c01a9c5c54720d6b908ce25bff16132875e8918 (patch) | |
tree | 0f2b7bf25c54c884d80f76ed2567861c5476d686 /net-analyzer/wireshark | |
parent | Stable for amd64, wrt bug #432240 (diff) | |
download | gentoo-2-3c01a9c5c54720d6b908ce25bff16132875e8918.tar.gz gentoo-2-3c01a9c5c54720d6b908ce25bff16132875e8918.tar.bz2 gentoo-2-3c01a9c5c54720d6b908ce25bff16132875e8918.zip |
Stable for amd64, wrt bug #431572
(Portage version: 2.1.11.9/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.6.10.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-analyzer/wireshark/ChangeLog b/net-analyzer/wireshark/ChangeLog index ae16e8727357..1e04b39f5895 100644 --- a/net-analyzer/wireshark/ChangeLog +++ b/net-analyzer/wireshark/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/wireshark # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.378 2012/08/21 06:20:53 nativemad Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.379 2012/08/22 00:04:22 ago Exp $ + + 22 Aug 2012; Agostino Sarubbo <ago@gentoo.org> wireshark-1.6.10.ebuild: + Stable for amd64, wrt bug #431572 21 Aug 2012; Andreas Schuerch <nativemad@gentoo.org> wireshark-1.6.10.ebuild, wireshark-1.8.2.ebuild: diff --git a/net-analyzer/wireshark/wireshark-1.6.10.ebuild b/net-analyzer/wireshark/wireshark-1.6.10.ebuild index 7da323badd0b..1cb8e3e5ac04 100644 --- a/net-analyzer/wireshark/wireshark-1.6.10.ebuild +++ b/net-analyzer/wireshark/wireshark-1.6.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.6.10.ebuild,v 1.4 2012/08/21 06:20:53 nativemad Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.6.10.ebuild,v 1.5 2012/08/22 00:04:22 ago 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" |