diff options
author | Markus Meier <maekke@gentoo.org> | 2010-06-21 20:56:45 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2010-06-21 20:56:45 +0000 |
commit | fac0d1d690994aa1222d002de93975249f12b23d (patch) | |
tree | e712eef735135b70a184fa66ca99e9b4858aeb33 /net-analyzer/wireshark | |
parent | amd64 stable, bug #323965 (diff) | |
download | gentoo-2-fac0d1d690994aa1222d002de93975249f12b23d.tar.gz gentoo-2-fac0d1d690994aa1222d002de93975249f12b23d.tar.bz2 gentoo-2-fac0d1d690994aa1222d002de93975249f12b23d.zip |
amd64 stable, bug #323859
(Portage version: 2.2_rc67/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.2.9.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-analyzer/wireshark/ChangeLog b/net-analyzer/wireshark/ChangeLog index fd0ddee99bcb..7fb1cd8db28a 100644 --- a/net-analyzer/wireshark/ChangeLog +++ b/net-analyzer/wireshark/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/wireshark # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.233 2010/06/20 13:29:45 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.234 2010/06/21 20:56:45 maekke Exp $ + + 21 Jun 2010; Markus Meier <maekke@gentoo.org> wireshark-1.2.9.ebuild: + amd64 stable, bug #323859 20 Jun 2010; Guy Martin <gmsoft@gentoo.org> wireshark-1.2.9.ebuild: hppa stable, #323859 diff --git a/net-analyzer/wireshark/wireshark-1.2.9.ebuild b/net-analyzer/wireshark/wireshark-1.2.9.ebuild index 2571fb32568e..ccc72909f8fc 100644 --- a/net-analyzer/wireshark/wireshark-1.2.9.ebuild +++ b/net-analyzer/wireshark/wireshark-1.2.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.2.9.ebuild,v 1.4 2010/06/20 13:29:45 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.2.9.ebuild,v 1.5 2010/06/21 20:56:45 maekke Exp $ EAPI=2 inherit autotools libtool flag-o-matic eutils toolchain-funcs @@ -16,7 +16,7 @@ SRC_URI="http://www.wireshark.org/download/src/${P}.tar.gz" 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 gtk ipv6 lua portaudio gnutls gcrypt geoip zlib kerberos threads profile smi +pcap pcre +caps selinux" RDEPEND=">=dev-libs/glib-2.4.0:2 |