diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-11-10 23:18:59 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-11-10 23:19:14 +0100 |
commit | a467ec36d2fdac0e40b1b2f8aaaec10029be7cbc (patch) | |
tree | 43a18f2edbc24d226ccaadee3a66f7b9f222b194 /eclass/ecm.eclass | |
parent | sys-devel/gdb: add RESTRICT="!test? ( test )" (diff) | |
download | gentoo-a467ec36d2fdac0e40b1b2f8aaaec10029be7cbc.tar.gz gentoo-a467ec36d2fdac0e40b1b2f8aaaec10029be7cbc.tar.bz2 gentoo-a467ec36d2fdac0e40b1b2f8aaaec10029be7cbc.zip |
ecm.eclass: Fix typo
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'eclass/ecm.eclass')
-rw-r--r-- | eclass/ecm.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/ecm.eclass b/eclass/ecm.eclass index 86ed9fb8e637..e24ac68cae32 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. # |