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 9B3F4158094 for ; Mon, 10 Oct 2022 21:52:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AB28CE086E; Mon, 10 Oct 2022 21:52:46 +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 92336E086E for ; Mon, 10 Oct 2022 21:52:46 +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 31CC534104C for ; Mon, 10 Oct 2022 21:52:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8B3C9523 for ; Mon, 10 Oct 2022 21:52:43 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1665438715.9df2065a44e1b3c3cf94004d0e2ef0bd48543221.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/adwaita-icon-theme/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-themes/adwaita-icon-theme/adwaita-icon-theme-43_p1.ebuild X-VCS-Directories: x11-themes/adwaita-icon-theme/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 9df2065a44e1b3c3cf94004d0e2ef0bd48543221 X-VCS-Branch: master Date: Mon, 10 Oct 2022 21:52:43 +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: 127a2ccc-234d-4a7c-860c-edaf48e49330 X-Archives-Hash: 119dd6f109035fbd6a6f5ac233cdaa99 commit: 9df2065a44e1b3c3cf94004d0e2ef0bd48543221 Author: Matt Turner gentoo org> AuthorDate: Mon Oct 10 21:49:59 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Mon Oct 10 21:51:55 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9df2065a x11-themes/adwaita-icon-theme: Add Python 3.11 compatibility Closes: https://bugs.gentoo.org/862184 Signed-off-by: Matt Turner gentoo.org> x11-themes/adwaita-icon-theme/adwaita-icon-theme-43_p1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-themes/adwaita-icon-theme/adwaita-icon-theme-43_p1.ebuild b/x11-themes/adwaita-icon-theme/adwaita-icon-theme-43_p1.ebuild index ae0367b097d5..877d8929628b 100644 --- a/x11-themes/adwaita-icon-theme/adwaita-icon-theme-43_p1.ebuild +++ b/x11-themes/adwaita-icon-theme/adwaita-icon-theme-43_p1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit gnome2 python-any-r1