diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2023-08-14 14:40:06 -0400 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2023-08-14 17:14:10 -0400 |
commit | af4e7e9610124cd568b9634d6b6bb0e68cafae6c (patch) | |
tree | c3784281462e2ef027112a0593c1e29c40ae1d65 /eclass/netsurf.eclass | |
parent | net-misc/eventd: Drop IUSE=ipv6 (diff) | |
download | gentoo-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.eclass | 6 |
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 |