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 6BA7E158086 for ; Fri, 17 Dec 2021 21:30:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8C9AE2BC014; Fri, 17 Dec 2021 21:30:40 +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 D53A42BC014 for ; Fri, 17 Dec 2021 21:30:39 +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 9927B343510 for ; Fri, 17 Dec 2021 21:30:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2115B177 for ; Fri, 17 Dec 2021 21:30:36 +0000 (UTC) From: "Piotr Karbowski" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Piotr Karbowski" Message-ID: <1639776592.f385b25c1879b67c3933fc926b8b764349879994.slashbeast@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libglvnd/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libglvnd/libglvnd-1.3.4.ebuild media-libs/libglvnd/libglvnd-9999.ebuild X-VCS-Directories: media-libs/libglvnd/ X-VCS-Committer: slashbeast X-VCS-Committer-Name: Piotr Karbowski X-VCS-Revision: f385b25c1879b67c3933fc926b8b764349879994 X-VCS-Branch: master Date: Fri, 17 Dec 2021 21:30:36 +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: 076e695a-c030-4b45-a4dd-d0b7a4f113b3 X-Archives-Hash: d17dbe96b575312762228a1bb375113d commit: f385b25c1879b67c3933fc926b8b764349879994 Author: Piotr Karbowski gentoo org> AuthorDate: Fri Dec 17 21:29:52 2021 +0000 Commit: Piotr Karbowski gentoo org> CommitDate: Fri Dec 17 21:29:52 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f385b25c media-libs/libglvnd: Python 3.10 support added. Closes: https://bugs.gentoo.org/829437 Signed-off-by: Piotr Karbowski gentoo.org> media-libs/libglvnd/libglvnd-1.3.4.ebuild | 2 +- media-libs/libglvnd/libglvnd-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/libglvnd/libglvnd-1.3.4.ebuild b/media-libs/libglvnd/libglvnd-1.3.4.ebuild index 8c83eaea5785..4e4423833af2 100644 --- a/media-libs/libglvnd/libglvnd-1.3.4.ebuild +++ b/media-libs/libglvnd/libglvnd-1.3.4.ebuild @@ -9,7 +9,7 @@ if [[ ${PV} = 9999* ]]; then GIT_ECLASS="git-r3" fi -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{7..10} ) VIRTUALX_REQUIRED=manual inherit ${GIT_ECLASS} meson-multilib python-any-r1 virtualx diff --git a/media-libs/libglvnd/libglvnd-9999.ebuild b/media-libs/libglvnd/libglvnd-9999.ebuild index 430500414962..f3579afc1b9c 100644 --- a/media-libs/libglvnd/libglvnd-9999.ebuild +++ b/media-libs/libglvnd/libglvnd-9999.ebuild @@ -9,7 +9,7 @@ if [[ ${PV} = 9999* ]]; then GIT_ECLASS="git-r3" fi -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{7..10} ) VIRTUALX_REQUIRED=manual inherit ${GIT_ECLASS} meson-multilib python-any-r1 virtualx