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 E4881138359 for ; Mon, 28 Sep 2020 21:26:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 28CD9E0837; Mon, 28 Sep 2020 21:26:48 +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 11600E0837 for ; Mon, 28 Sep 2020 21:26:48 +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 11BC533FECD for ; Mon, 28 Sep 2020 21:26:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A40E738A for ; Mon, 28 Sep 2020 21:26:44 +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: <1601321767.cf563c27bb917e1d059ad4f56f7feac8292ac0a1.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/lokalize/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/lokalize/lokalize-20.08.49.9999.ebuild kde-apps/lokalize/lokalize-9999.ebuild X-VCS-Directories: kde-apps/lokalize/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: cf563c27bb917e1d059ad4f56f7feac8292ac0a1 X-VCS-Branch: master Date: Mon, 28 Sep 2020 21:26:44 +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: 57b34a36-2c7b-440d-90eb-8a0c4dc79bea X-Archives-Hash: d19a421e823e67781aadde13c1693d84 commit: cf563c27bb917e1d059ad4f56f7feac8292ac0a1 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Sep 28 19:34:57 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Sep 28 19:36:07 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=cf563c27 kde-apps/lokalize: Add app-text/languagetool optfeature info Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/lokalize/lokalize-20.08.49.9999.ebuild | 1 + kde-apps/lokalize/lokalize-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/kde-apps/lokalize/lokalize-20.08.49.9999.ebuild b/kde-apps/lokalize/lokalize-20.08.49.9999.ebuild index b1a6ac0867..053fd77dff 100644 --- a/kde-apps/lokalize/lokalize-20.08.49.9999.ebuild +++ b/kde-apps/lokalize/lokalize-20.08.49.9999.ebuild @@ -68,6 +68,7 @@ pkg_postinst() { elog "Optional dependencies:" optfeature "Autofetch kde.org translations in new project wizard" dev-vcs/subversion optfeature "msgmerge tool" "kde-apps/kross-interpreters:${SLOT}[python]" + optfeature "Spell and grammar checking" app-text/languagetool fi ecm_pkg_postinst } diff --git a/kde-apps/lokalize/lokalize-9999.ebuild b/kde-apps/lokalize/lokalize-9999.ebuild index 76b124979c..153a8612ab 100644 --- a/kde-apps/lokalize/lokalize-9999.ebuild +++ b/kde-apps/lokalize/lokalize-9999.ebuild @@ -68,6 +68,7 @@ pkg_postinst() { elog "Optional dependencies:" optfeature "Autofetch kde.org translations in new project wizard" dev-vcs/subversion optfeature "msgmerge tool" "kde-apps/kross-interpreters:${SLOT}[python]" + optfeature "Spell and grammar checking" app-text/languagetool fi ecm_pkg_postinst }