diff options
author | Daniel Black <dragonheart@gentoo.org> | 2005-06-11 01:58:02 +0000 |
---|---|---|
committer | Daniel Black <dragonheart@gentoo.org> | 2005-06-11 01:58:02 +0000 |
commit | 5416295c003a39f7f3a92e767d19f0f37b4fb632 (patch) | |
tree | 13da7dd3f81bfabc27c97df09a0ffb21886fe928 /net-analyzer/ettercap | |
parent | stabilize (diff) | |
download | gentoo-2-5416295c003a39f7f3a92e767d19f0f37b4fb632.tar.gz gentoo-2-5416295c003a39f7f3a92e767d19f0f37b4fb632.tar.bz2 gentoo-2-5416295c003a39f7f3a92e767d19f0f37b4fb632.zip |
x86 stable. libnet dependancy bumped to libnet-1.1.2.1-r1 due to pic issues with 1.1.2.1
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'net-analyzer/ettercap')
-rw-r--r-- | net-analyzer/ettercap/ChangeLog | 6 | ||||
-rw-r--r-- | net-analyzer/ettercap/ettercap-0.7.3.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/net-analyzer/ettercap/ChangeLog b/net-analyzer/ettercap/ChangeLog index bab9a77766e4..f1d1f7a52c87 100644 --- a/net-analyzer/ettercap/ChangeLog +++ b/net-analyzer/ettercap/ChangeLog @@ -1,6 +1,10 @@ # 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.50 2005/06/10 21:39:05 killerfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ettercap/ChangeLog,v 1.51 2005/06/11 01:58:02 dragonheart Exp $ + + 11 Jun 2005; Daniel Black <dragonheart@gentoo.org> ettercap-0.7.3.ebuild: + x86 stable. libnet dependancy bumped to libnet-1.1.2.1-r1 due to pic issues + with 1.1.2.1 10 Jun 2005; Rene Nussbaumer <killerfox@gentoo.org> ettercap-0.7.3.ebuild: Stable on hppa. bug #94474 diff --git a/net-analyzer/ettercap/ettercap-0.7.3.ebuild b/net-analyzer/ettercap/ettercap-0.7.3.ebuild index 9e2f2fae2757..47a095d560a0 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.5 2005/06/10 21:39:05 killerfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ettercap/ettercap-0.7.3.ebuild,v 1.6 2005/06/11 01:58:02 dragonheart 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,14 +18,14 @@ 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) RDEPEND="virtual/libc sys-libs/zlib >=sys-devel/libtool-1.4.3 - >=net-libs/libnet-1.1.2.1 + >=net-libs/libnet-1.1.2.1-r1 virtual/libpcap ncurses? ( sys-libs/ncurses ) ssl? ( dev-libs/openssl ) |