diff options
author | Jeroen Roovers <jer@gentoo.org> | 2014-07-11 12:12:34 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2014-07-11 12:12:34 +0000 |
commit | cc7fa5100693027625a223fcb5dc75d693d0822d (patch) | |
tree | b3ee965b5cb71230c5cee84bb10ab863fbc65d0b /net-analyzer/ffp | |
parent | Version bump. (diff) | |
download | gentoo-2-cc7fa5100693027625a223fcb5dc75d693d0822d.tar.gz gentoo-2-cc7fa5100693027625a223fcb5dc75d693d0822d.tar.bz2 gentoo-2-cc7fa5100693027625a223fcb5dc75d693d0822d.zip |
EAPI bump.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'net-analyzer/ffp')
-rw-r--r-- | net-analyzer/ffp/ChangeLog | 7 | ||||
-rw-r--r-- | net-analyzer/ffp/ffp-0.0.8-r1.ebuild | 7 |
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}" |