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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 12A91158086 for ; Sun, 2 Jan 2022 07:11:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2F7102C4001; Sun, 2 Jan 2022 07:11:57 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 56DE52C4001 for ; Sun, 2 Jan 2022 07:11:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 96BBC342FD5 for ; Sun, 2 Jan 2022 07:11:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2AA8A239 for ; Sun, 2 Jan 2022 07:11:53 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1641107387.30adba8f74f3d1baddde9c6db767537f1e1fefb5.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/wget/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/wget/wget-1.21.1.ebuild net-misc/wget/wget-1.21.2.ebuild X-VCS-Directories: net-misc/wget/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 30adba8f74f3d1baddde9c6db767537f1e1fefb5 X-VCS-Branch: master Date: Sun, 2 Jan 2022 07:11:53 +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: 7fed0c3c-6313-4876-9613-6b8a5b87ad63 X-Archives-Hash: 7ca94fb7176bed5ba08f25fa2bc646ed commit: 30adba8f74f3d1baddde9c6db767537f1e1fefb5 Author: Thomas Bettler gmail com> AuthorDate: Thu Dec 16 19:26:22 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Jan 2 07:09:47 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30adba8f net-misc/wget: add python 3.10 Closes: https://bugs.gentoo.org/829370 Closes: https://github.com/gentoo/gentoo/pull/23341 Signed-off-by: Thomas Bettler gmail.com> Signed-off-by: Sam James gentoo.org> net-misc/wget/wget-1.21.1.ebuild | 2 +- net-misc/wget/wget-1.21.2.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-misc/wget/wget-1.21.1.ebuild b/net-misc/wget/wget-1.21.1.ebuild index ff776758c918..2a526b27a951 100644 --- a/net-misc/wget/wget-1.21.1.ebuild +++ b/net-misc/wget/wget-1.21.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit flag-o-matic python-any-r1 toolchain-funcs diff --git a/net-misc/wget/wget-1.21.2.ebuild b/net-misc/wget/wget-1.21.2.ebuild index 50468f6320a7..f50b041c1a7a 100644 --- a/net-misc/wget/wget-1.21.2.ebuild +++ b/net-misc/wget/wget-1.21.2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit flag-o-matic python-any-r1 toolchain-funcs