summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2024-04-08 20:58:17 +0200
committerConrad Kostecki <conikost@gentoo.org>2024-05-09 21:54:02 +0200
commitfd708545f0ecc491e196c6043080c0c4c09eb441 (patch)
tree2206f242e66ba1f0424e4a5d556e5f0d454eb6c0
parentmedia-libs/libepoxy: Stabilize 1.5.10-r3 arm64, #931637 (diff)
downloadgentoo-fd708545f0ecc491e196c6043080c0c4c09eb441.tar.gz
gentoo-fd708545f0ecc491e196c6043080c0c4c09eb441.tar.bz2
gentoo-fd708545f0ecc491e196c6043080c0c4c09eb441.zip
eclass/vim-spell.eclass: support EAPI8
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/36166 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
-rw-r--r--eclass/vim-spell.eclass23
1 files changed, 11 insertions, 12 deletions
diff --git a/eclass/vim-spell.eclass b/eclass/vim-spell.eclass
index 855518d23e5b..607771ae8035 100644
--- a/eclass/vim-spell.eclass
+++ b/eclass/vim-spell.eclass
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# @ECLASS: vim-spell.eclass
@@ -6,7 +6,7 @@
# Vim Maintainers <vim@gentoo.org>
# @AUTHOR:
# Ciaran McCreesh <ciaranm@gentoo.org>
-# @SUPPORTED_EAPIS: 6 7
+# @SUPPORTED_EAPIS: 6 7 8
# @BLURB: Eclass for managing Vim spell files.
# @DESCRIPTION:
# How to make a vim spell file package using prebuilt spell lists
@@ -39,15 +39,14 @@
# <?xml version="1.0" encoding="UTF-8"?>
# <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
# <pkgmetadata>
-# <maintainer type="person">
-# <email>your@email.tld</email>
-# <name>Your Name</name>
-# </maintainer>
-# <maintainer type="project">
-# <email>vim@gentoo.org</email>
-# <name>Vim Maintainers</name>
-# </maintainer>
-#
+# <maintainer type="person">
+# <email>your@email.tld</email>
+# <name>Your Name</name>
+# </maintainer>
+# <maintainer type="project">
+# <email>vim@gentoo.org</email>
+# <name>Vim Maintainers</name>
+# </maintainer>
# <longdescription lang="en">
# Vim spell files for French (fr). Supported character sets are
# UTF-8 and latin1.
@@ -64,7 +63,7 @@
# for another language rather than keeping them Gentoo-specific.
case ${EAPI} in
- 6|7) ;;
+ 6|7|8) ;;
*) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;;
esac