Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-forensics/aflplusplus/
Date: Wed, 31 Aug 2022 04:39:05
Message-Id: 1661920736.4d0a2ac721a67fb6b3cf0e81d04a7c9d3406e578.sam@gentoo
1 commit: 4d0a2ac721a67fb6b3cf0e81d04a7c9d3406e578
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 31 04:38:53 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 31 04:38:56 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d0a2ac7
7
8 app-forensics/aflplusplus: style tweak
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 app-forensics/aflplusplus/aflplusplus-4.02c.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-forensics/aflplusplus/aflplusplus-4.02c.ebuild b/app-forensics/aflplusplus/aflplusplus-4.02c.ebuild
16 index 45d84376a414..208b53026270 100644
17 --- a/app-forensics/aflplusplus/aflplusplus-4.02c.ebuild
18 +++ b/app-forensics/aflplusplus/aflplusplus-4.02c.ebuild
19 @@ -10,7 +10,7 @@ inherit toolchain-funcs llvm optfeature python-single-r1
20 DESCRIPTION="A fork of AFL, the popular compile-time instrumentation fuzzer"
21 HOMEPAGE="https://github.com/AFLplusplus/AFLplusplus"
22 SRC_URI="https://github.com/AFLplusplus/AFLplusplus/archive/${PV}.tar.gz -> ${P}.tar.gz"
23 -S="${WORKDIR}/AFLplusplus-${PV}"
24 +S="${WORKDIR}"/AFLplusplus-${PV}
25
26 LICENSE="Apache-2.0"
27 SLOT="0"