mate.eclass, mate-desktop.org.eclass: add EAPI 8

These eclasses are based on gnome2 eclass which supports
EAPI 8 for a while now.

Signed-off-by: Oz Tiram <oz.tiram@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Oz Tiram 2023-08-12 08:01:41 +02:00 committed by Sam James
parent 0846e200ca
commit 3998ffc856
No known key found for this signature in database
GPG Key ID: 738409F520DF9190
2 changed files with 4 additions and 4 deletions

View File

@ -6,14 +6,14 @@
# mate@gentoo.org
# @AUTHOR:
# Authors: NP-Hardass <NP-Hardass@gentoo.org> based upon the gnome.org eclass.
# @SUPPORTED_EAPIS: 7
# @SUPPORTED_EAPIS: 7 8
# @BLURB: Helper eclass for mate-desktop.org hosted archives
# @DESCRIPTION:
# Provide a default SRC_URI and EGIT_REPO_URI for MATE packages as well as
# exporting some useful values like the MATE_BRANCH
case ${EAPI} in
7) ;;
7|8) ;;
*) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;;
esac

View File

@ -7,7 +7,7 @@
# @AUTHOR:
# Authors: NP-Hardass <NP-Hardass@gentoo.org> based upon the gnome2
# and autotools-utils eclasses
# @SUPPORTED_EAPIS: 7
# @SUPPORTED_EAPIS: 7 8
# @PROVIDES: mate-desktop.org
# @BLURB: Provides phases for MATE based packages.
# @DESCRIPTION:
@ -16,7 +16,7 @@
# fact that MATE is a GNOME fork. For additional functions, see gnome2-utils.eclass.
case ${EAPI} in
7) ;;
7|8) ;;
*) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;;
esac