diff options
author | V3n3RiX <venerix@koprulu.sector> | 2023-08-15 00:14:05 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2023-08-15 00:14:05 +0100 |
commit | 06a2593561b5f8054db8d68aa94b4338d2dd2bf6 (patch) | |
tree | 13e45c8f587efc7cf3385303b3a90c5c2a53755c /eclass | |
parent | 85dc262ae9ec9413f8172a2a8442d6d9134d02f4 (diff) |
gentoo auto-resync : 15:08:2023 - 00:14:05
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/Manifest.gz | bin | 38331 -> 38329 bytes | |||
-rw-r--r-- | eclass/netsurf.eclass | 8 |
2 files changed, 4 insertions, 4 deletions
diff --git a/eclass/Manifest.gz b/eclass/Manifest.gz Binary files differindex 80be1ebac794..45ed22207f8a 100644 --- a/eclass/Manifest.gz +++ b/eclass/Manifest.gz diff --git a/eclass/netsurf.eclass b/eclass/netsurf.eclass index 293f439e9715..b69c93d87ca3 100644 --- a/eclass/netsurf.eclass +++ b/eclass/netsurf.eclass @@ -3,15 +3,15 @@ # @ECLASS: netsurf.eclass # @MAINTAINER: -# maintainer-needed@gentoo.org -# @SUPPORTED_EAPIS: 7 +# mjo@gentoo.org +# @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) ;; - *) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;; + 7|8) ;; + *) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;; esac inherit toolchain-funcs |