diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-09-15 19:24:32 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-09-15 19:24:32 +0200 |
commit | 27ccd2549f6a6db30a44a89077ed582582d48c2d (patch) | |
tree | 86798675220fd9d5cc45559111a24ed7dc33a20a /eclass | |
parent | bazel.eclass: Add @SUPPORTED_EAPIS (diff) | |
download | gentoo-27ccd2549f6a6db30a44a89077ed582582d48c2d.tar.gz gentoo-27ccd2549f6a6db30a44a89077ed582582d48c2d.tar.bz2 gentoo-27ccd2549f6a6db30a44a89077ed582582d48c2d.zip |
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@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/kde5.eclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass index 9f71e428c54f..db9fc4427c71 100644 --- a/eclass/kde5.eclass +++ b/eclass/kde5.eclass @@ -4,6 +4,7 @@ # @ECLASS: kde5.eclass # @MAINTAINER: # kde@gentoo.org +# @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 |