diff options
author | Benjamin Smee <strerror@gentoo.org> | 2006-09-18 11:08:08 +0000 |
---|---|---|
committer | Benjamin Smee <strerror@gentoo.org> | 2006-09-18 11:08:08 +0000 |
commit | 50cb5fd6a915ff507353e538c8c8ff31a33fb8ee (patch) | |
tree | 35d42ee0ece5160f3b3b6068fc7821191b43efb3 /net-analyzer/wireshark | |
parent | Force people to re-emerge openssl on i686 so that they get the optimized vers... (diff) | |
download | gentoo-2-50cb5fd6a915ff507353e538c8c8ff31a33fb8ee.tar.gz gentoo-2-50cb5fd6a915ff507353e538c8c8ff31a33fb8ee.tar.bz2 gentoo-2-50cb5fd6a915ff507353e538c8c8ff31a33fb8ee.zip |
Small change for bug #147814
(Portage version: 2.1.2_pre1)
Diffstat (limited to 'net-analyzer/wireshark')
-rw-r--r-- | net-analyzer/wireshark/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/wireshark/wireshark-0.99.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-analyzer/wireshark/ChangeLog b/net-analyzer/wireshark/ChangeLog index ea27e1f052bd..80ae1c3852a5 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.31 2006/09/12 19:41:44 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.32 2006/09/18 11:08:08 strerror Exp $ + + 18 Sep 2006; Benjamin Smee <strerror@gentoo.org> wireshark-0.99.3.ebuild: + Small change for bug #147814 12 Sep 2006; Markus Ullmann <jokey@gentoo.org> wireshark-0.99.3.ebuild: Fixing built_with_use check for non-existant IUSE ( bug #146839 ) diff --git a/net-analyzer/wireshark/wireshark-0.99.3.ebuild b/net-analyzer/wireshark/wireshark-0.99.3.ebuild index 3359516bb9fe..1eeff368a785 100644 --- a/net-analyzer/wireshark/wireshark-0.99.3.ebuild +++ b/net-analyzer/wireshark/wireshark-0.99.3.ebuild @@ -1,10 +1,10 @@ # 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.3.ebuild,v 1.13 2006/09/12 19:41:44 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-0.99.3.ebuild,v 1.14 2006/09/18 11:08:08 strerror Exp $ inherit libtool flag-o-matic eutils autotools -DESCRIPTION="A network protocol analyzer formally known as ethereal" +DESCRIPTION="A network protocol analyzer formerly known as ethereal" HOMEPAGE="http://www.wireshark.org/" #SRC_URI="http://www.wireshark.org/download/src/${MY_P}.tar.bz2" SRC_URI="mirror://sourceforge/wireshark/${P}.tar.bz2 |