diff options
author | Raúl Porcel <armin76@gentoo.org> | 2011-06-03 17:18:47 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2011-06-03 17:18:47 +0000 |
commit | 360e60be6a02d71ffb23ce29e12b9ed50e45bb7d (patch) | |
tree | 18af8b38b133f293d0f7a753fb094e4b1965de7e /net-analyzer/wireshark | |
parent | Version bump, remove old. (diff) | |
download | gentoo-2-360e60be6a02d71ffb23ce29e12b9ed50e45bb7d.tar.gz gentoo-2-360e60be6a02d71ffb23ce29e12b9ed50e45bb7d.tar.bz2 gentoo-2-360e60be6a02d71ffb23ce29e12b9ed50e45bb7d.zip |
alpha/ia64/sparc stable wrt #369683
(Portage version: 2.1.9.49/cvs/Linux ia64)
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 2b2563a98e5e..c589a39c38a8 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.301 2011/06/03 15:54:20 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.302 2011/06/03 17:18:47 armin76 Exp $ + + 03 Jun 2011; Raúl Porcel <armin76@gentoo.org> wireshark-1.4.7.ebuild: + alpha/ia64/sparc stable wrt #369683 03 Jun 2011; Thomas Kahle <tomka@gentoo.org> wireshark-1.4.7.ebuild: x86 stable per bug 369683 diff --git a/net-analyzer/wireshark/wireshark-1.4.7.ebuild b/net-analyzer/wireshark/wireshark-1.4.7.ebuild index e7f8177daa87..2e2fae8b5f01 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.5 2011/06/03 15:54:20 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.4.7.ebuild,v 1.6 2011/06/03 17:18:47 armin76 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" |