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 AEAAE158020 for ; Sat, 10 Dec 2022 04:52:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 048CBE0893; Sat, 10 Dec 2022 04:52:46 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 DAFCAE0894 for ; Sat, 10 Dec 2022 04:52:45 +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 06DD3340FFF for ; Sat, 10 Dec 2022 04:52:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9A5BC3A5 for ; Sat, 10 Dec 2022 04:52:43 +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: <1670647930.de7fe0e6030441b3e0de05f26e7a90f2219452ce.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.04c-r1.ebuild app-forensics/aflplusplus/aflplusplus-4.04c.ebuild X-VCS-Directories: app-forensics/aflplusplus/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: de7fe0e6030441b3e0de05f26e7a90f2219452ce X-VCS-Branch: master Date: Sat, 10 Dec 2022 04:52:43 +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: ba2c2afb-4816-4314-aa05-e10610543c52 X-Archives-Hash: 552d2aa692e9ba74e8e78020d849c369 commit: de7fe0e6030441b3e0de05f26e7a90f2219452ce Author: Sam James gentoo org> AuthorDate: Sat Dec 10 04:52:10 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sat Dec 10 04:52:10 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de7fe0e6 app-forensics/aflplusplus: allow Clang 14 (already allows 15) Signed-off-by: Sam James gentoo.org> .../{aflplusplus-4.04c.ebuild => aflplusplus-4.04c-r1.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/app-forensics/aflplusplus/aflplusplus-4.04c.ebuild b/app-forensics/aflplusplus/aflplusplus-4.04c-r1.ebuild similarity index 98% rename from app-forensics/aflplusplus/aflplusplus-4.04c.ebuild rename to app-forensics/aflplusplus/aflplusplus-4.04c-r1.ebuild index 317591bfd4ab..4f564af1db6d 100644 --- a/app-forensics/aflplusplus/aflplusplus-4.04c.ebuild +++ b/app-forensics/aflplusplus/aflplusplus-4.04c-r1.ebuild @@ -30,6 +30,7 @@ RDEPEND="${PYTHON_DEPS} >=sys-devel/llvm-13:= || ( sys-devel/clang:13 + sys-devel/clang:14 sys-devel/clang:${LLVM_MAX_SLOT} ) !app-forensics/afl"