diff options
author | 2006-04-26 16:53:34 +0000 | |
---|---|---|
committer | 2006-04-26 16:53:34 +0000 | |
commit | 21afa30cd8ea0ea5f9dbc1f147ceed4d846bb873 (patch) | |
tree | 0ed5544dbf06bed0aaa486f8e1d0dcc856b8945a /net-analyzer | |
parent | Install ecb-images correctly; Partially resolves Bug #128103. (diff) | |
download | gentoo-2-21afa30cd8ea0ea5f9dbc1f147ceed4d846bb873.tar.gz gentoo-2-21afa30cd8ea0ea5f9dbc1f147ceed4d846bb873.tar.bz2 gentoo-2-21afa30cd8ea0ea5f9dbc1f147ceed4d846bb873.zip |
Stable on x86 wrt bug #130505.
(Portage version: 2.1_pre7-r5)
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/ethereal/ChangeLog | 6 | ||||
-rw-r--r-- | net-analyzer/ethereal/ethereal-0.99.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-analyzer/ethereal/ChangeLog b/net-analyzer/ethereal/ChangeLog index 4443c0fda710..740cf2dec15b 100644 --- a/net-analyzer/ethereal/ChangeLog +++ b/net-analyzer/ethereal/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-analyzer/ethereal # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ethereal/ChangeLog,v 1.176 2006/04/26 16:36:14 tcort Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ethereal/ChangeLog,v 1.177 2006/04/26 16:53:34 wolf31o2 Exp $ + + 26 Apr 2006; Chris Gianelloni <wolf31o2@gentoo.org> + ethereal-0.99.0.ebuild: + Stable on x86 wrt bug #130505. 26 Apr 2006; <tcort@gentoo.org> ethereal-0.99.0.ebuild: Stable on alpha wrt security Bug #130505. diff --git a/net-analyzer/ethereal/ethereal-0.99.0.ebuild b/net-analyzer/ethereal/ethereal-0.99.0.ebuild index baee112c3c7d..b06b7ee03465 100644 --- a/net-analyzer/ethereal/ethereal-0.99.0.ebuild +++ b/net-analyzer/ethereal/ethereal-0.99.0.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/ethereal/ethereal-0.99.0.ebuild,v 1.5 2006/04/26 16:36:15 tcort Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ethereal/ethereal-0.99.0.ebuild,v 1.6 2006/04/26 16:53:34 wolf31o2 Exp $ inherit libtool flag-o-matic eutils autotools libtool @@ -11,7 +11,7 @@ SRC_URI="mirror://ethereal/${P}.tar.bz2 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 |