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 4522113835B for ; Thu, 24 Dec 2020 02:25:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0FC8C2BC02F; Thu, 24 Dec 2020 02:25: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 EBDF02BC02F for ; Thu, 24 Dec 2020 02:25: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 97074341012 for ; Thu, 24 Dec 2020 02:25:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 116AA451 for ; Thu, 24 Dec 2020 02:25:03 +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: <1608776496.d41972d7f176b6910a45a59d1e68ded65296d773.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/serf/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/serf/serf-1.3.9-r2.ebuild X-VCS-Directories: net-libs/serf/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: d41972d7f176b6910a45a59d1e68ded65296d773 X-VCS-Branch: master Date: Thu, 24 Dec 2020 02:25:03 +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: 6561a179-c0a3-4228-9e9a-9851dda47d14 X-Archives-Hash: fa10809c5bdadbc12c58e2f4aac3c2b7 commit: d41972d7f176b6910a45a59d1e68ded65296d773 Author: Mike Gilbert gentoo org> AuthorDate: Thu Dec 24 02:21:36 2020 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Thu Dec 24 02:21:36 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d41972d7 net-libs/serf: support python3.9 Signed-off-by: Mike Gilbert gentoo.org> net-libs/serf/serf-1.3.9-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/serf/serf-1.3.9-r2.ebuild b/net-libs/serf/serf-1.3.9-r2.ebuild index be4abc15606..b75c44ccaa2 100644 --- a/net-libs/serf/serf-1.3.9-r2.ebuild +++ b/net-libs/serf/serf-1.3.9-r2.ebuild @@ -3,7 +3,7 @@ EAPI="7" -PYTHON_COMPAT=( python3_6 python3_7 python3_8 ) +PYTHON_COMPAT=( python3_6 python3_7 python3_8 python3_9 ) inherit python-any-r1 scons-utils toolchain-funcs flag-o-matic