diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-09-07 16:10:24 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-11-11 02:14:03 +0100 |
commit | 6d6b164ad9d6cc1f9c4ded718caa88fab08b6195 (patch) | |
tree | 5eece4efd5bb0ba1456608a2b227e0e0af3d9252 /eclass/kde5-functions.eclass | |
parent | kde5.eclass: Inherit kde.org.eclass and drop moved functions/vars (diff) | |
download | gentoo-6d6b164ad9d6cc1f9c4ded718caa88fab08b6195.tar.gz gentoo-6d6b164ad9d6cc1f9c4ded718caa88fab08b6195.tar.bz2 gentoo-6d6b164ad9d6cc1f9c4ded718caa88fab08b6195.zip |
kde5-functions.eclass: Must not be used directly by ebuild
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'eclass/kde5-functions.eclass')
-rw-r--r-- | eclass/kde5-functions.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass index 652ed06b7be5..9e00333dacfd 100644 --- a/eclass/kde5-functions.eclass +++ b/eclass/kde5-functions.eclass @@ -10,7 +10,7 @@ # This eclass contains functions shared by the other KDE eclasses and forms # part of their public API. # -# This eclass should (almost) never be inherited directly by an ebuild. +# This eclass must not be inherited directly by an ebuild. if [[ -z ${_KDE5_FUNCTIONS_ECLASS} ]]; then _KDE5_FUNCTIONS_ECLASS=1 |