From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8A17D13997D for ; Sun, 10 Nov 2019 22:21:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A3556E08DD; Sun, 10 Nov 2019 22:21:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 89AD3E08DD for ; Sun, 10 Nov 2019 22:21:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 91C9534CB5A for ; Sun, 10 Nov 2019 22:21:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1F8C3890 for ; Sun, 10 Nov 2019 22:21:43 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1573424477.4ad13f48d1a2980757ebec51402c14e511ec1be6.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: eclass/ X-VCS-Repository: proj/kde X-VCS-Files: eclass/ecm.eclass X-VCS-Directories: eclass/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 4ad13f48d1a2980757ebec51402c14e511ec1be6 X-VCS-Branch: master Date: Sun, 10 Nov 2019 22:21:43 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b3bfa6f9-c46a-4028-b0cb-05b0f098fc2a X-Archives-Hash: 89c041afb5407ddcb278f45f4b616dbb commit: 4ad13f48d1a2980757ebec51402c14e511ec1be6 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Nov 10 22:18:59 2019 +0000 Commit: Andreas Sturmlechner gentoo 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 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. #