From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 47FD7158011 for ; Wed, 31 Aug 2022 04:39:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 79808E07D8; Wed, 31 Aug 2022 04:39:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 632F1E07D8 for ; Wed, 31 Aug 2022 04:39:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A4F27340D5D for ; Wed, 31 Aug 2022 04:39:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 495E5596 for ; Wed, 31 Aug 2022 04:39:02 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1661920736.4d0a2ac721a67fb6b3cf0e81d04a7c9d3406e578.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-forensics/aflplusplus/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-forensics/aflplusplus/aflplusplus-4.02c.ebuild X-VCS-Directories: app-forensics/aflplusplus/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 4d0a2ac721a67fb6b3cf0e81d04a7c9d3406e578 X-VCS-Branch: master Date: Wed, 31 Aug 2022 04:39:02 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2fcc19c1-9a09-4687-b0e0-a3c116fc9154 X-Archives-Hash: 937fba6b615a21998fff2021b110d466 commit: 4d0a2ac721a67fb6b3cf0e81d04a7c9d3406e578 Author: Sam James gentoo org> AuthorDate: Wed Aug 31 04:38:53 2022 +0000 Commit: Sam James gentoo org> CommitDate: Wed Aug 31 04:38:56 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d0a2ac7 app-forensics/aflplusplus: style tweak Signed-off-by: Sam James gentoo.org> app-forensics/aflplusplus/aflplusplus-4.02c.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-forensics/aflplusplus/aflplusplus-4.02c.ebuild b/app-forensics/aflplusplus/aflplusplus-4.02c.ebuild index 45d84376a414..208b53026270 100644 --- a/app-forensics/aflplusplus/aflplusplus-4.02c.ebuild +++ b/app-forensics/aflplusplus/aflplusplus-4.02c.ebuild @@ -10,7 +10,7 @@ inherit toolchain-funcs llvm optfeature python-single-r1 DESCRIPTION="A fork of AFL, the popular compile-time instrumentation fuzzer" HOMEPAGE="https://github.com/AFLplusplus/AFLplusplus" SRC_URI="https://github.com/AFLplusplus/AFLplusplus/archive/${PV}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/AFLplusplus-${PV}" +S="${WORKDIR}"/AFLplusplus-${PV} LICENSE="Apache-2.0" SLOT="0"