commit: 4ad13f48d1a2980757ebec51402c14e511ec1be6 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sun Nov 10 22:18:59 2019 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sun Nov 10 22:21:17 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=4ad13f48
ecm.eclass: Fix typo Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> eclass/ecm.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/ecm.eclass b/eclass/ecm.eclass index 86ed9fb8e6..e24ac68cae 100644 --- a/eclass/ecm.eclass +++ b/eclass/ecm.eclass @@ -9,7 +9,7 @@ # @DESCRIPTION: # This eclass is intended to streamline the creation of ebuilds for packages # that use cmake and KDE Frameworks' extra-cmake-modules, thereby following -# some of their packaging conventions. It is primarily intended for the tree +# some of their packaging conventions. It is primarily intended for the three # upstream release groups (Frameworks, Plasma, Applications) but also for any # other package that follows similar conventions. #
