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 0A4771382C5 for ; Tue, 5 Jan 2021 00:22:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3C08DE0985; Tue, 5 Jan 2021 00:22:07 +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 1F985E0985 for ; Tue, 5 Jan 2021 00:22:06 +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 AA28A341106 for ; Tue, 5 Jan 2021 00:22:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2CB8347F for ; Tue, 5 Jan 2021 00:22:04 +0000 (UTC) From: "Wolfgang E. Sanyer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Wolfgang E. Sanyer" Message-ID: <1609806117.0de7af5f67aa7ac087f9c175b8949e60b134273d.ezzieyguywuf@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-office/beancount/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-office/beancount/beancount-2.3.3.ebuild X-VCS-Directories: app-office/beancount/ X-VCS-Committer: ezzieyguywuf X-VCS-Committer-Name: Wolfgang E. Sanyer X-VCS-Revision: 0de7af5f67aa7ac087f9c175b8949e60b134273d X-VCS-Branch: dev Date: Tue, 5 Jan 2021 00:22:04 +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: 42424d95-383b-4144-9cd0-a26738f1f51c X-Archives-Hash: 66a6fd815d18bb6dd9af34585414348a commit: 0de7af5f67aa7ac087f9c175b8949e60b134273d Author: Wolfgang E. Sanyer gmail com> AuthorDate: Tue Jan 5 00:21:57 2021 +0000 Commit: Wolfgang E. Sanyer gmail com> CommitDate: Tue Jan 5 00:21:57 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0de7af5f app-office/beancount: bump python compat up to 3.9 Signed-off-by: Wolfgang E. Sanyer gmail.com> app-office/beancount/beancount-2.3.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-office/beancount/beancount-2.3.3.ebuild b/app-office/beancount/beancount-2.3.3.ebuild index d6403f9d..8784d565 100644 --- a/app-office/beancount/beancount-2.3.3.ebuild +++ b/app-office/beancount/beancount-2.3.3.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..8} ) +PYTHON_COMPAT=( python3_{7..9} ) DISTUTILS_SINGLE_IMPL=1