commit: 6578698969f017ff5eb0439de4344fe6d73ca51b Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Tue Mar 6 21:28:50 2018 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Mon Dec 10 22:11:30 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65786989
kde5-functions.eclass: Enable EAPI-7 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> eclass/kde5-functions.eclass | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass index 2c3c7bdf5ee..c6cdc4ba9d0 100644 --- a/eclass/kde5-functions.eclass +++ b/eclass/kde5-functions.eclass @@ -4,7 +4,7 @@ # @ECLASS: kde5-functions.eclass # @MAINTAINER: # [email protected] -# @SUPPORTED_EAPIS: 6 +# @SUPPORTED_EAPIS: 6 7 # @BLURB: Common ebuild functions for packages based on KDE Frameworks 5. # @DESCRIPTION: # This eclass contains functions shared by the other KDE eclasses and forms @@ -18,6 +18,7 @@ _KDE5_FUNCTIONS_ECLASS=1 inherit toolchain-funcs case ${EAPI} in + 7) ;; 6) inherit eapi7-ver ;; *) die "EAPI=${EAPI:-0} is not supported" ;; esac
