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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7718113933E for ; Thu, 22 Jul 2021 04:03:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C8A06E0AAF; Thu, 22 Jul 2021 04:03:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AF548E0AAF for ; Thu, 22 Jul 2021 04:03:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 28FA5342A85 for ; Thu, 22 Jul 2021 04:03:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 86BA07BA for ; Thu, 22 Jul 2021 04:03:12 +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: <1626926564.7b8cd38af90c005e3c1b3d2f51ffc3d22c38c930.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-3.14c-r1.ebuild app-forensics/aflplusplus/aflplusplus-3.14c.ebuild X-VCS-Directories: app-forensics/aflplusplus/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 7b8cd38af90c005e3c1b3d2f51ffc3d22c38c930 X-VCS-Branch: master Date: Thu, 22 Jul 2021 04:03:12 +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: c193ae21-6f29-43fe-9333-bace0e50bce2 X-Archives-Hash: 63972e39b0fd59ac47b8f7e7a732bbb3 commit: 7b8cd38af90c005e3c1b3d2f51ffc3d22c38c930 Author: Sam James gentoo org> AuthorDate: Thu Jul 22 04:02:44 2021 +0000 Commit: Sam James gentoo org> CommitDate: Thu Jul 22 04:02:44 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b8cd38a app-forensics/aflplusplus: allow LLVM 13, Python compat (+3.10, -3.7) Signed-off-by: Sam James gentoo.org> .../{aflplusplus-3.14c.ebuild => aflplusplus-3.14c-r1.ebuild} | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app-forensics/aflplusplus/aflplusplus-3.14c.ebuild b/app-forensics/aflplusplus/aflplusplus-3.14c-r1.ebuild similarity index 96% rename from app-forensics/aflplusplus/aflplusplus-3.14c.ebuild rename to app-forensics/aflplusplus/aflplusplus-3.14c-r1.ebuild index 9fafa1fa35e..066cbd062f6 100644 --- a/app-forensics/aflplusplus/aflplusplus-3.14c.ebuild +++ b/app-forensics/aflplusplus/aflplusplus-3.14c-r1.ebuild @@ -3,8 +3,8 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) -LLVM_MAX_SLOT=12 +PYTHON_COMPAT=( python3_{8,9,10} ) +LLVM_MAX_SLOT=13 inherit toolchain-funcs llvm optfeature python-single-r1 DESCRIPTION="A fork of AFL, the popular compile-time instrumentation fuzzer" @@ -31,6 +31,7 @@ RDEPEND=" sys-devel/clang:10 sys-devel/clang:11 sys-devel/clang:12 + sys-devel/clang:13 ) !app-forensics/afl "