cmake-multilib.eclass: Drop EAPI-7 support

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner 2025-08-16 14:44:06 +02:00
parent d245a390d2
commit 68855b1774
No known key found for this signature in database
GPG Key ID: AE591BBC73E4DD5E

View File

@ -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 <mgorny@gentoo.org>
# @AUTHOR:
# Author: Michał Górny <mgorny@gentoo.org>
# @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) ;;
*)