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 4EAF915800F for ; Sat, 14 Jan 2023 14:43:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1717BE0878; Sat, 14 Jan 2023 14:42:58 +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 EFBCBE0878 for ; Sat, 14 Jan 2023 14:42:56 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E71C9340E78 for ; Sat, 14 Jan 2023 14:42:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4B5CB82E for ; Sat, 14 Jan 2023 14:42:54 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1673707348.9aa4feb1c26a33817766ebbfb9e830c6e06a2643.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libplacebo/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libplacebo/libplacebo-4.192.1-r2.ebuild X-VCS-Directories: media-libs/libplacebo/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 9aa4feb1c26a33817766ebbfb9e830c6e06a2643 X-VCS-Branch: master Date: Sat, 14 Jan 2023 14:42:54 +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: ccab0467-615a-426c-a2ad-06affba5fcb5 X-Archives-Hash: d939ffbb585295c9b4be93b08336a602 commit: 9aa4feb1c26a33817766ebbfb9e830c6e06a2643 Author: Ionen Wolkens gentoo org> AuthorDate: Sat Jan 14 14:36:15 2023 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Sat Jan 14 14:42:28 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9aa4feb1 media-libs/libplacebo: enable py3.11 for old version 4 too May stick around for a while still (at least until mpv-0.35.1 is stable for regression fixes and rekeywording is done), so may as well add it. Signed-off-by: Ionen Wolkens gentoo.org> media-libs/libplacebo/libplacebo-4.192.1-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/libplacebo/libplacebo-4.192.1-r2.ebuild b/media-libs/libplacebo/libplacebo-4.192.1-r2.ebuild index 6190dcd6ab25..6f8a4dbea00f 100644 --- a/media-libs/libplacebo/libplacebo-4.192.1-r2.ebuild +++ b/media-libs/libplacebo/libplacebo-4.192.1-r2.ebuild @@ -4,7 +4,7 @@ EAPI=7 PYTHON_REQ_USE="xml(+)" -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) if [[ "${PV}" == "9999" ]]; then EGIT_REPO_URI="https://code.videolan.org/videolan/libplacebo.git" @@ -53,7 +53,7 @@ PATCHES=( ) python_check_deps() { - has_version -b "dev-python/mako[${PYTHON_USEDEP}]" + python_has_version "dev-python/mako[${PYTHON_USEDEP}]" } pkg_setup() {