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 E7E8E13933E for ; Sun, 1 Aug 2021 13:19:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 11FAAE0903; Sun, 1 Aug 2021 13:19:47 +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 EE33CE0903 for ; Sun, 1 Aug 2021 13:19:46 +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 CA701343BD3 for ; Sun, 1 Aug 2021 13:19:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 81F82851 for ; Sun, 1 Aug 2021 13:19:44 +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: <1627823951.0c0668afd6e05da4dbebe876543b9a9e65a2fccd.perfinion@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-visualization/tensorboard/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-visualization/tensorboard/tensorboard-2.5.0.ebuild X-VCS-Directories: sci-visualization/tensorboard/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 0c0668afd6e05da4dbebe876543b9a9e65a2fccd X-VCS-Branch: master Date: Sun, 1 Aug 2021 13:19:44 +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: e653cb68-d63f-41f5-b20f-c2134edc84d0 X-Archives-Hash: 808e7465d315932955118d8d1695fb74 commit: 0c0668afd6e05da4dbebe876543b9a9e65a2fccd Author: Jason Zaman gentoo org> AuthorDate: Sun Aug 1 12:48:57 2021 +0000 Commit: Jason Zaman gentoo org> CommitDate: Sun Aug 1 13:19:11 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c0668af sci-visualization/tensorboard: Add python3_9 Package-Manager: Portage-3.0.20, Repoman-3.0.2 Signed-off-by: Jason Zaman gentoo.org> sci-visualization/tensorboard/tensorboard-2.5.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-visualization/tensorboard/tensorboard-2.5.0.ebuild b/sci-visualization/tensorboard/tensorboard-2.5.0.ebuild index 345a4c81151..d2ada5a97d3 100644 --- a/sci-visualization/tensorboard/tensorboard-2.5.0.ebuild +++ b/sci-visualization/tensorboard/tensorboard-2.5.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7,8,9} ) inherit python-r1 DESCRIPTION="TensorFlow's Visualization Toolkit"