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 A09D6138350 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 A1817E0877; Sun, 9 Feb 2020 16:34:41 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 8BFDEE0877 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 A37C734E8CA 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 2D9DD139 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: <1581266060.e849bd6cd05b80a84459084fa1dde6a90c030aaf.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/gr-air-modes/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-wireless/gr-air-modes/gr-air-modes-9999.ebuild X-VCS-Directories: net-wireless/gr-air-modes/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: e849bd6cd05b80a84459084fa1dde6a90c030aaf 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: 76705f94-bbdd-4581-9552-29c912a01633 X-Archives-Hash: 0d6c4e7935035de54c12efdf63bb7c71 commit: e849bd6cd05b80a84459084fa1dde6a90c030aaf Author: Michał Górny gentoo org> AuthorDate: Fri Feb 7 17:41:16 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Feb 9 16:34:20 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e849bd6c net-wireless/gr-air-modes: Switch to PYTHON_MULTI_USEDEP API Signed-off-by: Michał Górny gentoo.org> net-wireless/gr-air-modes/gr-air-modes-9999.ebuild | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/net-wireless/gr-air-modes/gr-air-modes-9999.ebuild b/net-wireless/gr-air-modes/gr-air-modes-9999.ebuild index 5f10964933f..c0aad83ffd8 100644 --- a/net-wireless/gr-air-modes/gr-air-modes-9999.ebuild +++ b/net-wireless/gr-air-modes/gr-air-modes-9999.ebuild @@ -24,16 +24,18 @@ IUSE="fgfs rtlsdr uhd" REQUIRED_USE="${PYTHON_REQUIRED_USE}" DEPEND="${PYTHON_DEPS} - dev-python/pyzmq[${PYTHON_USEDEP}] >=net-wireless/gnuradio-3.7.0:= net-wireless/gr-osmosdr - fgfs? ( - games-simulation/flightgear - || ( - sci-libs/scipy-python2[${PYTHON_USEDEP}] - sci-libs/scipy[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + dev-python/pyzmq[${PYTHON_MULTI_USEDEP}] + fgfs? ( + games-simulation/flightgear + || ( + sci-libs/scipy-python2[${PYTHON_MULTI_USEDEP}] + sci-libs/scipy[${PYTHON_MULTI_USEDEP}] + ) ) - ) + ') rtlsdr? ( net-wireless/rtl-sdr ) uhd? ( >=net-wireless/uhd-3.4.0 ) "