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 D41211382C5 for ; Sun, 6 Jun 2021 14:27:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F0B51E085A; Sun, 6 Jun 2021 14:27:04 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 CB4F1E085A for ; Sun, 6 Jun 2021 14:27:04 +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 46356335D8F for ; Sun, 6 Jun 2021 14:27:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 67D9773A for ; Sun, 6 Jun 2021 14:27:01 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1622989617.2427f4c7fb21177adc3db7256f525fc30c44fdb0.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-misc/vitables/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-misc/vitables/vitables-3.0.2.ebuild X-VCS-Directories: sci-misc/vitables/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 2427f4c7fb21177adc3db7256f525fc30c44fdb0 X-VCS-Branch: master Date: Sun, 6 Jun 2021 14:27:01 +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: 0e93e422-566d-4d21-bdff-342c7dc2d014 X-Archives-Hash: 73c455d1330782f54ad390bef825460c commit: 2427f4c7fb21177adc3db7256f525fc30c44fdb0 Author: Andrew Ammerlaan gentoo org> AuthorDate: Sun Jun 6 14:25:15 2021 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Sun Jun 6 14:26:57 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2427f4c7 sci-misc/vitables: add missing test dep Closes: https://bugs.gentoo.org/794577 Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan gentoo.org> sci-misc/vitables/vitables-3.0.2.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sci-misc/vitables/vitables-3.0.2.ebuild b/sci-misc/vitables/vitables-3.0.2.ebuild index 55b5ddb2846..d334a4dbd1b 100644 --- a/sci-misc/vitables/vitables-3.0.2.ebuild +++ b/sci-misc/vitables/vitables-3.0.2.ebuild @@ -24,14 +24,15 @@ RDEPEND=" $(python_gen_cond_dep ' dev-python/numpy[${PYTHON_USEDEP}] dev-python/numexpr[${PYTHON_USEDEP}] - dev-python/pytables[${PYTHON_MULTI_USEDEP}] - dev-python/QtPy[gui,${PYTHON_MULTI_USEDEP}] + dev-python/pytables[${PYTHON_USEDEP}] + dev-python/QtPy[gui,${PYTHON_USEDEP}] ')" DEPEND="${RDEPEND}" BDEPEND=" test? ( $(python_gen_cond_dep '