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 356CD138351 for ; Sun, 9 Feb 2020 16:29:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 36BF3E0837; Sun, 9 Feb 2020 16:29:36 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 1F11BE0837 for ; Sun, 9 Feb 2020 16:29:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 202AA34E742 for ; Sun, 9 Feb 2020 16:29:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B7748126 for ; Sun, 9 Feb 2020 16:29:33 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1581265598.c546f5eaccf2a1f5525a46b2148cd9c792500c44.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/lokalize/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/lokalize/lokalize-19.08.3-r1.ebuild kde-apps/lokalize/lokalize-19.08.3.ebuild kde-apps/lokalize/lokalize-19.12.2-r1.ebuild kde-apps/lokalize/lokalize-19.12.2.ebuild X-VCS-Directories: kde-apps/lokalize/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: c546f5eaccf2a1f5525a46b2148cd9c792500c44 X-VCS-Branch: master Date: Sun, 9 Feb 2020 16:29:33 +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: 1bef3963-008b-4d24-bc7e-1634eeffd3a8 X-Archives-Hash: fed9ac95a61dbcbd02d0acf32a9d7577 commit: c546f5eaccf2a1f5525a46b2148cd9c792500c44 Author: Michał Górny gentoo org> AuthorDate: Fri Feb 7 14:57:13 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Feb 9 16:26:38 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c546f5ea kde-apps/lokalize: Switch to PYTHON_MULTI_USEDEP API Signed-off-by: Michał Górny gentoo.org> .../{lokalize-19.08.3.ebuild => lokalize-19.08.3-r1.ebuild} | 6 ++++-- .../{lokalize-19.12.2.ebuild => lokalize-19.12.2-r1.ebuild} | 4 +++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/kde-apps/lokalize/lokalize-19.08.3.ebuild b/kde-apps/lokalize/lokalize-19.08.3-r1.ebuild similarity index 93% rename from kde-apps/lokalize/lokalize-19.08.3.ebuild rename to kde-apps/lokalize/lokalize-19.08.3-r1.ebuild index 20cb67f3ba1..892e9a972f9 100644 --- a/kde-apps/lokalize/lokalize-19.08.3.ebuild +++ b/kde-apps/lokalize/lokalize-19.08.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -45,7 +45,9 @@ DEPEND="${PYTHON_DEPS} >=app-text/hunspell-1.2.8:= " RDEPEND="${DEPEND} - dev-python/translate-toolkit[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + dev-python/translate-toolkit[${PYTHON_MULTI_USEDEP}] + ') " pkg_setup() { diff --git a/kde-apps/lokalize/lokalize-19.12.2.ebuild b/kde-apps/lokalize/lokalize-19.12.2-r1.ebuild similarity index 95% rename from kde-apps/lokalize/lokalize-19.12.2.ebuild rename to kde-apps/lokalize/lokalize-19.12.2-r1.ebuild index 7c30ffd1af9..70b6dc762a8 100644 --- a/kde-apps/lokalize/lokalize-19.12.2.ebuild +++ b/kde-apps/lokalize/lokalize-19.12.2-r1.ebuild @@ -46,7 +46,9 @@ DEPEND="${PYTHON_DEPS} >=kde-frameworks/sonnet-${KFMIN}:5 " RDEPEND="${DEPEND} - dev-python/translate-toolkit[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + dev-python/translate-toolkit[${PYTHON_MULTI_USEDEP}] + ') " pkg_setup() {