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 2F2CD138335 for ; Sat, 30 Nov 2019 19:52:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5578CE0876; Sat, 30 Nov 2019 19:52:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 375BAE07FA for ; Sat, 30 Nov 2019 19:52:28 +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 9561E34D610 for ; Sat, 30 Nov 2019 19:52:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 28C328B8 for ; Sat, 30 Nov 2019 19:52:26 +0000 (UTC) From: "Ralph Seichter" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ralph Seichter" Message-ID: <1575095928.61621d476d644c20fa674ec99e45b487773ab35d.ralph-seichter@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-util/pybind11/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-util/pybind11/pybind11-2.3.0.ebuild X-VCS-Directories: dev-util/pybind11/ X-VCS-Committer: ralph-seichter X-VCS-Committer-Name: Ralph Seichter X-VCS-Revision: 61621d476d644c20fa674ec99e45b487773ab35d X-VCS-Branch: master Date: Sat, 30 Nov 2019 19:52:26 +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: b5069790-b25c-4da2-980e-e7f518bb0536 X-Archives-Hash: 8cf8ae5968e3e4a3a92ce03dcdb961eb commit: 61621d476d644c20fa674ec99e45b487773ab35d Author: Haelwenn (lanodan) Monnier hacktivis me> AuthorDate: Sat Nov 30 06:38:48 2019 +0000 Commit: Ralph Seichter seichter de> CommitDate: Sat Nov 30 06:38:48 2019 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=61621d47 dev-util/pybind11: fix typo on PYTHON_DEPS Signed-off-by: Haelwenn (lanodan) Monnier hacktivis.me> dev-util/pybind11/pybind11-2.3.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/pybind11/pybind11-2.3.0.ebuild b/dev-util/pybind11/pybind11-2.3.0.ebuild index 6a24042..94f7413 100644 --- a/dev-util/pybind11/pybind11-2.3.0.ebuild +++ b/dev-util/pybind11/pybind11-2.3.0.ebuild @@ -22,7 +22,7 @@ IUSE="doc test" RESTRICT="!test? ( test )" DEPEND=" - ${PYTHON_DEP} + ${PYTHON_DEPS} doc? ( dev-python/breathe[${PYTHON_USEDEP}] dev-python/sphinx[${PYTHON_USEDEP}] @@ -37,7 +37,7 @@ DEPEND=" " RDEPEND=" - ${PYTHON_DEP} + ${PYTHON_DEPS} dev-cpp/eigen:3 sys-apps/texinfo sys-devel/gettext[cxx]