summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Orlitzky <mjo@gentoo.org>2023-08-14 14:40:06 -0400
committerMichael Orlitzky <mjo@gentoo.org>2023-08-14 17:14:10 -0400
commitaf4e7e9610124cd568b9634d6b6bb0e68cafae6c (patch)
treec3784281462e2ef027112a0593c1e29c40ae1d65 /eclass/netsurf.eclass
parentnet-misc/eventd: Drop IUSE=ipv6 (diff)
downloadgentoo-af4e7e9610124cd568b9634d6b6bb0e68cafae6c.tar.gz
gentoo-af4e7e9610124cd568b9634d6b6bb0e68cafae6c.tar.bz2
gentoo-af4e7e9610124cd568b9634d6b6bb0e68cafae6c.zip
netsurf.eclass: add myself as maintainer; fix spaces -> tabs
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'eclass/netsurf.eclass')
-rw-r--r--eclass/netsurf.eclass6
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/netsurf.eclass b/eclass/netsurf.eclass
index 293f439e9715..f027b88b4965 100644
--- a/eclass/netsurf.eclass
+++ b/eclass/netsurf.eclass
@@ -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