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 B4CED15800A for ; Sun, 6 Aug 2023 04:32:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DA9A12BC041; Sun, 6 Aug 2023 04:32:15 +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 C37702BC041 for ; Sun, 6 Aug 2023 04:32:15 +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 132A9340E5D for ; Sun, 6 Aug 2023 04:32:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 400CDF2E for ; Sun, 6 Aug 2023 04:32:11 +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: <1691296064.91fb16f36373d91c92c492fb660e6a75129e9414.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/ueberzug/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/ueberzug/ueberzug-18.2.2.ebuild X-VCS-Directories: media-gfx/ueberzug/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 91fb16f36373d91c92c492fb660e6a75129e9414 X-VCS-Branch: master Date: Sun, 6 Aug 2023 04:32:11 +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: 57ff2dac-022c-4dbe-b586-ddb7a2cbc4a3 X-Archives-Hash: a6604a628a127530a8304cd459591486 commit: 91fb16f36373d91c92c492fb660e6a75129e9414 Author: Ionen Wolkens gentoo org> AuthorDate: Sun Aug 6 01:15:31 2023 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Sun Aug 6 04:27:44 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91fb16f3 media-gfx/ueberzug: enable py3.12 Signed-off-by: Ionen Wolkens gentoo.org> media-gfx/ueberzug/ueberzug-18.2.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-gfx/ueberzug/ueberzug-18.2.2.ebuild b/media-gfx/ueberzug/ueberzug-18.2.2.ebuild index 51e616b8ef33..5a026a9cbace 100644 --- a/media-gfx/ueberzug/ueberzug-18.2.2.ebuild +++ b/media-gfx/ueberzug/ueberzug-18.2.2.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 DESCRIPTION="Command line util to draw images on terminals by using child windows"