From 68855b1774f443481c103a98faf8ff7a084e0040 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Sat, 16 Aug 2025 14:44:06 +0200 Subject: [PATCH] cmake-multilib.eclass: Drop EAPI-7 support Signed-off-by: Andreas Sturmlechner --- eclass/cmake-multilib.eclass | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/eclass/cmake-multilib.eclass b/eclass/cmake-multilib.eclass index 826f0ffcd967..8c4b524e0964 100644 --- a/eclass/cmake-multilib.eclass +++ b/eclass/cmake-multilib.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # @ECLASS: cmake-multilib.eclass @@ -6,7 +6,7 @@ # Michał Górny # @AUTHOR: # Author: Michał Górny -# @SUPPORTED_EAPIS: 7 8 +# @SUPPORTED_EAPIS: 8 # @PROVIDES: cmake multilib-minimal # @BLURB: cmake wrapper for multilib builds # @DESCRIPTION: @@ -27,7 +27,7 @@ : "${CMAKE_ECLASS:=cmake}" case ${EAPI} in - 7|8) + 8) case ${CMAKE_ECLASS} in cmake) ;; *)