diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2022-02-21 12:07:34 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2022-02-21 13:06:16 +0100 |
commit | 09e634aa9ecfa9ac339179e98559f508772a8ce3 (patch) | |
tree | 3032a6c26cc1fcf743eb23a58307f32edf3f19fd /dev-util | |
parent | kde-misc/latte-dock: Drop 0.10.4 (diff) | |
download | gentoo-09e634aa9ecfa9ac339179e98559f508772a8ce3.tar.gz gentoo-09e634aa9ecfa9ac339179e98559f508772a8ce3.tar.bz2 gentoo-09e634aa9ecfa9ac339179e98559f508772a8ce3.zip |
dev-util/clazy: EAPI-8 bump
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/clazy/clazy-1.11.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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} ) |