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 1826C138359 for ; Fri, 9 Oct 2020 03:58:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 52DBBE082D; Fri, 9 Oct 2020 03:58:42 +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 3076BE082D for ; Fri, 9 Oct 2020 03:58:42 +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 E687A33BE1A for ; Fri, 9 Oct 2020 03:58:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6B141373 for ; Fri, 9 Oct 2020 03:58:39 +0000 (UTC) From: "Jason Zaman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jason Zaman" Message-ID: <1602215816.9cb21debae3d6f68cbbaf5a26b9362b515282b66.perfinion@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/tensorflow/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/tensorflow/tensorflow-2.3.1.ebuild X-VCS-Directories: sci-libs/tensorflow/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 9cb21debae3d6f68cbbaf5a26b9362b515282b66 X-VCS-Branch: master Date: Fri, 9 Oct 2020 03:58:39 +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: 966b7df6-7634-4dba-b84f-bc60a0f1e356 X-Archives-Hash: b26085b620c5a01c1b58386eb8bf37f0 commit: 9cb21debae3d6f68cbbaf5a26b9362b515282b66 Author: Jason Zaman gentoo org> AuthorDate: Fri Oct 9 03:56:56 2020 +0000 Commit: Jason Zaman gentoo org> CommitDate: Fri Oct 9 03:56:56 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cb21deb sci-libs/tensorflow: Add missing pybind11 dep to 2.3 Closes: https://bugs.gentoo.org/713482 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Jason Zaman gentoo.org> sci-libs/tensorflow/tensorflow-2.3.1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sci-libs/tensorflow/tensorflow-2.3.1.ebuild b/sci-libs/tensorflow/tensorflow-2.3.1.ebuild index b6eaf89429a..657eb270e10 100644 --- a/sci-libs/tensorflow/tensorflow-2.3.1.ebuild +++ b/sci-libs/tensorflow/tensorflow-2.3.1.ebuild @@ -106,6 +106,7 @@ RDEPEND=" >=dev-python/google-pasta-0.1.8[${PYTHON_USEDEP}] dev-python/opt-einsum[${PYTHON_USEDEP}] >=dev-python/protobuf-python-3.8.0[${PYTHON_USEDEP}] + dev-python/pybind11[${PYTHON_USEDEP}] dev-python/six[${PYTHON_USEDEP}] dev-python/termcolor[${PYTHON_USEDEP}] >=dev-python/grpcio-1.28[${PYTHON_USEDEP}]