diff options
author | Jeroen Roovers <jer@gentoo.org> | 2013-01-29 15:50:47 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2013-01-29 15:50:47 +0000 |
commit | f6fddf021060878c8d7fb6f8ccca62863f778be3 (patch) | |
tree | e2779cc4143a86562735a392d3ffd898fb8727d7 /net-analyzer | |
parent | Version bump. Switch to EAPI=5 and add a subslot. (diff) | |
download | gentoo-2-f6fddf021060878c8d7fb6f8ccca62863f778be3.tar.gz gentoo-2-f6fddf021060878c8d7fb6f8ccca62863f778be3.tar.bz2 gentoo-2-f6fddf021060878c8d7fb6f8ccca62863f778be3.zip |
Stable for HPPA (bug #451198).
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/ettercap/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/ettercap/ettercap-0.7.5.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-analyzer/ettercap/ChangeLog b/net-analyzer/ettercap/ChangeLog index 1f6742d1049e..45ff7eff82cb 100644 --- a/net-analyzer/ettercap/ChangeLog +++ b/net-analyzer/ettercap/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/ettercap # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ettercap/ChangeLog,v 1.120 2013/01/29 14:37:32 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ettercap/ChangeLog,v 1.121 2013/01/29 15:50:47 jer Exp $ + + 29 Jan 2013; Jeroen Roovers <jer@gentoo.org> ettercap-0.7.5.2.ebuild: + Stable for HPPA (bug #451198). 29 Jan 2013; Agostino Sarubbo <ago@gentoo.org> ettercap-0.7.5.2.ebuild: Stable for ppc64, wrt bug #451198 diff --git a/net-analyzer/ettercap/ettercap-0.7.5.2.ebuild b/net-analyzer/ettercap/ettercap-0.7.5.2.ebuild index 6c3cf8182989..4e907d59b966 100644 --- a/net-analyzer/ettercap/ettercap-0.7.5.2.ebuild +++ b/net-analyzer/ettercap/ettercap-0.7.5.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 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.2.ebuild,v 1.5 2013/01/29 14:37:32 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ettercap/ettercap-0.7.5.2.ebuild,v 1.6 2013/01/29 15:50:47 jer Exp $ EAPI=4 @@ -14,7 +14,7 @@ SRC_URI="https://github.com/Ettercap/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ppc ppc64 ~sparc x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm hppa ppc ppc64 ~sparc x86 ~x86-fbsd" IUSE="gtk ipv6 ncurses +plugins ssl" RDEPEND="dev-libs/libpcre |