diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2017-04-25 23:42:37 +0200 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2017-09-25 23:11:14 +0200 |
| commit | c3b4273543aea9ec14487797496e86c2fbf7197f (patch) | |
| tree | 23d110942a9d8a779fa95bc9320036ab7936d1bd /eclass/kde5-functions.eclass | |
| parent | 9394cad8a5f40da7595998868f4bbae6b4f9f97d (diff) | |
| download | kde-c3b4273543aea9ec14487797496e86c2fbf7197f.tar.gz kde-c3b4273543aea9ec14487797496e86c2fbf7197f.tar.bz2 kde-c3b4273543aea9ec14487797496e86c2fbf7197f.zip | |
kde5-functions.eclass: There is no KDE 5
Diffstat (limited to 'eclass/kde5-functions.eclass')
| -rw-r--r-- | eclass/kde5-functions.eclass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass index 95eac433abb..5e0dc3aa969 100644 --- a/eclass/kde5-functions.eclass +++ b/eclass/kde5-functions.eclass @@ -4,12 +4,12 @@ # @ECLASS: kde5-functions.eclass # @MAINTAINER: # kde@gentoo.org -# @BLURB: Common ebuild functions for KDE 5-related packages. +# @BLURB: Common ebuild functions for packages based on KDE Frameworks 5. # @DESCRIPTION: -# This eclass contains functions shared by the other KDE 5 eclasses and forms +# This eclass contains functions shared by the other KDE eclasses and forms # part of their public API. # -# This elass should (almost) never be inherited directly by an ebuild. +# This eclass should (almost) never be inherited directly by an ebuild. if [[ -z ${_KDE5_FUNCTIONS_ECLASS} ]]; then _KDE5_FUNCTIONS_ECLASS=1 |
