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 765CF1382C5 for ; Sun, 13 Dec 2020 02:30:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AF652E0AF7; Sun, 13 Dec 2020 02:30:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 9A494E0AF7 for ; Sun, 13 Dec 2020 02:30:22 +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 2126D340E8E for ; Sun, 13 Dec 2020 02:30:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 86A944D for ; Sun, 13 Dec 2020 02:30:19 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1607826616.3a643c2c23eab78b7e54eb11cb81985a5f92f224.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-systemd/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/python-systemd/python-systemd-234.ebuild X-VCS-Directories: dev-python/python-systemd/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 3a643c2c23eab78b7e54eb11cb81985a5f92f224 X-VCS-Branch: master Date: Sun, 13 Dec 2020 02:30:19 +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: 054d2c8a-5a69-4ca4-9f16-ee334b294020 X-Archives-Hash: 8cfa594cb1af87a7e472c65d2b07f15c commit: 3a643c2c23eab78b7e54eb11cb81985a5f92f224 Author: Mike Gilbert gentoo org> AuthorDate: Sun Dec 13 02:28:26 2020 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Sun Dec 13 02:30:16 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a643c2c dev-python/python-systemd: support python3.9 Closes: https://bugs.gentoo.org/759679 Signed-off-by: Mike Gilbert gentoo.org> dev-python/python-systemd/python-systemd-234.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/python-systemd/python-systemd-234.ebuild b/dev-python/python-systemd/python-systemd-234.ebuild index dafd6dde765..4a261c01de9 100644 --- a/dev-python/python-systemd/python-systemd-234.ebuild +++ b/dev-python/python-systemd/python-systemd-234.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{6..8} ) +PYTHON_COMPAT=( python3_{6..9} ) DISTUTILS_USE_SETUPTOOLS="no" inherit distutils-r1