From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1211269-garchives=archives.gentoo.org@lists.gentoo.org> 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 14167138359 for <garchives@archives.gentoo.org>; Fri, 2 Oct 2020 08:45:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 62D6DE07B3; Fri, 2 Oct 2020 08:45:30 +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 4C7E3E07B3 for <gentoo-commits@lists.gentoo.org>; Fri, 2 Oct 2020 08:45:30 +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 4C1D8335CFC for <gentoo-commits@lists.gentoo.org>; Fri, 2 Oct 2020 08:45:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D8283378 for <gentoo-commits@lists.gentoo.org>; Fri, 2 Oct 2020 08:45:27 +0000 (UTC) From: "Miroslav Šulc" <fordfrog@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Miroslav Šulc" <fordfrog@gentoo.org> Message-ID: <1601628322.4c4173943cf3a9526499c957be8d5b1ef407f386.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/serd/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/serd/serd-0.30.6.ebuild X-VCS-Directories: dev-libs/serd/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: 4c4173943cf3a9526499c957be8d5b1ef407f386 X-VCS-Branch: master Date: Fri, 2 Oct 2020 08:45:27 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: af8d8f45-0480-462b-9861-fe23b11a99ac X-Archives-Hash: d03047ccedf59290aeb99cae558afb5b commit: 4c4173943cf3a9526499c957be8d5b1ef407f386 Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org> AuthorDate: Fri Oct 2 08:39:50 2020 +0000 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org> CommitDate: Fri Oct 2 08:45:22 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c417394 dev-libs/serd: added py3.9 to 0.30.6 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org> dev-libs/serd/serd-0.30.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/serd/serd-0.30.6.ebuild b/dev-libs/serd/serd-0.30.6.ebuild index 5cc979180ac..95e7eeadde3 100644 --- a/dev-libs/serd/serd-0.30.6.ebuild +++ b/dev-libs/serd/serd-0.30.6.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6,7,8,9} ) PYTHON_REQ_USE='threads(+)' inherit python-any-r1 waf-utils multilib-build multilib-minimal