commit: a467ec36d2fdac0e40b1b2f8aaaec10029be7cbc 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:19:14 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a467ec36
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 86ed9fb8e63..e24ac68cae3 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. #
