From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1159963-garchives=archives.gentoo.org@lists.gentoo.org> 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 09239138350 for <garchives@archives.gentoo.org>; Thu, 9 Apr 2020 01:29:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4836CE0BD4; Thu, 9 Apr 2020 01:29:17 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 14A33E0BD4 for <gentoo-commits@lists.gentoo.org>; Thu, 9 Apr 2020 01:29:17 +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 0132E34EFEE for <gentoo-commits@lists.gentoo.org>; Thu, 9 Apr 2020 01:29:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7C1E81C1 for <gentoo-commits@lists.gentoo.org>; Thu, 9 Apr 2020 01:29:12 +0000 (UTC) From: "Rick Farina" <zerochaos@gentoo.org> 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" <zerochaos@gentoo.org> Message-ID: <1586395615.8a766108775830247febb870765c513fdbde6996.zerochaos@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/uhd/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-wireless/uhd/uhd-3.15.0.0.ebuild X-VCS-Directories: net-wireless/uhd/ X-VCS-Committer: zerochaos X-VCS-Committer-Name: Rick Farina X-VCS-Revision: 8a766108775830247febb870765c513fdbde6996 X-VCS-Branch: master Date: Thu, 9 Apr 2020 01:29:12 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 63cb1faa-5a06-43db-a94c-f29dae077501 X-Archives-Hash: 4baa305403f68d7c7f4ac9f116dfba5b commit: 8a766108775830247febb870765c513fdbde6996 Author: Rick Farina <zerochaos <AT> gentoo <DOT> org> AuthorDate: Thu Apr 9 01:26:19 2020 +0000 Commit: Rick Farina <zerochaos <AT> gentoo <DOT> org> CommitDate: Thu Apr 9 01:26:55 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a766108 net-wireless/uhd: missing deps, I think Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org> net-wireless/uhd/uhd-3.15.0.0.ebuild | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/net-wireless/uhd/uhd-3.15.0.0.ebuild b/net-wireless/uhd/uhd-3.15.0.0.ebuild index c73dca778cd..66c1cda9508 100644 --- a/net-wireless/uhd/uhd-3.15.0.0.ebuild +++ b/net-wireless/uhd/uhd-3.15.0.0.ebuild @@ -37,7 +37,13 @@ RDEPEND="${PYTHON_DEPS} DEPEND="${RDEPEND} doc? ( app-doc/doxygen ) - dev-python/mako + $(python_gen_cond_dep ' + dev-python/mako[${PYTHON_MULTI_USEDEP}] + || ( + dev-python/numpy-python2[${PYTHON_MULTI_USEDEP}] + dev-python/numpy[${PYTHON_MULTI_USEDEP}] + ) + ') app-arch/unzip app-arch/gzip "