netsurf.eclass: support EAPI=8

This eclass provides one function that sets some environment variables,
nothing to worry about.

Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
This commit is contained in:
Michael Orlitzky 2023-08-14 14:40:57 -04:00
parent af4e7e9610
commit 187edbb4ab
No known key found for this signature in database
GPG Key ID: 6F48D3DA05C2DADB

View File

@ -4,13 +4,13 @@
# @ECLASS: netsurf.eclass # @ECLASS: netsurf.eclass
# @MAINTAINER: # @MAINTAINER:
# mjo@gentoo.org # mjo@gentoo.org
# @SUPPORTED_EAPIS: 7 # @SUPPORTED_EAPIS: 7 8
# @BLURB: Handle buildsystem of www.netsurf-browser.org components # @BLURB: Handle buildsystem of www.netsurf-browser.org components
# @DESCRIPTION: # @DESCRIPTION:
# Handle settings build environment for netsurf build system # Handle settings build environment for netsurf build system
case ${EAPI} in case ${EAPI} in
7) ;; 7|8) ;;
*) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;; *) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;;
esac esac