diff options
author | Simon Stelling <blubb@gentoo.org> | 2006-07-19 15:33:31 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2006-07-19 15:33:31 +0000 |
commit | 6eec68074e333d8155f57ae94870ba0d6dd8648c (patch) | |
tree | 6eeee27f5fc3a052d6f023dc1757a93ea4f48177 /net-analyzer/wireshark | |
parent | Stable on hppa. (diff) | |
download | gentoo-2-6eec68074e333d8155f57ae94870ba0d6dd8648c.tar.gz gentoo-2-6eec68074e333d8155f57ae94870ba0d6dd8648c.tar.bz2 gentoo-2-6eec68074e333d8155f57ae94870ba0d6dd8648c.zip |
stable wrt bug 140856
(Portage version: 2.1_pre9-r5)
Diffstat (limited to 'net-analyzer/wireshark')
-rw-r--r-- | net-analyzer/wireshark/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/wireshark/wireshark-0.99.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-analyzer/wireshark/ChangeLog b/net-analyzer/wireshark/ChangeLog index 7f72331a9d4a..082e13f1d236 100644 --- a/net-analyzer/wireshark/ChangeLog +++ b/net-analyzer/wireshark/ChangeLog @@ -1,6 +1,9 @@ # 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.9 2006/07/19 15:29:01 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.10 2006/07/19 15:33:31 blubb Exp $ + + 19 Jul 2006; Simon Stelling <blubb@gentoo.org> wireshark-0.99.2.ebuild: + stable wrt bug 140856 19 Jul 2006; Tobias Scherbaum <dertobi123@gentoo.org> wireshark-0.99.2.ebuild: diff --git a/net-analyzer/wireshark/wireshark-0.99.2.ebuild b/net-analyzer/wireshark/wireshark-0.99.2.ebuild index 13d72ff7bb5a..d5b11cc3ce63 100644 --- a/net-analyzer/wireshark/wireshark-0.99.2.ebuild +++ b/net-analyzer/wireshark/wireshark-0.99.2.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.2.ebuild,v 1.4 2006/07/19 15:29:01 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-0.99.2.ebuild,v 1.5 2006/07/19 15:33:31 blubb Exp $ inherit libtool flag-o-matic eutils autotools libtool @@ -13,7 +13,7 @@ SRC_URI="http://www.wireshark.org/download/src/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha ~amd64 ~ia64 ppc ppc64 ~sparc ~x86" +KEYWORDS="alpha amd64 ~ia64 ppc ppc64 ~sparc ~x86" IUSE="adns gtk ipv6 snmp ssl kerberos threads" RDEPEND=">=sys-libs/zlib-1.1.4 |