diff options
author | Aron Griffis <agriffis@gentoo.org> | 2005-06-10 20:38:39 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2005-06-10 20:38:39 +0000 |
commit | 7ad54207a9c1ac09af6711ff8962d979ff266b07 (patch) | |
tree | 97a4dd76040c7818c56cdba7d4430d5f555dfe36 /net-analyzer/ettercap | |
parent | Commited with the wrong copyright header. Fixed now. (diff) | |
download | gentoo-2-7ad54207a9c1ac09af6711ff8962d979ff266b07.tar.gz gentoo-2-7ad54207a9c1ac09af6711ff8962d979ff266b07.tar.bz2 gentoo-2-7ad54207a9c1ac09af6711ff8962d979ff266b07.zip |
stable on alpha #94474
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'net-analyzer/ettercap')
-rw-r--r-- | net-analyzer/ettercap/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/ettercap/ettercap-0.7.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-analyzer/ettercap/ChangeLog b/net-analyzer/ettercap/ChangeLog index 58df44217141..86bf7c89ac25 100644 --- a/net-analyzer/ettercap/ChangeLog +++ b/net-analyzer/ettercap/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/ettercap # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ettercap/ChangeLog,v 1.48 2005/06/10 18:26:28 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ettercap/ChangeLog,v 1.49 2005/06/10 20:38:39 agriffis Exp $ + + 10 Jun 2005; Aron Griffis <agriffis@gentoo.org> ettercap-0.7.3.ebuild: + stable on alpha #94474 10 Jun 2005; Gustavo Zacarias <gustavoz@gentoo.org> ettercap-0.7.3.ebuild: Stable on sparc wrt #94474 diff --git a/net-analyzer/ettercap/ettercap-0.7.3.ebuild b/net-analyzer/ettercap/ettercap-0.7.3.ebuild index 4387621d33e1..757fed630e0c 100644 --- a/net-analyzer/ettercap/ettercap-0.7.3.ebuild +++ b/net-analyzer/ettercap/ettercap-0.7.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ettercap/ettercap-0.7.3.ebuild,v 1.3 2005/06/10 18:26:28 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ettercap/ettercap-0.7.3.ebuild,v 1.4 2005/06/10 20:38:39 agriffis Exp $ # the actual version is "NG-0.7.0" but I suppose portage people will not be # happy with it (as for the 0.6.b version), so let's set it to "0.7.0". @@ -18,7 +18,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ppc sparc ~x86" +KEYWORDS="alpha ~amd64 ~hppa ppc sparc ~x86" IUSE="ssl ncurses gtk debug" # libtool is needed because it provides libltdl (needed for plugins) |