summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-analyzer/ffp')
-rw-r--r--net-analyzer/ffp/ChangeLog7
-rw-r--r--net-analyzer/ffp/ffp-0.0.8-r1.ebuild7
2 files changed, 8 insertions, 6 deletions
diff --git a/net-analyzer/ffp/ChangeLog b/net-analyzer/ffp/ChangeLog
index af7bc07fa825..1e3b74d841e0 100644
--- a/net-analyzer/ffp/ChangeLog
+++ b/net-analyzer/ffp/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-analyzer/ffp
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ffp/ChangeLog,v 1.4 2012/12/05 16:21:26 jer Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ffp/ChangeLog,v 1.5 2014/07/11 12:12:34 jer Exp $
+
+ 11 Jul 2014; Jeroen Roovers <jer@gentoo.org> ffp-0.0.8-r1.ebuild:
+ EAPI bump.
*ffp-0.0.8-r1 (05 Dec 2012)
diff --git a/net-analyzer/ffp/ffp-0.0.8-r1.ebuild b/net-analyzer/ffp/ffp-0.0.8-r1.ebuild
index 39438fdcb46f..1b216525d3eb 100644
--- a/net-analyzer/ffp/ffp-0.0.8-r1.ebuild
+++ b/net-analyzer/ffp/ffp-0.0.8-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ffp/ffp-0.0.8-r1.ebuild,v 1.1 2012/12/05 16:21:26 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ffp/ffp-0.0.8-r1.ebuild,v 1.2 2014/07/11 12:12:34 jer Exp $
-EAPI=4
+EAPI=5
inherit toolchain-funcs
DESCRIPTION="a tool to do fuzzy fingerprinting for man-in-the-middle attacks"
@@ -12,7 +12,6 @@ SRC_URI="http://www.thc.org/releases/${P}.tar.gz"
LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
DEPEND="dev-libs/openssl"
RDEPEND="${DEPEND}"