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 786CC138350 for ; Sun, 9 Feb 2020 16:34:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6180CE088C; Sun, 9 Feb 2020 16:34:42 +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 34B40E0885 for ; Sun, 9 Feb 2020 16:34:42 +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 AEA7634E8CF 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 08AF8134 for ; Sun, 9 Feb 2020 16:34:38 +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: <1581266058.4b5aee6dc21e67bfce0c6c8029208a7f99aa94d9.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/bluez/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-wireless/bluez/bluez-5.51-r2.ebuild net-wireless/bluez/bluez-5.52-r1.ebuild net-wireless/bluez/bluez-5.52.ebuild X-VCS-Directories: net-wireless/bluez/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 4b5aee6dc21e67bfce0c6c8029208a7f99aa94d9 X-VCS-Branch: master Date: Sun, 9 Feb 2020 16:34:38 +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: 91162579-b9e8-49a0-b537-4e3f2b49a5a6 X-Archives-Hash: 9c2c2b717c7d7f619d993a71a105f821 commit: 4b5aee6dc21e67bfce0c6c8029208a7f99aa94d9 Author: Michał Górny gentoo org> AuthorDate: Fri Feb 7 17:33:59 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Feb 9 16:34:18 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b5aee6d net-wireless/bluez: Switch to PYTHON_MULTI_USEDEP API Signed-off-by: Michał Górny gentoo.org> net-wireless/bluez/bluez-5.51-r2.ebuild | 8 +++++--- net-wireless/bluez/{bluez-5.52.ebuild => bluez-5.52-r1.ebuild} | 6 ++++-- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/net-wireless/bluez/bluez-5.51-r2.ebuild b/net-wireless/bluez/bluez-5.51-r2.ebuild index f595bc3ad23..5b222563fc8 100644 --- a/net-wireless/bluez/bluez-5.51-r2.ebuild +++ b/net-wireless/bluez/bluez-5.51-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -25,8 +25,10 @@ REQUIRED_USE=" " TEST_DEPS="${PYTHON_DEPS} - >=dev-python/dbus-python-1[${PYTHON_USEDEP}] - dev-python/pygobject:3[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + >=dev-python/dbus-python-1[${PYTHON_MULTI_USEDEP}] + dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}] + ') " BDEPEND=" virtual/pkgconfig diff --git a/net-wireless/bluez/bluez-5.52.ebuild b/net-wireless/bluez/bluez-5.52-r1.ebuild similarity index 98% rename from net-wireless/bluez/bluez-5.52.ebuild rename to net-wireless/bluez/bluez-5.52-r1.ebuild index a73b178bd59..b3c94fefbc7 100644 --- a/net-wireless/bluez/bluez-5.52.ebuild +++ b/net-wireless/bluez/bluez-5.52-r1.ebuild @@ -25,8 +25,10 @@ REQUIRED_USE=" " TEST_DEPS="${PYTHON_DEPS} - >=dev-python/dbus-python-1[${PYTHON_USEDEP}] - dev-python/pygobject:3[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + >=dev-python/dbus-python-1[${PYTHON_MULTI_USEDEP}] + dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}] + ') " BDEPEND=" virtual/pkgconfig