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 F018F13835A 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 13297E083D; Mon, 28 Sep 2020 21:26:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 F360CE0837 for ; Mon, 28 Sep 2020 21:26:47 +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 0D46133E3A9 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 90C0C389 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: <1601321715.9dd2211976ee060387bb051494cf46cb2ae5b19f.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: 9dd2211976ee060387bb051494cf46cb2ae5b19f 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: f7940209-3c17-429a-892e-40f5b3c79f83 X-Archives-Hash: d117675243ed9dce488ca8f906cbe362 commit: 9dd2211976ee060387bb051494cf46cb2ae5b19f Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Sep 28 19:28:30 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Sep 28 19:35:15 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=9dd22119 kde-apps/lokalize: Drop kde-apps/kross-interpreters from RDEPEND This reverts commit 08fc2c16d871e07de6428d07f5c95a19ab24e854. Move to pkg_postinst info instead. Bug: https://bugs.gentoo.org/735368 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/lokalize/lokalize-20.08.49.9999.ebuild | 2 +- kde-apps/lokalize/lokalize-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-apps/lokalize/lokalize-20.08.49.9999.ebuild b/kde-apps/lokalize/lokalize-20.08.49.9999.ebuild index 2c4b0b64a0..b1a6ac0867 100644 --- a/kde-apps/lokalize/lokalize-20.08.49.9999.ebuild +++ b/kde-apps/lokalize/lokalize-20.08.49.9999.ebuild @@ -51,7 +51,6 @@ RDEPEND="${DEPEND} $(python_gen_cond_dep ' dev-python/translate-toolkit[${PYTHON_MULTI_USEDEP}] ') - >=kde-apps/kross-interpreters-${PV}:${SLOT}[python] " pkg_setup() { @@ -68,6 +67,7 @@ pkg_postinst() { if [[ -z "${REPLACING_VERSIONS}" ]]; then elog "Optional dependencies:" optfeature "Autofetch kde.org translations in new project wizard" dev-vcs/subversion + optfeature "msgmerge tool" "kde-apps/kross-interpreters:${SLOT}[python]" fi ecm_pkg_postinst } diff --git a/kde-apps/lokalize/lokalize-9999.ebuild b/kde-apps/lokalize/lokalize-9999.ebuild index 80d64c0d85..76b124979c 100644 --- a/kde-apps/lokalize/lokalize-9999.ebuild +++ b/kde-apps/lokalize/lokalize-9999.ebuild @@ -51,7 +51,6 @@ RDEPEND="${DEPEND} $(python_gen_cond_dep ' dev-python/translate-toolkit[${PYTHON_MULTI_USEDEP}] ') - >=kde-apps/kross-interpreters-${PV}:${SLOT}[python] " pkg_setup() { @@ -68,6 +67,7 @@ pkg_postinst() { if [[ -z "${REPLACING_VERSIONS}" ]]; then elog "Optional dependencies:" optfeature "Autofetch kde.org translations in new project wizard" dev-vcs/subversion + optfeature "msgmerge tool" "kde-apps/kross-interpreters:${SLOT}[python]" fi ecm_pkg_postinst }