wxwidgets.eclass: remove EAPI 7 support

Closes: https://github.com/gentoo/gentoo/pull/42243
Signed-off-by: David Seifert <soap@gentoo.org>
This commit is contained in:
David Seifert 2025-06-21 12:07:35 +02:00
parent a7ff1b405c
commit dfe34b480b
No known key found for this signature in database
GPG Key ID: CE36E117202E3842

View File

@ -4,7 +4,7 @@
# @ECLASS: wxwidgets.eclass # @ECLASS: wxwidgets.eclass
# @MAINTAINER: # @MAINTAINER:
# wxwidgets@gentoo.org # wxwidgets@gentoo.org
# @SUPPORTED_EAPIS: 7 8 # @SUPPORTED_EAPIS: 8
# @BLURB: Manages build configuration for wxGTK-using packages. # @BLURB: Manages build configuration for wxGTK-using packages.
# @DESCRIPTION: # @DESCRIPTION:
# This eclass sets up the proper environment for ebuilds using the wxGTK # This eclass sets up the proper environment for ebuilds using the wxGTK
@ -22,7 +22,7 @@
# wxGTK was built with. # wxGTK was built with.
case ${EAPI} in case ${EAPI} in
7|8) ;; 8) ;;
*) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;; *) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;;
esac esac