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 BF038138351 for ; Sun, 9 Feb 2020 16:34:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0954BE085A; Sun, 9 Feb 2020 16:34:40 +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 CE29AE0837 for ; Sun, 9 Feb 2020 16:34:39 +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 D491334E2F1 for ; Sun, 9 Feb 2020 16:34:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7986011D for ; Sun, 9 Feb 2020 16:34:37 +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: <1581266051.22d1cb5ae13c10ce122a85d7b1a7b3f1276b1858.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/connman-notify/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/connman-notify/connman-notify-0_pre20191003-r1.ebuild net-misc/connman-notify/connman-notify-0_pre20191003.ebuild X-VCS-Directories: net-misc/connman-notify/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 22d1cb5ae13c10ce122a85d7b1a7b3f1276b1858 X-VCS-Branch: master Date: Sun, 9 Feb 2020 16:34:37 +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: a02f1665-f264-4c1c-b7c2-eb81baf65a61 X-Archives-Hash: 282cce15d3bfffa332451682370a6035 commit: 22d1cb5ae13c10ce122a85d7b1a7b3f1276b1858 Author: Michał Górny gentoo org> AuthorDate: Fri Feb 7 17:29:31 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Feb 9 16:34:11 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22d1cb5a net-misc/connman-notify: Switch to PYTHON_MULTI_USEDEP API Signed-off-by: Michał Górny gentoo.org> ...-0_pre20191003.ebuild => connman-notify-0_pre20191003-r1.ebuild} | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/net-misc/connman-notify/connman-notify-0_pre20191003.ebuild b/net-misc/connman-notify/connman-notify-0_pre20191003-r1.ebuild similarity index 86% rename from net-misc/connman-notify/connman-notify-0_pre20191003.ebuild rename to net-misc/connman-notify/connman-notify-0_pre20191003-r1.ebuild index 3f875e44e21..d093e295fa6 100644 --- a/net-misc/connman-notify/connman-notify-0_pre20191003.ebuild +++ b/net-misc/connman-notify/connman-notify-0_pre20191003-r1.ebuild @@ -22,8 +22,10 @@ IUSE="" REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND="${PYTHON_DEPS} - dev-python/dbus-python[${PYTHON_USEDEP}] - dev-python/pygobject:3[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + dev-python/dbus-python[${PYTHON_MULTI_USEDEP}] + dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}] + ') net-misc/connman virtual/notification-daemon"