mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 21:17:37 -08:00
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:
parent
a7ff1b405c
commit
dfe34b480b
@ -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
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user