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 83763139696 for ; Thu, 20 Apr 2017 16:41:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 91B9BE0D46; Thu, 20 Apr 2017 16:41:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 66506E0D35 for ; Thu, 20 Apr 2017 16:41:20 +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 178A7341689 for ; Thu, 20 Apr 2017 16:41:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 56C6F743C for ; Thu, 20 Apr 2017 16:41:17 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1492706329.7155ba88514834f90a5fd981b1eb51fecbadcfc0.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/nlopt/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/nlopt/nlopt-2.4.2-r1.ebuild X-VCS-Directories: sci-libs/nlopt/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 7155ba88514834f90a5fd981b1eb51fecbadcfc0 X-VCS-Branch: master Date: Thu, 20 Apr 2017 16:41:17 +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-Archives-Salt: 64aa53e7-0e4e-4fd8-b80d-4af86ee08c90 X-Archives-Hash: 1cbf298bc7abfec30dd9f61bc64522ee commit: 7155ba88514834f90a5fd981b1eb51fecbadcfc0 Author: David Seifert gentoo org> AuthorDate: Thu Apr 20 15:43:44 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Thu Apr 20 16:38:49 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7155ba88 sci-libs/nlopt: [QA] Add missing python metadata variables Package-Manager: Portage-2.3.5, Repoman-2.3.2 sci-libs/nlopt/nlopt-2.4.2-r1.ebuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sci-libs/nlopt/nlopt-2.4.2-r1.ebuild b/sci-libs/nlopt/nlopt-2.4.2-r1.ebuild index 2dee716055a..8562dd322d0 100644 --- a/sci-libs/nlopt/nlopt-2.4.2-r1.ebuild +++ b/sci-libs/nlopt/nlopt-2.4.2-r1.ebuild @@ -17,10 +17,14 @@ KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" SLOT="0" IUSE="cxx guile octave python static-libs" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" + DEPEND=" guile? ( dev-scheme/guile:* ) octave? ( sci-mathematics/octave ) - python? ( dev-python/numpy[${PYTHON_USEDEP}] )" + python? ( + ${PYTHON_DEPS} + dev-python/numpy[${PYTHON_USEDEP}] + )" RDEPEND="${DEPEND}" PATCHES=(