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 BF9E4138334 for ; Fri, 9 Aug 2019 14:41:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 074E8E077D; Fri, 9 Aug 2019 14:41:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 E3265E077D for ; Fri, 9 Aug 2019 14:41:13 +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 BD580349757 for ; Fri, 9 Aug 2019 14:41:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 45A55744 for ; Fri, 9 Aug 2019 14:41:11 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1565361650.d1117ab3944b97e8f77fbb9bb98dc205f97cd0f4.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/cantera/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/cantera/cantera-2.4.0-r1.ebuild X-VCS-Directories: sci-libs/cantera/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: d1117ab3944b97e8f77fbb9bb98dc205f97cd0f4 X-VCS-Branch: master Date: Fri, 9 Aug 2019 14:41:11 +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: 411c3658-f4d7-4638-82ca-472edc1b2a29 X-Archives-Hash: 284d2b7c078c96137218632ac69386e2 commit: d1117ab3944b97e8f77fbb9bb98dc205f97cd0f4 Author: band-a-prend yandex ru> AuthorDate: Fri Aug 9 01:19:28 2019 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Fri Aug 9 14:40:50 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1117ab3 sci-libs/cantera: Fix missing RDEPEND="${PYTHON_DEPS}" warning Closes: https://bugs.gentoo.org/691404 Signed-off-by: Sergey Torokhov mail.ru> Closes: https://github.com/gentoo/gentoo/pull/12650 Signed-off-by: Joonas Niilola gentoo.org> sci-libs/cantera/cantera-2.4.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-libs/cantera/cantera-2.4.0-r1.ebuild b/sci-libs/cantera/cantera-2.4.0-r1.ebuild index 15cb1776f09..c277d8d01c6 100644 --- a/sci-libs/cantera/cantera-2.4.0-r1.ebuild +++ b/sci-libs/cantera/cantera-2.4.0-r1.ebuild @@ -21,11 +21,11 @@ IUSE="+cti fortran pch +python test" REQUIRED_USE=" python? ( cti ) - cti? ( ${PYTHON_REQUIRED_USE} ) ${PYTHON_REQUIRED_USE} " RDEPEND=" + ${PYTHON_DEPS} python? ( dev-python/numpy[${PYTHON_USEDEP}] )