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 BBACE158064 for ; Sun, 12 May 2024 12:29:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9B731E2ABC; Sun, 12 May 2024 12:29:12 +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 7857DE2ABC for ; Sun, 12 May 2024 12:29:12 +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 B816D335D21 for ; Sun, 12 May 2024 12:29:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3340D1AA2 for ; Sun, 12 May 2024 12:29:10 +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: <1715516814.fd744ae6f0c722733fbda3f054e8abdb71912b44.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/dex/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/dex/dex-0.9.0.ebuild X-VCS-Directories: x11-misc/dex/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: fd744ae6f0c722733fbda3f054e8abdb71912b44 X-VCS-Branch: master Date: Sun, 12 May 2024 12:29:10 +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: 6658255d-526e-46fd-8439-b2a6da4fd640 X-Archives-Hash: 2157f10fa1356ae2d64cf070f5d1de1a commit: fd744ae6f0c722733fbda3f054e8abdb71912b44 Author: Conrad Kostecki gentoo org> AuthorDate: Sun May 12 12:17:31 2024 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sun May 12 12:26:54 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd744ae6 x11-misc/dex: add python3.12 support Closes: https://bugs.gentoo.org/929883 Signed-off-by: Conrad Kostecki gentoo.org> x11-misc/dex/dex-0.9.0.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/x11-misc/dex/dex-0.9.0.ebuild b/x11-misc/dex/dex-0.9.0.ebuild index 4774c80d2f54..007e212716ee 100644 --- a/x11-misc/dex/dex-0.9.0.ebuild +++ b/x11-misc/dex/dex-0.9.0.ebuild @@ -1,9 +1,10 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) + inherit python-r1 DESCRIPTION="DesktopEntry eXecution - tool to manage and launch autostart entries"