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 CCC1C158041 for ; Sat, 9 Mar 2024 17:41:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4150BE2A2D; Sat, 9 Mar 2024 17:41:55 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 2B23EE2A2D for ; Sat, 9 Mar 2024 17:41:55 +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 14D7533BEEB for ; Sat, 9 Mar 2024 17:41:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5F46314F6 for ; Sat, 9 Mar 2024 17:41:51 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1710006081.2a6ad761c3bb7e028542e45424ff45f92a5cfd82.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/arandr/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/arandr/arandr-0.1.11.ebuild X-VCS-Directories: x11-misc/arandr/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 2a6ad761c3bb7e028542e45424ff45f92a5cfd82 X-VCS-Branch: master Date: Sat, 9 Mar 2024 17:41:51 +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: 0a30da48-bab7-449e-a839-27055b8412f4 X-Archives-Hash: 44e81934bb22865164d2b0d3b8aa6874 commit: 2a6ad761c3bb7e028542e45424ff45f92a5cfd82 Author: Conrad Kostecki gentoo org> AuthorDate: Sat Mar 9 17:24:36 2024 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sat Mar 9 17:41:21 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a6ad761 x11-misc/arandr: add python3.12 support Signed-off-by: Conrad Kostecki gentoo.org> x11-misc/arandr/arandr-0.1.11.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/x11-misc/arandr/arandr-0.1.11.ebuild b/x11-misc/arandr/arandr-0.1.11.ebuild index 4a03b8f4c0a0..eea0a6c99bb8 100644 --- a/x11-misc/arandr/arandr-0.1.11.ebuild +++ b/x11-misc/arandr/arandr-0.1.11.ebuild @@ -3,8 +3,9 @@ EAPI=8 -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) +DISTUTILS_USE_PEP517="setuptools" +PYTHON_COMPAT=( python3_{10..12} ) + inherit distutils-r1 DESCRIPTION="Another XRandR GUI"