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 8B6ED13835A for ; Fri, 14 May 2021 17:38:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 98915E08A8; Fri, 14 May 2021 17:38:14 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 820FAE08A8 for ; Fri, 14 May 2021 17:38:14 +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 8206F340E27 for ; Fri, 14 May 2021 17:38:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 21C5075B for ; Fri, 14 May 2021 17:38:12 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1621013881.2a7ebebaa109b3197b76015d846dc1624a646bf0.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/youtube-dl/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/youtube-dl/youtube-dl-2021.04.26.ebuild X-VCS-Directories: net-misc/youtube-dl/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 2a7ebebaa109b3197b76015d846dc1624a646bf0 X-VCS-Branch: master Date: Fri, 14 May 2021 17:38:12 +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: 55fb0c90-848e-4aed-8cfd-09e13e60d7bd X-Archives-Hash: d8e8ff50070b08f1fa8ac80031ae9794 commit: 2a7ebebaa109b3197b76015d846dc1624a646bf0 Author: Marek Szuba gentoo org> AuthorDate: Fri May 14 17:37:38 2021 +0000 Commit: Marek Szuba gentoo org> CommitDate: Fri May 14 17:38:01 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a7ebeba net-misc/youtube-dl: support python3_10 Builds, tests and installs fine. Signed-off-by: Marek Szuba gentoo.org> net-misc/youtube-dl/youtube-dl-2021.04.26.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/youtube-dl/youtube-dl-2021.04.26.ebuild b/net-misc/youtube-dl/youtube-dl-2021.04.26.ebuild index 9b024e43dbb..6ca1748400e 100644 --- a/net-misc/youtube-dl/youtube-dl-2021.04.26.ebuild +++ b/net-misc/youtube-dl/youtube-dl-2021.04.26.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=(python3_{7..9}) +PYTHON_COMPAT=(python3_{7..10}) DISTUTILS_USE_SETUPTOOLS=rdepend