commit: 993357204a3354877033769b0d480290bb6c92c2 Author: Hanno <hanno <AT> gentoo <DOT> org> AuthorDate: Sun Jan 3 16:06:28 2016 +0000 Commit: Hanno Boeck <hanno <AT> gentoo <DOT> org> CommitDate: Sun Jan 3 16:07:42 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99335720
app-forensics/afl: Fix // in SRC_URI, fix Manifest Package-Manager: portage-2.2.26 app-forensics/afl/afl-1.80b.ebuild | 4 ++-- app-forensics/afl/afl-1.96b.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app-forensics/afl/afl-1.80b.ebuild b/app-forensics/afl/afl-1.80b.ebuild index a6acdfd..c726297 100644 --- a/app-forensics/afl/afl-1.80b.ebuild +++ b/app-forensics/afl/afl-1.80b.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -8,7 +8,7 @@ inherit multilib toolchain-funcs DESCRIPTION="american fuzzy lop - compile-time instrumentation fuzzer" HOMEPAGE="http://lcamtuf.coredump.cx/afl/" -SRC_URI="http://lcamtuf.coredump.cx/afl/releases//${P}.tgz" +SRC_URI="http://lcamtuf.coredump.cx/afl/releases/${P}.tgz" LICENSE="Apache-2.0" SLOT="0" diff --git a/app-forensics/afl/afl-1.96b.ebuild b/app-forensics/afl/afl-1.96b.ebuild index f311733..c726297 100644 --- a/app-forensics/afl/afl-1.96b.ebuild +++ b/app-forensics/afl/afl-1.96b.ebuild @@ -8,7 +8,7 @@ inherit multilib toolchain-funcs DESCRIPTION="american fuzzy lop - compile-time instrumentation fuzzer" HOMEPAGE="http://lcamtuf.coredump.cx/afl/" -SRC_URI="http://lcamtuf.coredump.cx/afl/releases//${P}.tgz" +SRC_URI="http://lcamtuf.coredump.cx/afl/releases/${P}.tgz" LICENSE="Apache-2.0" SLOT="0"
