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 1ADAC158170 for ; Wed, 17 Jul 2024 13:23:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 298E02BC1CB; Wed, 17 Jul 2024 13:23:00 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 080392BC1CB for ; Wed, 17 Jul 2024 13:23:00 +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 02E90343051 for ; Wed, 17 Jul 2024 13:22:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5A44B1603 for ; Wed, 17 Jul 2024 13:22:57 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1721222573.7cbb8840a6b708c4c58f771491f7631cb3105073.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/intel_clc/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/intel_clc/intel_clc-24.1.3.ebuild dev-util/intel_clc/intel_clc-9999.ebuild X-VCS-Directories: dev-util/intel_clc/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 7cbb8840a6b708c4c58f771491f7631cb3105073 X-VCS-Branch: master Date: Wed, 17 Jul 2024 13:22:57 +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: e905e367-2548-4795-8b83-3b349c7a596d X-Archives-Hash: a3f25b4878d878984ff98c5fff68aaff commit: 7cbb8840a6b708c4c58f771491f7631cb3105073 Author: Matt Turner gentoo org> AuthorDate: Wed Jul 17 13:21:34 2024 +0000 Commit: Matt Turner gentoo org> CommitDate: Wed Jul 17 13:22:53 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cbb8840 dev-util/intel_clc: Drop LLVM_COMPAT=16 Signed-off-by: Matt Turner gentoo.org> dev-util/intel_clc/intel_clc-24.1.3.ebuild | 2 +- dev-util/intel_clc/intel_clc-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/intel_clc/intel_clc-24.1.3.ebuild b/dev-util/intel_clc/intel_clc-24.1.3.ebuild index df38191345d0..fbd0a40622ad 100644 --- a/dev-util/intel_clc/intel_clc-24.1.3.ebuild +++ b/dev-util/intel_clc/intel_clc-24.1.3.ebuild @@ -3,7 +3,7 @@ EAPI=8 -LLVM_COMPAT=( {16..18} ) +LLVM_COMPAT=( {17..18} ) PYTHON_COMPAT=( python3_{10..12} ) inherit llvm-r1 meson python-any-r1 diff --git a/dev-util/intel_clc/intel_clc-9999.ebuild b/dev-util/intel_clc/intel_clc-9999.ebuild index df38191345d0..fbd0a40622ad 100644 --- a/dev-util/intel_clc/intel_clc-9999.ebuild +++ b/dev-util/intel_clc/intel_clc-9999.ebuild @@ -3,7 +3,7 @@ EAPI=8 -LLVM_COMPAT=( {16..18} ) +LLVM_COMPAT=( {17..18} ) PYTHON_COMPAT=( python3_{10..12} ) inherit llvm-r1 meson python-any-r1