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 6D7821382C5 for ; Fri, 29 Jan 2021 12:11:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7B2FDE0BEA; Fri, 29 Jan 2021 12:11:01 +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 1BCCDE0BEA for ; Fri, 29 Jan 2021 12:11:01 +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 9FE7C33D7EF for ; Fri, 29 Jan 2021 12:10:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EEE6453 for ; Fri, 29 Jan 2021 12:10:56 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1611922255.893054d2eb0c5b526de360815c75f6cf15e3d72f.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/fudge/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/fudge/fudge-1.1.1.ebuild X-VCS-Directories: dev-python/fudge/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 893054d2eb0c5b526de360815c75f6cf15e3d72f X-VCS-Branch: master Date: Fri, 29 Jan 2021 12:10:56 +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: ac875a1d-ccc5-4cde-927d-e32f10a1985b X-Archives-Hash: 48218206ca32c3d070f43be4b086c46b commit: 893054d2eb0c5b526de360815c75f6cf15e3d72f Author: Lars Wendler gentoo org> AuthorDate: Fri Jan 29 12:10:49 2021 +0000 Commit: Lars Wendler gentoo org> CommitDate: Fri Jan 29 12:10:55 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=893054d2 dev-python/fudge: Added python3_9 support Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Lars Wendler gentoo.org> dev-python/fudge/fudge-1.1.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/fudge/fudge-1.1.1.ebuild b/dev-python/fudge/fudge-1.1.1.ebuild index ab7e83bbd7c..61d6cdec0b7 100644 --- a/dev-python/fudge/fudge-1.1.1.ebuild +++ b/dev-python/fudge/fudge-1.1.1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6..9} ) inherit distutils-r1