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 255E3138334 for ; Tue, 13 Aug 2019 07:40:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 37768E0835; Tue, 13 Aug 2019 07:40:45 +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 EBF30E0835 for ; Tue, 13 Aug 2019 07:40:44 +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 CE75E349972 for ; Tue, 13 Aug 2019 07:40:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9FB76765 for ; Tue, 13 Aug 2019 07:40:40 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1565681582.ced5eb730f88dfc6b9ea3208c3c0e22804733f89.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-visualization/tensorboard/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-visualization/tensorboard/tensorboard-1.13.1.ebuild sci-visualization/tensorboard/tensorboard-1.14.0.ebuild X-VCS-Directories: sci-visualization/tensorboard/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: ced5eb730f88dfc6b9ea3208c3c0e22804733f89 X-VCS-Branch: master Date: Tue, 13 Aug 2019 07:40:40 +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: 3262ccbf-b55f-4cf8-9aa8-096528c202ed X-Archives-Hash: c3d8903ccde779d8f10cbe3a250a44f6 commit: ced5eb730f88dfc6b9ea3208c3c0e22804733f89 Author: Michał Górny gentoo org> AuthorDate: Tue Aug 13 07:33:02 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Aug 13 07:33:02 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ced5eb73 sci-visualization/tensorboard: Add missing PYTHON_* Signed-off-by: Michał Górny gentoo.org> sci-visualization/tensorboard/tensorboard-1.13.1.ebuild | 5 ++++- sci-visualization/tensorboard/tensorboard-1.14.0.ebuild | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/sci-visualization/tensorboard/tensorboard-1.13.1.ebuild b/sci-visualization/tensorboard/tensorboard-1.13.1.ebuild index 986202acf28..11a0cd3bcb0 100644 --- a/sci-visualization/tensorboard/tensorboard-1.13.1.ebuild +++ b/sci-visualization/tensorboard/tensorboard-1.13.1.ebuild @@ -14,8 +14,10 @@ LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64" IUSE="" +REQUIRED_USE=${PYTHON_REQUIRED_USE} RDEPEND=" + ${PYTHON_DEPS} dev-python/bleach[${PYTHON_USEDEP}] dev-python/grpcio[${PYTHON_USEDEP}] dev-python/html5lib[${PYTHON_USEDEP}] @@ -26,7 +28,8 @@ RDEPEND=" dev-python/werkzeug[${PYTHON_USEDEP}] dev-python/wheel[${PYTHON_USEDEP}] virtual/python-futures[${PYTHON_USEDEP}]" -BDEPEND="app-arch/unzip" +BDEPEND="app-arch/unzip + ${PYTHON_DEPS}" PDEPEND="sci-libs/tensorflow[python,${PYTHON_USEDEP}]" S="${WORKDIR}" diff --git a/sci-visualization/tensorboard/tensorboard-1.14.0.ebuild b/sci-visualization/tensorboard/tensorboard-1.14.0.ebuild index 8a2917ed2de..7c8540d2dd1 100644 --- a/sci-visualization/tensorboard/tensorboard-1.14.0.ebuild +++ b/sci-visualization/tensorboard/tensorboard-1.14.0.ebuild @@ -14,8 +14,10 @@ LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64" IUSE="" +REQUIRED_USE=${PYTHON_REQUIRED_USE} RDEPEND=" + ${PYTHON_DEPS} dev-python/bleach[${PYTHON_USEDEP}] dev-python/grpcio[${PYTHON_USEDEP}] dev-python/html5lib[${PYTHON_USEDEP}] @@ -27,7 +29,8 @@ RDEPEND=" dev-python/werkzeug[${PYTHON_USEDEP}] dev-python/wheel[${PYTHON_USEDEP}] virtual/python-futures[${PYTHON_USEDEP}]" -BDEPEND="app-arch/unzip" +BDEPEND="app-arch/unzip + ${PYTHON_DEPS}" PDEPEND="sci-libs/tensorflow[python,${PYTHON_USEDEP}]" S="${WORKDIR}"