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 C3C13138350 for ; Wed, 25 Mar 2020 09:40:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EB663E0990; Wed, 25 Mar 2020 09:40:01 +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 D759CE0990 for ; Wed, 25 Mar 2020 09:40:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 B439C34F2DF for ; Wed, 25 Mar 2020 09:40:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A648F1A2 for ; Wed, 25 Mar 2020 09:39:58 +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: <1585129184.1192e5400c3615f30af27fdbef3b088f218e1b55.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/urh/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-wireless/urh/urh-2.8.4.ebuild net-wireless/urh/urh-9999.ebuild X-VCS-Directories: net-wireless/urh/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 1192e5400c3615f30af27fdbef3b088f218e1b55 X-VCS-Branch: master Date: Wed, 25 Mar 2020 09:39:58 +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: b25770a3-8d24-4bb0-acd4-aabe21faff5f X-Archives-Hash: dccabe7a2a44e934f385f529e5975146 commit: 1192e5400c3615f30af27fdbef3b088f218e1b55 Author: Michał Górny gentoo org> AuthorDate: Wed Mar 25 07:03:30 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Mar 25 09:39:44 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1192e540 net-wireless/urh: [QA] Fix meaningless dep Bug: https://bugs.gentoo.org/714624 Signed-off-by: Michał Górny gentoo.org> net-wireless/urh/urh-2.8.4.ebuild | 2 +- net-wireless/urh/urh-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-wireless/urh/urh-2.8.4.ebuild b/net-wireless/urh/urh-2.8.4.ebuild index 1c37a72a1cb..c4b387c055b 100644 --- a/net-wireless/urh/urh-2.8.4.ebuild +++ b/net-wireless/urh/urh-2.8.4.ebuild @@ -26,7 +26,7 @@ DEPEND="${PYTHON_DEPS} net-wireless/gnuradio[zeromq] dev-python/numpy[${PYTHON_USEDEP}] dev-python/psutil[${PYTHON_USEDEP}] - dev-python/pyzmq[python_targets_python2_7] + dev-python/pyzmq[${PYTHON_USEDEP}] dev-python/cython[${PYTHON_USEDEP}] bladerf? ( net-wireless/bladerf:= ) hackrf? ( net-libs/libhackrf:= ) diff --git a/net-wireless/urh/urh-9999.ebuild b/net-wireless/urh/urh-9999.ebuild index 1c37a72a1cb..c4b387c055b 100644 --- a/net-wireless/urh/urh-9999.ebuild +++ b/net-wireless/urh/urh-9999.ebuild @@ -26,7 +26,7 @@ DEPEND="${PYTHON_DEPS} net-wireless/gnuradio[zeromq] dev-python/numpy[${PYTHON_USEDEP}] dev-python/psutil[${PYTHON_USEDEP}] - dev-python/pyzmq[python_targets_python2_7] + dev-python/pyzmq[${PYTHON_USEDEP}] dev-python/cython[${PYTHON_USEDEP}] bladerf? ( net-wireless/bladerf:= ) hackrf? ( net-libs/libhackrf:= )