commit: 09e634aa9ecfa9ac339179e98559f508772a8ce3
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 21 11:07:34 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Feb 21 12:06:16 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09e634aa
dev-util/clazy: EAPI-8 bump
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
dev-util/clazy/clazy-1.11.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-util/clazy/clazy-1.11.ebuild b/dev-util/clazy/clazy-1.11.ebuild
index b69ab9ff5253..4d285abe7879 100644
--- a/dev-util/clazy/clazy-1.11.ebuild
+++ b/dev-util/clazy/clazy-1.11.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
LLVM_MAX_SLOT=13
PYTHON_COMPAT=( python3_{8,9,10} )