diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-11-11 19:24:14 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-11-11 19:24:14 +0000 |
commit | fd011a328fa7b9f44719c762bc239645bb1ab4b1 (patch) | |
tree | ee5cfc7fe18a313205a46beb4324ca81218ffb1c /net-analyzer | |
parent | version bump - compat with new kernel (diff) | |
download | gentoo-2-fd011a328fa7b9f44719c762bc239645bb1ab4b1.tar.gz gentoo-2-fd011a328fa7b9f44719c762bc239645bb1ab4b1.tar.bz2 gentoo-2-fd011a328fa7b9f44719c762bc239645bb1ab4b1.zip |
~alpha keyword.
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/ettercap/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/ettercap/ettercap-0.7.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-analyzer/ettercap/ChangeLog b/net-analyzer/ettercap/ChangeLog index d53198c5eb52..b26db5815ccf 100644 --- a/net-analyzer/ettercap/ChangeLog +++ b/net-analyzer/ettercap/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/ettercap # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ettercap/ChangeLog,v 1.40 2004/11/04 12:59:57 eldad Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ettercap/ChangeLog,v 1.41 2004/11/11 19:24:14 kloeri Exp $ + + 11 Nov 2004; Bryan Østergaard <kloeri@gentoo.org> ettercap-0.7.0.ebuild: + ~alpha keyword. 04 Nov 2004; Eldad Zack <eldad@gentoo.org> ettercap-0.7.0.ebuild: Problem compiling with heavy optimizations: using strip-flags. Closes #63030. diff --git a/net-analyzer/ettercap/ettercap-0.7.0.ebuild b/net-analyzer/ettercap/ettercap-0.7.0.ebuild index f86e8fc7743e..5bc7459f4ab8 100644 --- a/net-analyzer/ettercap/ettercap-0.7.0.ebuild +++ b/net-analyzer/ettercap/ettercap-0.7.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ettercap/ettercap-0.7.0.ebuild,v 1.9 2004/11/04 12:59:57 eldad Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ettercap/ettercap-0.7.0.ebuild,v 1.10 2004/11/11 19:24:14 kloeri 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="x86 sparc ppc hppa" +KEYWORDS="x86 sparc ppc hppa ~alpha" IUSE="ssl ncurses gtk debug" # libtool is needed because it provides libltdl (needed for plugins) |