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 67CBD138351 for ; Sun, 9 Feb 2020 16:34:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 96345E0876; Sun, 9 Feb 2020 16:34:41 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 7F49AE0876 for ; Sun, 9 Feb 2020 16:34:41 +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 9481134E3D1 for ; Sun, 9 Feb 2020 16:34:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E9A7C133 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: <1581266057.2a587cc873e46f45448e5ad760d25711e5ade68f.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/blueberry/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-wireless/blueberry/blueberry-1.3.4-r1.ebuild net-wireless/blueberry/blueberry-1.3.4.ebuild X-VCS-Directories: net-wireless/blueberry/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 2a587cc873e46f45448e5ad760d25711e5ade68f 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: 770d08db-8898-4021-99d8-5efc67cd0c07 X-Archives-Hash: d427ed14ff0109752c7b784ebf79aa0b commit: 2a587cc873e46f45448e5ad760d25711e5ade68f Author: Michał Górny gentoo org> AuthorDate: Fri Feb 7 17:33:22 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Feb 9 16:34:17 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a587cc8 net-wireless/blueberry: Switch to PYTHON_MULTI_USEDEP API Signed-off-by: Michał Górny gentoo.org> .../{blueberry-1.3.4.ebuild => blueberry-1.3.4-r1.ebuild} | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/net-wireless/blueberry/blueberry-1.3.4.ebuild b/net-wireless/blueberry/blueberry-1.3.4-r1.ebuild similarity index 83% rename from net-wireless/blueberry/blueberry-1.3.4.ebuild rename to net-wireless/blueberry/blueberry-1.3.4-r1.ebuild index 9eda79f9577..b5c019bbd2a 100644 --- a/net-wireless/blueberry/blueberry-1.3.4.ebuild +++ b/net-wireless/blueberry/blueberry-1.3.4-r1.ebuild @@ -18,10 +18,12 @@ IUSE="" REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND="${PYTHON_DEPS} - dev-python/dbus-python[${PYTHON_USEDEP}] - dev-python/pygobject:3[${PYTHON_USEDEP}] - dev-python/setproctitle[${PYTHON_USEDEP}] - dev-python/xapp[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + dev-python/dbus-python[${PYTHON_MULTI_USEDEP}] + dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}] + dev-python/setproctitle[${PYTHON_MULTI_USEDEP}] + dev-python/xapp[${PYTHON_MULTI_USEDEP}] + ') >=net-wireless/gnome-bluetooth-3.14[introspection] net-wireless/bluez[obex] net-wireless/bluez-tools