diff options
| author | Ulrich Müller <ulm@gentoo.org> | 2025-12-17 16:30:01 +0100 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2025-12-19 16:20:06 +0100 |
| commit | 5d2ca680299ef75633443e714660793202cf9b51 (patch) | |
| tree | 2f0e432e29f40769e0e7f11ca7e65e0afff1ba7f | |
| parent | 0563077dbd2bad4e52ee02fe9457d39e2842be27 (diff) | |
| download | kde-5d2ca680299ef75633443e714660793202cf9b51.tar.gz kde-5d2ca680299ef75633443e714660793202cf9b51.tar.bz2 kde-5d2ca680299ef75633443e714660793202cf9b51.zip | |
plasma.kde.org.eclass: Support EAPI 9
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
| -rw-r--r-- | eclass/plasma.kde.org.eclass | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/eclass/plasma.kde.org.eclass b/eclass/plasma.kde.org.eclass index 4b21d4f60bd..bbcc677a83e 100644 --- a/eclass/plasma.kde.org.eclass +++ b/eclass/plasma.kde.org.eclass @@ -4,7 +4,7 @@ # @ECLASS: plasma.kde.org.eclass # @MAINTAINER: # kde@gentoo.org -# @SUPPORTED_EAPIS: 8 +# @SUPPORTED_EAPIS: 8 9 # @PROVIDES: kde.org # @BLURB: Support eclass for KDE Plasma packages. # @DESCRIPTION: @@ -17,14 +17,14 @@ # variables and helper functions (not phase functions) may be considered as # part of this eclass's API. +if [[ -z ${_PLASMA_KDE_ORG_ECLASS} ]]; then +_PLASMA_KDE_ORG_ECLASS=1 + case ${EAPI} in - 8) ;; + 8|9) ;; *) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;; esac -if [[ -z ${_PLASMA_KDE_ORG_ECLASS} ]]; then -_PLASMA_KDE_ORG_ECLASS=1 - # @ECLASS_VARIABLE: KDE_CATV # @DESCRIPTION: # Holds main Plasma release number (major.minor.micro) for use on same-category |
