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 D36E1138351 for ; Sun, 9 Feb 2020 16:34:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5A85AE088B; Sun, 9 Feb 2020 16:34:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 17E3AE0883 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 BBA8434E8D6 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 41A3E13A 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: <1581266061.b840c3dfccafef5d00a6d3b8af54f7ededfd82c8.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/gr-baz/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-wireless/gr-baz/gr-baz-9999.ebuild X-VCS-Directories: net-wireless/gr-baz/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: b840c3dfccafef5d00a6d3b8af54f7ededfd82c8 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: 7c1a157c-1d3c-454e-998e-c7e6a43be7a2 X-Archives-Hash: c79f5f1c210dd3cfda2bf494189e8727 commit: b840c3dfccafef5d00a6d3b8af54f7ededfd82c8 Author: Michał Górny gentoo org> AuthorDate: Fri Feb 7 17:41:53 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Feb 9 16:34:21 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b840c3df net-wireless/gr-baz: Switch to PYTHON_MULTI_USEDEP API Signed-off-by: Michał Górny gentoo.org> net-wireless/gr-baz/gr-baz-9999.ebuild | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/net-wireless/gr-baz/gr-baz-9999.ebuild b/net-wireless/gr-baz/gr-baz-9999.ebuild index e43cd434a9a..36f890e014d 100644 --- a/net-wireless/gr-baz/gr-baz-9999.ebuild +++ b/net-wireless/gr-baz/gr-baz-9999.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 @@ -23,11 +23,13 @@ IUSE="armadillo doc rtlsdr uhd" REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND="${PYTHON_DEPS} - dev-libs/boost:=[threads,${PYTHON_USEDEP}] - >=net-wireless/gnuradio-3.7.0:=[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + dev-libs/boost:=[threads,${PYTHON_MULTI_USEDEP}] + ') + >=net-wireless/gnuradio-3.7.0:=[${PYTHON_SINGLE_USEDEP}] armadillo? ( sci-libs/armadillo ) rtlsdr? ( virtual/libusb:1 ) - uhd? ( net-wireless/uhd[${PYTHON_USEDEP}] ) + uhd? ( net-wireless/uhd[${PYTHON_SINGLE_USEDEP}] ) " DEPEND="${RDEPEND} virtual/pkgconfig