diff options
author | Hanno <hanno@gentoo.org> | 2016-01-03 17:06:28 +0100 |
---|---|---|
committer | Hanno <hanno@gentoo.org> | 2016-01-03 17:07:42 +0100 |
commit | 993357204a3354877033769b0d480290bb6c92c2 (patch) | |
tree | 9162fa369d796207c7f3d7c077cc5a926fdd8051 /app-forensics | |
parent | gnome-extra/libgda: fix introspection/vala/gtk USE flag dependencies, bug #56... (diff) | |
download | gentoo-993357204a3354877033769b0d480290bb6c92c2.tar.gz gentoo-993357204a3354877033769b0d480290bb6c92c2.tar.bz2 gentoo-993357204a3354877033769b0d480290bb6c92c2.zip |
app-forensics/afl: Fix // in SRC_URI, fix Manifest
Package-Manager: portage-2.2.26
Diffstat (limited to 'app-forensics')
-rw-r--r-- | app-forensics/afl/afl-1.80b.ebuild | 4 | ||||
-rw-r--r-- | 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 a6acdfd8c856..c726297a1af3 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 f311733a15d6..c726297a1af3 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" |