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 488E9158011 for ; Sun, 4 Sep 2022 12:23:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B5EBCE0843; Sun, 4 Sep 2022 12:23:12 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9A80CE0843 for ; Sun, 4 Sep 2022 12:23:12 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A222E340F08 for ; Sun, 4 Sep 2022 12:23:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4BEC35DB for ; Sun, 4 Sep 2022 12:23:08 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1662294169.220b71c181b1447aca4e83090a63a95254087517.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/gnuradio/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-wireless/gnuradio/gnuradio-3.10.3.0-r1.ebuild net-wireless/gnuradio/gnuradio-3.10.3.0.ebuild net-wireless/gnuradio/gnuradio-3.8.5.0-r1.ebuild net-wireless/gnuradio/gnuradio-3.8.5.0.ebuild net-wireless/gnuradio/gnuradio-9999.ebuild X-VCS-Directories: net-wireless/gnuradio/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 220b71c181b1447aca4e83090a63a95254087517 X-VCS-Branch: master Date: Sun, 4 Sep 2022 12:23:08 +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: 842f51e5-8a37-4c69-810c-5df3dbecf1e0 X-Archives-Hash: 81f196d30809f148f31c3458f653e03f commit: 220b71c181b1447aca4e83090a63a95254087517 Author: David Seifert gentoo org> AuthorDate: Sun Sep 4 12:22:49 2022 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Sep 4 12:22:49 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=220b71c1 net-wireless/gnuradio: remove boost slot deps Signed-off-by: David Seifert gentoo.org> net-wireless/gnuradio/gnuradio-3.10.3.0-r1.ebuild | 2 +- net-wireless/gnuradio/gnuradio-3.10.3.0.ebuild | 2 +- net-wireless/gnuradio/gnuradio-3.8.5.0-r1.ebuild | 2 +- net-wireless/gnuradio/gnuradio-3.8.5.0.ebuild | 2 +- net-wireless/gnuradio/gnuradio-9999.ebuild | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/net-wireless/gnuradio/gnuradio-3.10.3.0-r1.ebuild b/net-wireless/gnuradio/gnuradio-3.10.3.0-r1.ebuild index 2b47da9e7097..efd3b42236ee 100644 --- a/net-wireless/gnuradio/gnuradio-3.10.3.0-r1.ebuild +++ b/net-wireless/gnuradio/gnuradio-3.10.3.0-r1.ebuild @@ -46,7 +46,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE} " RDEPEND="${PYTHON_DEPS} - $(python_gen_cond_dep 'dev-libs/boost:0=[python,${PYTHON_USEDEP}]') + $(python_gen_cond_dep 'dev-libs/boost:=[python,${PYTHON_USEDEP}]') dev-libs/log4cpp:= $(python_gen_cond_dep 'dev-python/six[${PYTHON_USEDEP}]') $(python_gen_cond_dep 'dev-python/jsonschema[${PYTHON_USEDEP}]') diff --git a/net-wireless/gnuradio/gnuradio-3.10.3.0.ebuild b/net-wireless/gnuradio/gnuradio-3.10.3.0.ebuild index f9e22ca10894..7738fd356d4c 100644 --- a/net-wireless/gnuradio/gnuradio-3.10.3.0.ebuild +++ b/net-wireless/gnuradio/gnuradio-3.10.3.0.ebuild @@ -46,7 +46,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE} " RDEPEND="${PYTHON_DEPS} - $(python_gen_cond_dep 'dev-libs/boost:0=[python,${PYTHON_USEDEP}]') + $(python_gen_cond_dep 'dev-libs/boost:=[python,${PYTHON_USEDEP}]') dev-libs/log4cpp:= $(python_gen_cond_dep 'dev-python/six[${PYTHON_USEDEP}]') $(python_gen_cond_dep 'dev-python/jsonschema[${PYTHON_USEDEP}]') diff --git a/net-wireless/gnuradio/gnuradio-3.8.5.0-r1.ebuild b/net-wireless/gnuradio/gnuradio-3.8.5.0-r1.ebuild index a8da90f2bd12..595cec369dc8 100644 --- a/net-wireless/gnuradio/gnuradio-3.8.5.0-r1.ebuild +++ b/net-wireless/gnuradio/gnuradio-3.8.5.0-r1.ebuild @@ -46,7 +46,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE} " RDEPEND="${PYTHON_DEPS} - $(python_gen_cond_dep 'dev-libs/boost:0=[python,${PYTHON_USEDEP}]') + $(python_gen_cond_dep 'dev-libs/boost:=[python,${PYTHON_USEDEP}]') dev-libs/log4cpp:= $(python_gen_cond_dep 'dev-python/six[${PYTHON_USEDEP}]') sci-libs/fftw:3.0= diff --git a/net-wireless/gnuradio/gnuradio-3.8.5.0.ebuild b/net-wireless/gnuradio/gnuradio-3.8.5.0.ebuild index 6512288c30b9..99d7fef2db47 100644 --- a/net-wireless/gnuradio/gnuradio-3.8.5.0.ebuild +++ b/net-wireless/gnuradio/gnuradio-3.8.5.0.ebuild @@ -46,7 +46,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE} " RDEPEND="${PYTHON_DEPS} - $(python_gen_cond_dep 'dev-libs/boost:0=[python,${PYTHON_USEDEP}]') + $(python_gen_cond_dep 'dev-libs/boost:=[python,${PYTHON_USEDEP}]') dev-libs/log4cpp:= $(python_gen_cond_dep 'dev-python/six[${PYTHON_USEDEP}]') sci-libs/fftw:3.0= diff --git a/net-wireless/gnuradio/gnuradio-9999.ebuild b/net-wireless/gnuradio/gnuradio-9999.ebuild index 1feac15017ac..c52a5e2a707c 100644 --- a/net-wireless/gnuradio/gnuradio-9999.ebuild +++ b/net-wireless/gnuradio/gnuradio-9999.ebuild @@ -46,7 +46,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE} " RDEPEND="${PYTHON_DEPS} - $(python_gen_cond_dep 'dev-libs/boost:0=[python,${PYTHON_USEDEP}]') + $(python_gen_cond_dep 'dev-libs/boost:=[python,${PYTHON_USEDEP}]') dev-libs/log4cpp:= $(python_gen_cond_dep 'dev-python/six[${PYTHON_USEDEP}]') $(python_gen_cond_dep 'dev-python/jsonschema[${PYTHON_USEDEP}]')