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 7118415800F for ; Fri, 27 Jan 2023 11:58:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BC866E0BFC; Fri, 27 Jan 2023 11:58:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 7C8CCE0BFC for ; Fri, 27 Jan 2023 11:58:22 +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 AB26E3410F5 for ; Fri, 27 Jan 2023 11:58:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5F0CA889 for ; Fri, 27 Jan 2023 11:58:19 +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: <1674820654.b021c6304306102ec33b038e3fc6f5e99227a0eb.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/menulibre/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/menulibre/menulibre-2.2.3.ebuild X-VCS-Directories: x11-misc/menulibre/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: b021c6304306102ec33b038e3fc6f5e99227a0eb X-VCS-Branch: master Date: Fri, 27 Jan 2023 11:58:19 +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: 4d57af11-89cb-484e-9a1b-1e4df73ed742 X-Archives-Hash: 271c9e3162698afa6d438777fa7f1494 commit: b021c6304306102ec33b038e3fc6f5e99227a0eb Author: Ionen Wolkens gentoo org> AuthorDate: Fri Jan 27 11:43:29 2023 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Fri Jan 27 11:57:34 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b021c630 x11-misc/menulibre: enable py3.11 Seems(?) ok from a quick try, but like last time I don't use this and no tests, so I could be wrong. Signed-off-by: Ionen Wolkens gentoo.org> x11-misc/menulibre/menulibre-2.2.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-misc/menulibre/menulibre-2.2.3.ebuild b/x11-misc/menulibre/menulibre-2.2.3.ebuild index c7b0cdd9783c..edeabe5b03f5 100644 --- a/x11-misc/menulibre/menulibre-2.2.3.ebuild +++ b/x11-misc/menulibre/menulibre-2.2.3.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_SINGLE_IMPL=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) PYTHON_REQ_USE="xml(+)" inherit distutils-r1 xdg