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 F34F4138350 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 70750E088A; 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 57469E088A for ; Sun, 9 Feb 2020 16:34:42 +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 E570B34DE5B 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 6891613F 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: <1581266062.999e53d96063e3eaf5ca64a3e9c0050b0de48a3c.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/gr-foo/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-wireless/gr-foo/gr-foo-9999.ebuild X-VCS-Directories: net-wireless/gr-foo/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 999e53d96063e3eaf5ca64a3e9c0050b0de48a3c 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: 2b6c3fe5-6435-45a4-9189-cdc560106338 X-Archives-Hash: f7098b88424d02493cf3e075c01d42d6 commit: 999e53d96063e3eaf5ca64a3e9c0050b0de48a3c Author: Michał Górny gentoo org> AuthorDate: Fri Feb 7 17:43:06 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Feb 9 16:34:22 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=999e53d9 net-wireless/gr-foo: Switch to PYTHON_MULTI_USEDEP API Signed-off-by: Michał Górny gentoo.org> net-wireless/gr-foo/gr-foo-9999.ebuild | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/net-wireless/gr-foo/gr-foo-9999.ebuild b/net-wireless/gr-foo/gr-foo-9999.ebuild index b54cc9402c9..035e0e058a2 100644 --- a/net-wireless/gr-foo/gr-foo-9999.ebuild +++ b/net-wireless/gr-foo/gr-foo-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 @@ -22,9 +22,11 @@ SLOT="0/${PV}" REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND="${PYTHON_DEPS} - dev-libs/boost:=[${PYTHON_USEDEP}] - >=net-wireless/gnuradio-3.7_rc:0=[${PYTHON_USEDEP}] - net-wireless/uhd:=[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + dev-libs/boost:=[${PYTHON_MULTI_USEDEP}] + ') + >=net-wireless/gnuradio-3.7_rc:0=[${PYTHON_SINGLE_USEDEP}] + net-wireless/uhd:=[${PYTHON_SINGLE_USEDEP}] " DEPEND="${RDEPEND} dev-lang/swig:0