diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-10-13 22:39:45 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-10-13 22:39:45 +0000 |
commit | 0af03f1334c8e470f1f1b789ce41f50c92d4c270 (patch) | |
tree | 41925feb0a310d87b0920d57a6c046a752063615 /net-analyzer | |
parent | Drop HOMEPAGE + LICENSE, handled by eclass, bug #438088. (diff) | |
download | gentoo-2-0af03f1334c8e470f1f1b789ce41f50c92d4c270.tar.gz gentoo-2-0af03f1334c8e470f1f1b789ce41f50c92d4c270.tar.bz2 gentoo-2-0af03f1334c8e470f1f1b789ce41f50c92d4c270.zip |
+plugins
(Portage version: 2.1.11.9/cvs/Linux i686)
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/ettercap/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/ettercap/ettercap-0.7.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-analyzer/ettercap/ChangeLog b/net-analyzer/ettercap/ChangeLog index e500f1165ace..3b3161d937db 100644 --- a/net-analyzer/ettercap/ChangeLog +++ b/net-analyzer/ettercap/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/ettercap # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ettercap/ChangeLog,v 1.104 2012/10/13 17:01:36 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ettercap/ChangeLog,v 1.105 2012/10/13 22:39:45 ago Exp $ + + 13 Oct 2012; Agostino Sarubbo <ago@gentoo.org> ettercap-0.7.5.ebuild: + +plugins 13 Oct 2012; Raúl Porcel <armin76@gentoo.org> ettercap-0.7.5.ebuild: alpha/arm/sparc stable wrt #340897 diff --git a/net-analyzer/ettercap/ettercap-0.7.5.ebuild b/net-analyzer/ettercap/ettercap-0.7.5.ebuild index 5701d642c0d1..a74026230c1d 100644 --- a/net-analyzer/ettercap/ettercap-0.7.5.ebuild +++ b/net-analyzer/ettercap/ettercap-0.7.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ettercap/ettercap-0.7.5.ebuild,v 1.6 2012/10/13 17:01:36 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ettercap/ettercap-0.7.5.ebuild,v 1.7 2012/10/13 22:39:45 ago Exp $ EAPI=4 @@ -15,7 +15,7 @@ SRC_URI="mirror://github/Ettercap/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="alpha amd64 arm hppa ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="gtk ipv6 ncurses plugins ssl" +IUSE="gtk ipv6 ncurses +plugins ssl" RDEPEND="dev-libs/libpcre net-libs/libnet:1.1 |