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 5AAB6158088 for ; Thu, 30 Dec 2021 14:34:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 843F02BC0AD; 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 6D1AF2BC0AD for ; Thu, 30 Dec 2021 14:34:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 E021A343161 for ; Thu, 30 Dec 2021 14:34:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4502928E 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.8e9c213208ac7d67f3afec51b4d1483f551eacb3.flow@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/desktop-notifier/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/desktop-notifier/desktop-notifier-3.3.1.ebuild X-VCS-Directories: dev-python/desktop-notifier/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 8e9c213208ac7d67f3afec51b4d1483f551eacb3 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: d0fa53cd-e3c6-4478-bd60-609de68fbbdd X-Archives-Hash: 7aa2c22e0403270a5be5b6552e2d25dd commit: 8e9c213208ac7d67f3afec51b4d1483f551eacb3 Author: Viorel Munteanu gmail com> AuthorDate: Wed Dec 29 11:58:56 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=8e9c2132 dev-python/desktop-notifier: fix dependencies Signed-off-by: Viorel Munteanu gmail.com> dev-python/desktop-notifier/desktop-notifier-3.3.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/desktop-notifier/desktop-notifier-3.3.1.ebuild b/dev-python/desktop-notifier/desktop-notifier-3.3.1.ebuild index 4c253702e..accc2eb55 100644 --- a/dev-python/desktop-notifier/desktop-notifier-3.3.1.ebuild +++ b/dev-python/desktop-notifier/desktop-notifier-3.3.1.ebuild @@ -19,7 +19,7 @@ DEPEND=" dev-python/wheel[${PYTHON_USEDEP}] dev-python/packaging[${PYTHON_USEDEP}] dev-python/python-dbus-next[${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=""