From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1348184-garchives=archives.gentoo.org@lists.gentoo.org>
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 D2098158086
	for <garchives@archives.gentoo.org>; Sat, 11 Dec 2021 01:18:18 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 0C07B2BC012;
	Sat, 11 Dec 2021 01:18:18 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.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 E61E92BC012
	for <gentoo-commits@lists.gentoo.org>; Sat, 11 Dec 2021 01:18:17 +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 46BE3342EF5
	for <gentoo-commits@lists.gentoo.org>; Sat, 11 Dec 2021 01:18:16 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id D1FD214D
	for <gentoo-commits@lists.gentoo.org>; Sat, 11 Dec 2021 01:18:14 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
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" <sam@gentoo.org>
Message-ID: <1639185447.e4b46346ff1f6a87a637640677d2cfd0f0905cbe.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/clazy/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-util/clazy/clazy-1.10-r1.ebuild dev-util/clazy/clazy-1.10.ebuild
X-VCS-Directories: dev-util/clazy/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: e4b46346ff1f6a87a637640677d2cfd0f0905cbe
X-VCS-Branch: master
Date: Sat, 11 Dec 2021 01:18:14 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: ad3c6b8b-32e2-44ca-923f-597e26eac4b1
X-Archives-Hash: ae107489556df2a5602adc68744cd4fa

commit:     e4b46346ff1f6a87a637640677d2cfd0f0905cbe
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 11 01:17:27 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Dec 11 01:17:27 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4b46346

Revert "dev-util/clazy: use llvm.eclass to declare compatibility"

This reverts commit 15d1e9c51bee91279e79fad16777338e6aff1b8b.

(Didn't mean to push yet, sorry!)

Bug: https://bugs.gentoo.org/823726
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-util/clazy/{clazy-1.10-r1.ebuild => clazy-1.10.ebuild} | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/dev-util/clazy/clazy-1.10-r1.ebuild b/dev-util/clazy/clazy-1.10.ebuild
similarity index 83%
rename from dev-util/clazy/clazy-1.10-r1.ebuild
rename to dev-util/clazy/clazy-1.10.ebuild
index d8be54c089d8..160c50c5c641 100644
--- a/dev-util/clazy/clazy-1.10-r1.ebuild
+++ b/dev-util/clazy/clazy-1.10.ebuild
@@ -3,8 +3,7 @@
 
 EAPI=7
 
-LLVM_MAX_SLOT=12
-inherit cmake llvm
+inherit cmake
 
 DESCRIPTION="Compiler plugin which allows clang to understand Qt semantics"
 HOMEPAGE="https://apps.kde.org/clazy"
@@ -15,13 +14,12 @@ SLOT="0"
 KEYWORDS="~amd64 arm64 ~x86"
 IUSE=""
 
-RDEPEND=">=sys-devel/clang-$((${LLVM_MAX_SLOT} + 1)):="
+RDEPEND="
+	>=sys-devel/clang-8.0:=
+	>=sys-devel/llvm-8.0:=
+"
 DEPEND="${RDEPEND}"
 
-llvm_check_deps() {
-	has_version "sys-devel/clang:${LLVM_SLOT}" && has_version "sys-devel/llvm:${LLVM_SLOT}"
-}
-
 src_prepare() {
 	cmake_src_prepare