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 592D615ACFB for ; Thu, 13 Apr 2023 20:57:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 80BBEE07E6; Thu, 13 Apr 2023 20:57:22 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 66256E07D0 for ; Thu, 13 Apr 2023 20:57:22 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 992A1340D33 for ; Thu, 13 Apr 2023 20:57:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B8048108 for ; Thu, 13 Apr 2023 20:57:19 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1681419363.111537527bdd2d6be57fac0307f918886aff683d.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/img2pdf/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/img2pdf/img2pdf-0.4.4.ebuild X-VCS-Directories: media-gfx/img2pdf/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 111537527bdd2d6be57fac0307f918886aff683d X-VCS-Branch: master Date: Thu, 13 Apr 2023 20:57:19 +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: a7643152-a8ba-4cc8-b2d4-5e24e5b02324 X-Archives-Hash: b27142724b2aae1a32c7e0ecb7a4137b commit: 111537527bdd2d6be57fac0307f918886aff683d Author: Florian Schmaus gentoo org> AuthorDate: Thu Apr 13 20:28:08 2023 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Thu Apr 13 20:56:03 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11153752 media-gfx/img2pdf: enable py3.11 Closes: https://bugs.gentoo.org/896988 Signed-off-by: Florian Schmaus gentoo.org> media-gfx/img2pdf/img2pdf-0.4.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-gfx/img2pdf/img2pdf-0.4.4.ebuild b/media-gfx/img2pdf/img2pdf-0.4.4.ebuild index 1b42b2bc863c..bd99534ab490 100644 --- a/media-gfx/img2pdf/img2pdf-0.4.4.ebuild +++ b/media-gfx/img2pdf/img2pdf-0.4.4.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit distutils-r1 pypi