diff options
author | Andreas Schuerch <nativemad@gentoo.org> | 2011-09-13 10:29:10 +0000 |
---|---|---|
committer | Andreas Schuerch <nativemad@gentoo.org> | 2011-09-13 10:29:10 +0000 |
commit | 9f4f282eddd152f953195f271ed497606673511c (patch) | |
tree | 45af6551218d0969a4ed76f2f56bc4994430e7b6 /net-analyzer/wireshark | |
parent | Bump to eapi4. (diff) | |
download | gentoo-2-9f4f282eddd152f953195f271ed497606673511c.tar.gz gentoo-2-9f4f282eddd152f953195f271ed497606673511c.tar.bz2 gentoo-2-9f4f282eddd152f953195f271ed497606673511c.zip |
x86 stable, Bug 381551
(Portage version: 2.1.10.11/cvs/Linux i686)
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 201df04bf53d..7e5777f8fa69 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.311 2011/09/12 18:55:52 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.312 2011/09/13 10:29:10 nativemad Exp $ + + 13 Sep 2011; <mad@gentoo.org> wireshark-1.4.9.ebuild: + wireshark-1.4.9.ebuild *wireshark-1.6.2 (12 Sep 2011) *wireshark-1.4.9 (12 Sep 2011) diff --git a/net-analyzer/wireshark/wireshark-1.4.9.ebuild b/net-analyzer/wireshark/wireshark-1.4.9.ebuild index 2630a0dab070..39d3eb1e4cb6 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.1 2011/09/12 18:55:52 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.4.9.ebuild,v 1.2 2011/09/13 10:29:10 nativemad 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" |