diff options
author | 2007-04-17 01:01:54 +0000 | |
---|---|---|
committer | 2007-04-17 01:01:54 +0000 | |
commit | de0bc36041994a2068ac4b3f8fef7a068579c83f (patch) | |
tree | 3493dbc8dab5987d4300fd27854b91d003a20294 /net-analyzer | |
parent | Add support for USE=examples as suggested by Paulo da Silva #174798. (diff) | |
download | gentoo-2-de0bc36041994a2068ac4b3f8fef7a068579c83f.tar.gz gentoo-2-de0bc36041994a2068ac4b3f8fef7a068579c83f.tar.bz2 gentoo-2-de0bc36041994a2068ac4b3f8fef7a068579c83f.zip |
Stable on Alpha, bug 174625.
(Portage version: 2.1.2.4)
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/wireshark/ChangeLog | 6 | ||||
-rw-r--r-- | net-analyzer/wireshark/wireshark-0.99.5.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/net-analyzer/wireshark/ChangeLog b/net-analyzer/wireshark/ChangeLog index c581aeeee0e6..c545d434d197 100644 --- a/net-analyzer/wireshark/ChangeLog +++ b/net-analyzer/wireshark/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-analyzer/wireshark # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.52 2007/04/16 15:27:40 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.53 2007/04/17 01:01:54 kloeri Exp $ + + 17 Apr 2007; Bryan Østergaard <kloeri@gentoo.org> + wireshark-0.99.5.ebuild: + Stable on Alpha, bug 174625. 16 Apr 2007; Raúl Porcel <armin76@gentoo.org> wireshark-0.99.5.ebuild: ia64 stable wrt bug 174625 diff --git a/net-analyzer/wireshark/wireshark-0.99.5.ebuild b/net-analyzer/wireshark/wireshark-0.99.5.ebuild index 92cef2f9546e..9bcab6bd40a1 100644 --- a/net-analyzer/wireshark/wireshark-0.99.5.ebuild +++ b/net-analyzer/wireshark/wireshark-0.99.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-0.99.5.ebuild,v 1.9 2007/04/16 15:27:40 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-0.99.5.ebuild,v 1.10 2007/04/17 01:01:54 kloeri Exp $ inherit libtool flag-o-matic eutils @@ -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 ~x86-fbsd" +KEYWORDS="alpha amd64 hppa ia64 ~ppc ppc64 ~sparc x86 ~x86-fbsd" IUSE="adns gtk ipv6 portaudio snmp ssl kerberos threads selinux" RDEPEND=">=sys-libs/zlib-1.1.4 @@ -29,7 +29,7 @@ RDEPEND=">=sys-libs/zlib-1.1.4 kerberos? ( virtual/krb5 ) portaudio? ( media-libs/portaudio ) selinux? ( sec-policy/selinux-wireshark )" -# lua fails with version 5.0 and 5.1 is not in portage yet - 2006-04-25 +# lua fails with version 5.0 and 5.1 is not in portage yet - 2006-04-25 # lua? ( >=dev-lang/lua-5.1 )" DEPEND="${RDEPEND} |