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 ADE54158064 for ; Sun, 12 May 2024 09:38:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1744DE2AF6; Sun, 12 May 2024 09:38:53 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EF1BAE2AF6 for ; Sun, 12 May 2024 09:38:52 +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 072643430E4 for ; Sun, 12 May 2024 09:38:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E4CDD1A9C for ; Sun, 12 May 2024 09:38:48 +0000 (UTC) From: "Viorel Munteanu" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Viorel Munteanu" Message-ID: <1715504654.1faf228f45c65f5e7f7fab96f492d627f6326238.ceamac@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: net-misc/maestral-qt/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-misc/maestral-qt/maestral-qt-1.9.3.ebuild X-VCS-Directories: net-misc/maestral-qt/ X-VCS-Committer: ceamac X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: 1faf228f45c65f5e7f7fab96f492d627f6326238 X-VCS-Branch: master Date: Sun, 12 May 2024 09:38:48 +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: b00d7762-89cd-461d-b9ac-d28aeb0c4c6f X-Archives-Hash: dfef93f453318686995ca092e95a3b74 Message-ID: <20240512093848.dXN3ynE40fvb8UYaatiszkmE7b4mLr-DNw0dDAkqLzI@z> commit: 1faf228f45c65f5e7f7fab96f492d627f6326238 Author: Viorel Munteanu gentoo org> AuthorDate: Sun May 12 09:03:15 2024 +0000 Commit: Viorel Munteanu gentoo org> CommitDate: Sun May 12 09:04:14 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1faf228f net-misc/maestral-qt: enable py3.12 Signed-off-by: Viorel Munteanu gentoo.org> net-misc/maestral-qt/maestral-qt-1.9.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/maestral-qt/maestral-qt-1.9.3.ebuild b/net-misc/maestral-qt/maestral-qt-1.9.3.ebuild index c15493aa2e..34ac19a1bf 100644 --- a/net-misc/maestral-qt/maestral-qt-1.9.3.ebuild +++ b/net-misc/maestral-qt/maestral-qt-1.9.3.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit desktop distutils-r1 MY_PV=${PV/_rc/.dev}