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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 46541158086 for ; Thu, 30 Dec 2021 14:34:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C97082BC0AF; Thu, 30 Dec 2021 14:34:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A0A4A2BC0AF for ; Thu, 30 Dec 2021 14:34:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3FC5734316B for ; Thu, 30 Dec 2021 14:34:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A2501295 for ; Thu, 30 Dec 2021 14:34:35 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1640779643.bc9a02ce0bc319cc2b2d7e236ae20f9b9cac91d5.flow@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: net-misc/maestral-qt/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-misc/maestral-qt/maestral-qt-1.5.2.ebuild X-VCS-Directories: net-misc/maestral-qt/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: bc9a02ce0bc319cc2b2d7e236ae20f9b9cac91d5 X-VCS-Branch: master Date: Thu, 30 Dec 2021 14:34:35 +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: 7bd46743-cda3-4fea-9170-f000458a816e X-Archives-Hash: 2ba45e8725cd14b7b60b9c0812e5124b commit: bc9a02ce0bc319cc2b2d7e236ae20f9b9cac91d5 Author: Viorel Munteanu gmail com> AuthorDate: Wed Dec 29 12:03:57 2021 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Wed Dec 29 12:07:23 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bc9a02ce net-misc/maestral-qt: fix deps Signed-off-by: Viorel Munteanu gmail.com> net-misc/maestral-qt/maestral-qt-1.5.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/maestral-qt/maestral-qt-1.5.2.ebuild b/net-misc/maestral-qt/maestral-qt-1.5.2.ebuild index c04931b07..918df6d17 100644 --- a/net-misc/maestral-qt/maestral-qt-1.5.2.ebuild +++ b/net-misc/maestral-qt/maestral-qt-1.5.2.ebuild @@ -21,7 +21,7 @@ DEPEND=" dev-python/packaging[${PYTHON_USEDEP}] >=dev-python/PyQt5-5.9[widgets,gui,${PYTHON_USEDEP}] ~net-misc/maestral-${PV}[${PYTHON_USEDEP}] - python_targets_python3_8? ( dev-python/importlib_resources ) + $(python_gen_cond_dep 'dev-python/importlib_resources[${PYTHON_USEDEP}]' python3_8) " RDEPEND="${DEPEND}" BDEPEND=""