netsurf.eclass: add myself as maintainer; fix spaces -> tabs

Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
This commit is contained in:
Michael Orlitzky
2023-08-14 14:40:06 -04:00
parent a235ef701f
commit af4e7e9610

View File

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