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 184FA159C9B for ; Tue, 30 Jul 2024 19:09:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 565C32BC07C; Tue, 30 Jul 2024 19:09:39 +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 3A1F42BC07C for ; Tue, 30 Jul 2024 19:09:39 +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 533C934168D for ; Tue, 30 Jul 2024 19:09:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8A3C31E83 for ; Tue, 30 Jul 2024 19:09:35 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1722366165.0bda2d4a16430c698e0c7a2d7fd2a872bd80347d.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/toxic/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/toxic/toxic-0.15.1.ebuild X-VCS-Directories: net-im/toxic/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 0bda2d4a16430c698e0c7a2d7fd2a872bd80347d X-VCS-Branch: master Date: Tue, 30 Jul 2024 19:09:35 +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: fca92710-caf0-4a18-99b7-c47486576f3d X-Archives-Hash: e3bb2c09303decc0c01679b7891434b1 commit: 0bda2d4a16430c698e0c7a2d7fd2a872bd80347d Author: Pacho Ramos gentoo org> AuthorDate: Tue Jul 30 19:02:45 2024 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Tue Jul 30 19:02:45 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bda2d4a net-im/toxic: Simplify PYTHON_COMPAT Signed-off-by: Pacho Ramos gentoo.org> net-im/toxic/toxic-0.15.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-im/toxic/toxic-0.15.1.ebuild b/net-im/toxic/toxic-0.15.1.ebuild index e222cc1b1c47..8017b624b36e 100644 --- a/net-im/toxic/toxic-0.15.1.ebuild +++ b/net-im/toxic/toxic-0.15.1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10,11,12} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit python-single-r1 xdg