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 89778158011 for ; Wed, 31 Aug 2022 18:29:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A634FE0877; Wed, 31 Aug 2022 18:29:27 +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 91C7BE0877 for ; Wed, 31 Aug 2022 18:29:27 +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 CD143340F62 for ; Wed, 31 Aug 2022 18:29:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 559B4596 for ; Wed, 31 Aug 2022 18:29:24 +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: <1661970552.f91525e84ec644c4c879cf09f0ceba7c3ad6761d.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-r1.ebuild 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: f91525e84ec644c4c879cf09f0ceba7c3ad6761d X-VCS-Branch: master Date: Wed, 31 Aug 2022 18:29:24 +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: 3c294660-9266-4505-854d-218cd6c330bf X-Archives-Hash: f70d8125dd45ab1f79efbb45367bebe3 commit: f91525e84ec644c4c879cf09f0ceba7c3ad6761d Author: Sam James gentoo org> AuthorDate: Wed Aug 31 18:23:22 2022 +0000 Commit: Sam James gentoo org> CommitDate: Wed Aug 31 18:29:12 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f91525e8 app-forensics/aflplusplus: fix make args Signed-off-by: Sam James gentoo.org> .../{aflplusplus-4.02c.ebuild => aflplusplus-4.02c-r1.ebuild} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app-forensics/aflplusplus/aflplusplus-4.02c.ebuild b/app-forensics/aflplusplus/aflplusplus-4.02c-r1.ebuild similarity index 97% rename from app-forensics/aflplusplus/aflplusplus-4.02c.ebuild rename to app-forensics/aflplusplus/aflplusplus-4.02c-r1.ebuild index 208b53026270..1e726329302b 100644 --- a/app-forensics/aflplusplus/aflplusplus-4.02c.ebuild +++ b/app-forensics/aflplusplus/aflplusplus-4.02c-r1.ebuild @@ -61,7 +61,8 @@ mymake() { PREFIX="${EPREFIX}/usr" \ HELPER_PATH="${EPREFIX}/usr/$(get_libdir)/afl" \ DOC_PATH="${EPREFIX}/usr/share/doc/${PF}" \ - MAN_PATH="${EPREFIX}/usr/share/man/man8" + MAN_PATH="${EPREFIX}/usr/share/man/man8" \ + "$@" } src_compile() {