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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 481DE158095 for ; Thu, 1 Sep 2022 15:50:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0E0E4E0A93; Thu, 1 Sep 2022 15:50:28 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E7B34E0A93 for ; Thu, 1 Sep 2022 15:50:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B4D653410F9 for ; Thu, 1 Sep 2022 15:50:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E0E2859F for ; Thu, 1 Sep 2022 15:50:24 +0000 (UTC) From: "Rick Farina" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Rick Farina" Message-ID: <1662047421.b5b46b5e64b19a244705e3c70444683399c66547.zerochaos@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/gr-iio/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-wireless/gr-iio/gr-iio-0.3_p20210726.ebuild net-wireless/gr-iio/gr-iio-9999.ebuild X-VCS-Directories: net-wireless/gr-iio/ X-VCS-Committer: zerochaos X-VCS-Committer-Name: Rick Farina X-VCS-Revision: b5b46b5e64b19a244705e3c70444683399c66547 X-VCS-Branch: master Date: Thu, 1 Sep 2022 15:50:24 +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: 4fca38ad-b152-47ac-8324-bc9e80ce2b8e X-Archives-Hash: f6e7cc64aed9a5a6446da1590c373e52 commit: b5b46b5e64b19a244705e3c70444683399c66547 Author: Rick Farina gentoo org> AuthorDate: Thu Sep 1 15:42:23 2022 +0000 Commit: Rick Farina gentoo org> CommitDate: Thu Sep 1 15:50:21 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5b46b5e net-wireless/gr-iio: add python deps Signed-off-by: Rick Farina gentoo.org> net-wireless/gr-iio/gr-iio-0.3_p20210726.ebuild | 5 ++++- net-wireless/gr-iio/gr-iio-9999.ebuild | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/net-wireless/gr-iio/gr-iio-0.3_p20210726.ebuild b/net-wireless/gr-iio/gr-iio-0.3_p20210726.ebuild index e36aba5be25f..d487ff81632b 100644 --- a/net-wireless/gr-iio/gr-iio-0.3_p20210726.ebuild +++ b/net-wireless/gr-iio/gr-iio-0.3_p20210726.ebuild @@ -24,8 +24,11 @@ SLOT="0" REQUIRED_USE=${PYTHON_REQUIRED_USE} RDEPEND="${PYTHON_DEPS} + $(python_gen_cond_dep ' + dev-libs/boost:=[${PYTHON_USEDEP}] + ') + net-wireless/gnuradio:0=[${PYTHON_SINGLE_USEDEP}] !net-wireless/gnuradio[iio(-)] - net-wireless/gnuradio:= dev-libs/boost:= net-libs/libiio:= dev-libs/gmp diff --git a/net-wireless/gr-iio/gr-iio-9999.ebuild b/net-wireless/gr-iio/gr-iio-9999.ebuild index e36aba5be25f..d487ff81632b 100644 --- a/net-wireless/gr-iio/gr-iio-9999.ebuild +++ b/net-wireless/gr-iio/gr-iio-9999.ebuild @@ -24,8 +24,11 @@ SLOT="0" REQUIRED_USE=${PYTHON_REQUIRED_USE} RDEPEND="${PYTHON_DEPS} + $(python_gen_cond_dep ' + dev-libs/boost:=[${PYTHON_USEDEP}] + ') + net-wireless/gnuradio:0=[${PYTHON_SINGLE_USEDEP}] !net-wireless/gnuradio[iio(-)] - net-wireless/gnuradio:= dev-libs/boost:= net-libs/libiio:= dev-libs/gmp