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 9106E158020 for ; Mon, 19 Dec 2022 19:32:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C9537E0905; Mon, 19 Dec 2022 19:32:26 +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 AF0CAE0905 for ; Mon, 19 Dec 2022 19:32:26 +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 BCA7C341726 for ; Mon, 19 Dec 2022 19:32:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3E890785 for ; Mon, 19 Dec 2022 19:32: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: <1671478345.c8d732e10e7cc0564e13c6d1d39a5dc383029128.zerochaos@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.5.0-r1.ebuild net-wireless/gnuradio/gnuradio-3.10.5.0.ebuild net-wireless/gnuradio/gnuradio-9999.ebuild X-VCS-Directories: net-wireless/gnuradio/ X-VCS-Committer: zerochaos X-VCS-Committer-Name: Rick Farina X-VCS-Revision: c8d732e10e7cc0564e13c6d1d39a5dc383029128 X-VCS-Branch: master Date: Mon, 19 Dec 2022 19:32: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: 587cdc25-d0ff-4d57-9a56-627a09eedd4d X-Archives-Hash: ae8b5cef1a6beb4c17bc1c95a02231a3 commit: c8d732e10e7cc0564e13c6d1d39a5dc383029128 Author: Rick Farina gentoo org> AuthorDate: Mon Dec 19 19:31:56 2022 +0000 Commit: Rick Farina gentoo org> CommitDate: Mon Dec 19 19:32:25 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8d732e1 net-wireless/gnuradio: adjust deps more correctly Closes: https://bugs.gentoo.org/883143 Signed-off-by: Rick Farina gentoo.org> .../gnuradio/{gnuradio-3.10.5.0.ebuild => gnuradio-3.10.5.0-r1.ebuild} | 2 +- net-wireless/gnuradio/gnuradio-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-wireless/gnuradio/gnuradio-3.10.5.0.ebuild b/net-wireless/gnuradio/gnuradio-3.10.5.0-r1.ebuild similarity index 98% rename from net-wireless/gnuradio/gnuradio-3.10.5.0.ebuild rename to net-wireless/gnuradio/gnuradio-3.10.5.0-r1.ebuild index 373ea59a99f5..6ce643b5ead6 100644 --- a/net-wireless/gnuradio/gnuradio-3.10.5.0.ebuild +++ b/net-wireless/gnuradio/gnuradio-3.10.5.0-r1.ebuild @@ -119,13 +119,13 @@ RDEPEND="${PYTHON_DEPS} DEPEND="${RDEPEND} app-text/docbook-xml-dtd:4.2 $(python_gen_cond_dep 'dev-python/pybind11[${PYTHON_USEDEP}]') - $(python_gen_cond_dep 'dev-python/pygccxml[${PYTHON_USEDEP}]') virtual/pkgconfig doc? ( >=app-doc/doxygen-1.5.7.1 dev-libs/mathjax ) grc? ( x11-misc/xdg-utils ) + modtool? ( $(python_gen_cond_dep 'dev-python/pygccxml[${PYTHON_USEDEP}]') ) oss? ( virtual/os-headers ) test? ( >=dev-util/cppunit-1.9.14 ) zeromq? ( net-libs/cppzmq ) diff --git a/net-wireless/gnuradio/gnuradio-9999.ebuild b/net-wireless/gnuradio/gnuradio-9999.ebuild index 9ebe5272423a..0315fd080aed 100644 --- a/net-wireless/gnuradio/gnuradio-9999.ebuild +++ b/net-wireless/gnuradio/gnuradio-9999.ebuild @@ -119,13 +119,13 @@ RDEPEND="${PYTHON_DEPS} DEPEND="${RDEPEND} app-text/docbook-xml-dtd:4.2 $(python_gen_cond_dep 'dev-python/pybind11[${PYTHON_USEDEP}]') - $(python_gen_cond_dep 'dev-python/pygccxml[${PYTHON_USEDEP}]') virtual/pkgconfig doc? ( >=app-doc/doxygen-1.5.7.1 dev-libs/mathjax ) grc? ( x11-misc/xdg-utils ) + modtool? ( $(python_gen_cond_dep 'dev-python/pygccxml[${PYTHON_USEDEP}]') ) oss? ( virtual/os-headers ) test? ( >=dev-util/cppunit-1.9.14 ) zeromq? ( net-libs/cppzmq )