diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-07-18 13:35:22 +0200 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-08-21 15:10:11 +0200 |
| commit | 4d627557db2199dc0fc5c32cce3b5ebad271bd3c (patch) | |
| tree | 5b309316369d32b4b3ad6c5b015b0a89570c9c6b /eclass/ecm.eclass | |
| parent | 7a440e37c189fb350b824203221acb9ab7920824 (diff) | |
| download | kde-4d627557db2199dc0fc5c32cce3b5ebad271bd3c.tar.gz kde-4d627557db2199dc0fc5c32cce3b5ebad271bd3c.tar.bz2 kde-4d627557db2199dc0fc5c32cce3b5ebad271bd3c.zip | |
ecm.eclass: Support EAPI-8
Raise baseline Frameworks version to 5.82.0.
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'eclass/ecm.eclass')
| -rw-r--r-- | eclass/ecm.eclass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/ecm.eclass b/eclass/ecm.eclass index 5f10a7caf78..919c7514b5a 100644 --- a/eclass/ecm.eclass +++ b/eclass/ecm.eclass @@ -4,7 +4,7 @@ # @ECLASS: ecm.eclass # @MAINTAINER: # kde@gentoo.org -# @SUPPORTED_EAPIS: 7 +# @SUPPORTED_EAPIS: 7 8 # @BLURB: Support eclass for packages that use KDE Frameworks with ECM. # @DESCRIPTION: # This eclass is intended to streamline the creation of ebuilds for packages @@ -21,7 +21,7 @@ # any phase functions are overridden the version here should also be called. case ${EAPI} in - 7) ;; + 7|8) ;; *) die "EAPI=${EAPI:-0} is not supported" ;; esac @@ -154,7 +154,7 @@ fi if [[ ${CATEGORY} = kde-frameworks ]]; then : ${KFMIN:=$(ver_cut 1-2)} fi -: ${KFMIN:=5.64.0} +: ${KFMIN:=5.82.0} # @ECLASS-VARIABLE: KFSLOT # @INTERNAL |
