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 7E1BC158094 for ; Mon, 4 Jul 2022 23:24:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EC96AE0AE5; Mon, 4 Jul 2022 23:24:19 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 D2E68E0AE5 for ; Mon, 4 Jul 2022 23:24:19 +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 807EE3419FE for ; Mon, 4 Jul 2022 23:24:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E0D71534 for ; Mon, 4 Jul 2022 23:24:15 +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: <1656977043.85db2b0d3b94be573a063b56b4181e92eaa901d5.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.01c.ebuild X-VCS-Directories: app-forensics/aflplusplus/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 85db2b0d3b94be573a063b56b4181e92eaa901d5 X-VCS-Branch: master Date: Mon, 4 Jul 2022 23:24:15 +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: 9576bc72-a484-4cde-b8c2-e21e0c931a83 X-Archives-Hash: 248756f0d78c449bb16c47d5015c2dd2 commit: 85db2b0d3b94be573a063b56b4181e92eaa901d5 Author: Alexander Miller gmx de> AuthorDate: Mon Jul 4 20:06:24 2022 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jul 4 23:24:03 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85db2b0d app-forensics/aflplusplus: Don't try to strip test cases Signed-off-by: Alexander Miller gmx.de> Signed-off-by: Sam James gentoo.org> app-forensics/aflplusplus/aflplusplus-4.01c.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/app-forensics/aflplusplus/aflplusplus-4.01c.ebuild b/app-forensics/aflplusplus/aflplusplus-4.01c.ebuild index 18186168e86e..5ff60c119327 100644 --- a/app-forensics/aflplusplus/aflplusplus-4.01c.ebuild +++ b/app-forensics/aflplusplus/aflplusplus-4.01c.ebuild @@ -80,6 +80,7 @@ src_install() { DOC_PATH="${EPREFIX}/usr/share/doc/${PF}" \ MAN_PATH="${EPREFIX}/usr/share/man/man8" \ install + dostrip -x /usr/share/afl/testcases/ } pkg_postinst() {