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 5BD74158086 for ; Wed, 29 Dec 2021 12:08:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C0A202BC020; Wed, 29 Dec 2021 12:08:02 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 775CC2BC00A for ; Wed, 29 Dec 2021 12:08:02 +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 710CB342D81 for ; Wed, 29 Dec 2021 12:08:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1590A268 for ; Wed, 29 Dec 2021 12:07:59 +0000 (UTC) From: "Viorel Munteanu" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Viorel Munteanu" Message-ID: <1640779643.8e9c213208ac7d67f3afec51b4d1483f551eacb3.viorel_munteanu@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev 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: viorel_munteanu X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: 8e9c213208ac7d67f3afec51b4d1483f551eacb3 X-VCS-Branch: dev Date: Wed, 29 Dec 2021 12:07:59 +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: 567e1556-646a-4d1a-9f88-b5ab92bdcf66 X-Archives-Hash: 98eb141fb941d3c94b5918bab203a70d commit: 8e9c213208ac7d67f3afec51b4d1483f551eacb3 Author: Viorel Munteanu gmail com> AuthorDate: Wed Dec 29 11:58:56 2021 +0000 Commit: Viorel Munteanu gmail com> 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=""