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 D568C158009 for ; Sat, 17 Jun 2023 05:42:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AA402E09C8; Sat, 17 Jun 2023 05:42:41 +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 96055E09C8 for ; Sat, 17 Jun 2023 05:42:41 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D352E340CF1 for ; Sat, 17 Jun 2023 05:42:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E3376A96 for ; Sat, 17 Jun 2023 05:42:38 +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: <1686980440.5546101726cf707f5ea1cc8094f294b56e30b66d.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.06c-r1.ebuild app-forensics/aflplusplus/aflplusplus-4.06c.ebuild X-VCS-Directories: app-forensics/aflplusplus/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 5546101726cf707f5ea1cc8094f294b56e30b66d X-VCS-Branch: master Date: Sat, 17 Jun 2023 05:42:38 +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: b06df0f7-9561-45d1-9b98-360bdf6fdbe4 X-Archives-Hash: c172203c92476f316d3f298933d8144e commit: 5546101726cf707f5ea1cc8094f294b56e30b66d Author: Sam James gentoo org> AuthorDate: Sat Jun 17 05:14:48 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sat Jun 17 05:40:40 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55461017 app-forensics/aflplusplus: fix LLVM dep 15 was missing. Thanks to Anatolii for reporting by email. Signed-off-by: Sam James gentoo.org> .../{aflplusplus-4.06c.ebuild => aflplusplus-4.06c-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-forensics/aflplusplus/aflplusplus-4.06c.ebuild b/app-forensics/aflplusplus/aflplusplus-4.06c-r1.ebuild similarity index 97% rename from app-forensics/aflplusplus/aflplusplus-4.06c.ebuild rename to app-forensics/aflplusplus/aflplusplus-4.06c-r1.ebuild index f86e69395a77..e7be31befa79 100644 --- a/app-forensics/aflplusplus/aflplusplus-4.06c.ebuild +++ b/app-forensics/aflplusplus/aflplusplus-4.06c-r1.ebuild @@ -27,10 +27,10 @@ RESTRICT="test" RDEPEND=" ${PYTHON_DEPS} - >=sys-devel/llvm-13:= + >=sys-devel/llvm-14:= || ( - sys-devel/clang:13 sys-devel/clang:14 + sys-devel/clang:15 sys-devel/clang:${LLVM_MAX_SLOT} ) !app-forensics/afl"