commit: 27ccd2549f6a6db30a44a89077ed582582d48c2d Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun Sep 15 17:24:32 2019 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Sep 15 17:24:32 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27ccd254
kde5.eclass: Add @SUPPORTED_EAPIS The EAPI list is implicitly defined by kde5-functions inherit, so just copy it over. Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> eclass/kde5.eclass | 1 + 1 file changed, 1 insertion(+) diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass index 9f71e428c54..db9fc4427c7 100644 --- a/eclass/kde5.eclass +++ b/eclass/kde5.eclass @@ -4,6 +4,7 @@ # @ECLASS: kde5.eclass # @MAINTAINER: # [email protected] +# @SUPPORTED_EAPIS: 6 7 # @BLURB: Support eclass for packages that follow KDE packaging conventions. # @DESCRIPTION: # This eclass is intended to streamline the creation of ebuilds for packages
