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 4743F158087 for ; Sat, 18 Dec 2021 11:58:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 36D4CE0875; Sat, 18 Dec 2021 11:58:48 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 65F86E0871 for ; Sat, 18 Dec 2021 11:58:47 +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 B14EB34336C for ; Sat, 18 Dec 2021 11:58:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ED809233 for ; Sat, 18 Dec 2021 11:58:41 +0000 (UTC) From: "Miroslav Šulc" 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" Message-ID: <1639828714.3566f8613ebd7afa2610a558818ed63cc8568465.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/lilv/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/lilv/lilv-0.24.12.ebuild X-VCS-Directories: media-libs/lilv/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: 3566f8613ebd7afa2610a558818ed63cc8568465 X-VCS-Branch: master Date: Sat, 18 Dec 2021 11:58:41 +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: f11d064a-aca5-4c0b-bebd-d4749f8fd729 X-Archives-Hash: 5029f77608c6cd1a9867bbe9de45aa67 commit: 3566f8613ebd7afa2610a558818ed63cc8568465 Author: Thomas Bettler gmail com> AuthorDate: Fri Dec 17 11:09:55 2021 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Sat Dec 18 11:58:34 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3566f861 media-libs/lilv: add python 3.10 Closes: https://bugs.gentoo.org/829439 Signed-off-by: Thomas Bettler gmail.com> Closes: https://github.com/gentoo/gentoo/pull/23376 Signed-off-by: Miroslav Šulc gentoo.org> media-libs/lilv/lilv-0.24.12.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/lilv/lilv-0.24.12.ebuild b/media-libs/lilv/lilv-0.24.12.ebuild index 422b03eec611..987842065f05 100644 --- a/media-libs/lilv/lilv-0.24.12.ebuild +++ b/media-libs/lilv/lilv-0.24.12.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{8,9} ) +PYTHON_COMPAT=( python3_{8..10} ) PYTHON_REQ_USE='threads(+)' inherit python-single-r1 waf-utils bash-completion-r1 multilib-build multilib-minimal