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 86702138350 for ; Sun, 9 Feb 2020 18:06:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 96283E085A; Sun, 9 Feb 2020 18:06:55 +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 7BB5EE085A for ; Sun, 9 Feb 2020 18:06:55 +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 12D7A34E8CA for ; Sun, 9 Feb 2020 18:06:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4E4C2149 for ; Sun, 9 Feb 2020 18:06:52 +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: <1581271515.90ec1c9fc936cf7f2fa975586b70d72a0bc99427.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kajongg/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kajongg/kajongg-19.12.49.9999.ebuild kde-apps/kajongg/kajongg-9999.ebuild X-VCS-Directories: kde-apps/kajongg/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 90ec1c9fc936cf7f2fa975586b70d72a0bc99427 X-VCS-Branch: master Date: Sun, 9 Feb 2020 18:06:52 +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: 3d505f7b-7611-4f00-b7d8-2baff6de2c6a X-Archives-Hash: 67ceba6935f97961f7a3e34a9e023679 commit: 90ec1c9fc936cf7f2fa975586b70d72a0bc99427 Author: Michał Górny gentoo org> AuthorDate: Fri Feb 7 14:55:34 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Feb 9 18:05:15 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=90ec1c9f kde-apps/kajongg: Switch to PYTHON_MULTI_USEDEP API Signed-off-by: Michał Górny gentoo.org> Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/kajongg/kajongg-19.12.49.9999.ebuild | 6 ++++-- kde-apps/kajongg/kajongg-9999.ebuild | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/kde-apps/kajongg/kajongg-19.12.49.9999.ebuild b/kde-apps/kajongg/kajongg-19.12.49.9999.ebuild index 2ee08d20c4..99e8d5abe2 100644 --- a/kde-apps/kajongg/kajongg-19.12.49.9999.ebuild +++ b/kde-apps/kajongg/kajongg-19.12.49.9999.ebuild @@ -28,8 +28,10 @@ DEPEND="${PYTHON_DEPS} >=dev-qt/qtsvg-${QTMIN}:5 >=dev-qt/qtwidgets-${QTMIN}:5 dev-db/sqlite:3 - dev-python/PyQt5[gui,svg,widgets,${PYTHON_USEDEP}] - >=dev-python/twisted-16.6.0[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + dev-python/PyQt5[gui,svg,widgets,${PYTHON_MULTI_USEDEP}] + >=dev-python/twisted-16.6.0[${PYTHON_MULTI_USEDEP}] + ') " RDEPEND="${DEPEND} >=kde-apps/libkmahjongg-${PVCUT}:5 diff --git a/kde-apps/kajongg/kajongg-9999.ebuild b/kde-apps/kajongg/kajongg-9999.ebuild index 8d5713c8d3..48df8374da 100644 --- a/kde-apps/kajongg/kajongg-9999.ebuild +++ b/kde-apps/kajongg/kajongg-9999.ebuild @@ -28,8 +28,10 @@ DEPEND="${PYTHON_DEPS} >=dev-qt/qtsvg-${QTMIN}:5 >=dev-qt/qtwidgets-${QTMIN}:5 dev-db/sqlite:3 - dev-python/PyQt5[gui,svg,widgets,${PYTHON_USEDEP}] - >=dev-python/twisted-16.6.0[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + dev-python/PyQt5[gui,svg,widgets,${PYTHON_MULTI_USEDEP}] + >=dev-python/twisted-16.6.0[${PYTHON_MULTI_USEDEP}] + ') " RDEPEND="${DEPEND} >=kde-apps/libkmahjongg-${PVCUT}:5