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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7151E158091 for ; Wed, 8 Jun 2022 06:13:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7022FE08E0; Wed, 8 Jun 2022 06:13:39 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 16AECE08E0 for ; Wed, 8 Jun 2022 06:13:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 355B4340FC5 for ; Wed, 8 Jun 2022 06:13:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DF0564F8 for ; Wed, 8 Jun 2022 06:13:05 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1654668231.3d4b3e4f305cb1a662be2f28be20b8d0372bd228.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/yle-dl/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/yle-dl/yle-dl-20220531.ebuild X-VCS-Directories: media-video/yle-dl/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 3d4b3e4f305cb1a662be2f28be20b8d0372bd228 X-VCS-Branch: master Date: Wed, 8 Jun 2022 06:13:05 +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: c5c7a4db-f3b3-4b88-91c2-7dd83d31cdd3 X-Archives-Hash: 1cc6842f518d88e8ca85ecdef30cdcc9 commit: 3d4b3e4f305cb1a662be2f28be20b8d0372bd228 Author: Joonas Niilola gentoo org> AuthorDate: Wed Jun 8 06:03:51 2022 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Wed Jun 8 06:03:51 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d4b3e4f media-video/yle-dl: enable py3.11 Signed-off-by: Joonas Niilola gentoo.org> media-video/yle-dl/yle-dl-20220531.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-video/yle-dl/yle-dl-20220531.ebuild b/media-video/yle-dl/yle-dl-20220531.ebuild index 6c229c005229..b715582199de 100644 --- a/media-video/yle-dl/yle-dl-20220531.ebuild +++ b/media-video/yle-dl/yle-dl-20220531.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit distutils-r1 optfeature