diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2006-11-01 20:56:38 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2006-11-01 20:56:38 +0000 |
commit | 1ef1a0015800af1e674affab300d49ca77758172 (patch) | |
tree | 1ba945c4725f0d81ab01a894db9f55f0f71972d7 /net-analyzer | |
parent | Stable on ppc (bug #142835) (diff) | |
download | gentoo-2-1ef1a0015800af1e674affab300d49ca77758172.tar.gz gentoo-2-1ef1a0015800af1e674affab300d49ca77758172.tar.bz2 gentoo-2-1ef1a0015800af1e674affab300d49ca77758172.zip |
Stable on Alpha, bug 152951.
(Portage version: 2.1.2_rc1-r1)
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/wireshark/ChangeLog | 6 | ||||
-rw-r--r-- | net-analyzer/wireshark/wireshark-0.99.4.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-analyzer/wireshark/ChangeLog b/net-analyzer/wireshark/ChangeLog index a89f8d42651d..2cc648e71d8e 100644 --- a/net-analyzer/wireshark/ChangeLog +++ b/net-analyzer/wireshark/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-analyzer/wireshark # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.36 2006/11/01 15:55:10 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.37 2006/11/01 20:56:38 kloeri Exp $ + + 01 Nov 2006; Bryan Østergaard <kloeri@gentoo.org> + wireshark-0.99.4.ebuild: + Stable on Alpha, bug 152951. 01 Nov 2006; Andrej Kacian <ticho@gentoo.org> wireshark-0.99.4.ebuild: Stable on x86, security bug #152951. diff --git a/net-analyzer/wireshark/wireshark-0.99.4.ebuild b/net-analyzer/wireshark/wireshark-0.99.4.ebuild index 72f94b8e8b05..751b2f4d39d4 100644 --- a/net-analyzer/wireshark/wireshark-0.99.4.ebuild +++ b/net-analyzer/wireshark/wireshark-0.99.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-0.99.4.ebuild,v 1.4 2006/11/01 15:55:10 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-0.99.4.ebuild,v 1.5 2006/11/01 20:56:38 kloeri Exp $ inherit libtool flag-o-matic eutils autotools @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/wireshark/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ppc ~ppc64 sparc x86" +KEYWORDS="alpha ~amd64 ~hppa ~ia64 ppc ~ppc64 sparc x86" IUSE="adns gtk ipv6 portaudio snmp ssl kerberos threads selinux" RDEPEND=">=sys-libs/zlib-1.1.4 |