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 94BE91382C5 for ; Thu, 3 Dec 2020 07:59:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D570AE0883; Thu, 3 Dec 2020 07:59:51 +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 C0315E0883 for ; Thu, 3 Dec 2020 07:59:51 +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 9E307341333 for ; Thu, 3 Dec 2020 07:59:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3F11E1D8 for ; Thu, 3 Dec 2020 07:59:49 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1606982385.f6fc7cb90cd31270a62d796274f4908eb0002874.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tex/dot2tex/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-tex/dot2tex/dot2tex-2.11.3.ebuild X-VCS-Directories: dev-tex/dot2tex/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: f6fc7cb90cd31270a62d796274f4908eb0002874 X-VCS-Branch: master Date: Thu, 3 Dec 2020 07:59:49 +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: ab29f251-6ae9-4c10-b880-12173fc2ad0b X-Archives-Hash: 9516a1d069eadf023e9860adfce90238 commit: f6fc7cb90cd31270a62d796274f4908eb0002874 Author: Sam James gentoo org> AuthorDate: Thu Dec 3 07:58:41 2020 +0000 Commit: Sam James gentoo org> CommitDate: Thu Dec 3 07:59:45 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6fc7cb9 dev-tex/dot2tex: add Python 3.8, 3.9 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Sam James gentoo.org> dev-tex/dot2tex/dot2tex-2.11.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-tex/dot2tex/dot2tex-2.11.3.ebuild b/dev-tex/dot2tex/dot2tex-2.11.3.ebuild index cada554f8a6..d5d240c5d09 100644 --- a/dev-tex/dot2tex/dot2tex-2.11.3.ebuild +++ b/dev-tex/dot2tex/dot2tex-2.11.3.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7}) +PYTHON_COMPAT=( python3_{6,7,8,9}) inherit distutils-r1