mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-04 13:47:35 -08:00
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:
parent
af4e7e9610
commit
187edbb4ab
@ -4,13 +4,13 @@
|
||||
# @ECLASS: netsurf.eclass
|
||||
# @MAINTAINER:
|
||||
# mjo@gentoo.org
|
||||
# @SUPPORTED_EAPIS: 7
|
||||
# @SUPPORTED_EAPIS: 7 8
|
||||
# @BLURB: Handle buildsystem of www.netsurf-browser.org components
|
||||
# @DESCRIPTION:
|
||||
# Handle settings build environment for netsurf build system
|
||||
|
||||
case ${EAPI} in
|
||||
7) ;;
|
||||
7|8) ;;
|
||||
*) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;;
|
||||
esac
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user