commit: dfe34b480bd25b3a218760fef35570f5a355d703 Author: David Seifert <soap <AT> gentoo <DOT> org> AuthorDate: Sat Jun 21 10:07:35 2025 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Sat Jun 21 10:07:35 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfe34b48
wxwidgets.eclass: remove EAPI 7 support Closes: https://github.com/gentoo/gentoo/pull/42243 Signed-off-by: David Seifert <soap <AT> gentoo.org> eclass/wxwidgets.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/wxwidgets.eclass b/eclass/wxwidgets.eclass index a558a37189c0..427884a846e1 100644 --- a/eclass/wxwidgets.eclass +++ b/eclass/wxwidgets.eclass @@ -4,7 +4,7 @@ # @ECLASS: wxwidgets.eclass # @MAINTAINER: # [email protected] -# @SUPPORTED_EAPIS: 7 8 +# @SUPPORTED_EAPIS: 8 # @BLURB: Manages build configuration for wxGTK-using packages. # @DESCRIPTION: # This eclass sets up the proper environment for ebuilds using the wxGTK @@ -22,7 +22,7 @@ # wxGTK was built with. case ${EAPI} in - 7|8) ;; + 8) ;; *) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;; esac
