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 E188A158090 for ; Sun, 22 May 2022 04:40:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 19FC4E0930; Sun, 22 May 2022 04:40:12 +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 00067E0930 for ; Sun, 22 May 2022 04:40:11 +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 F2FA13414E4 for ; Sun, 22 May 2022 04:40:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 57354326 for ; Sun, 22 May 2022 04:40:08 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1653194396.d7cec399b09a31c1a15f455c7b314b4a0ec88138.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/jbig2dec/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/jbig2dec/jbig2dec-0.19.ebuild X-VCS-Directories: media-libs/jbig2dec/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d7cec399b09a31c1a15f455c7b314b4a0ec88138 X-VCS-Branch: master Date: Sun, 22 May 2022 04:40:08 +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: f7670cf2-c3ae-4889-9ea1-3a41ac29e154 X-Archives-Hash: fe82e7c655a9e58098277d903ceaab73 commit: d7cec399b09a31c1a15f455c7b314b4a0ec88138 Author: Thomas Bettler gmail com> AuthorDate: Fri Dec 17 11:01:58 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun May 22 04:39:56 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7cec399 media-libs/jbig2dec: add python 3.10 Closes: https://bugs.gentoo.org/829435 Closes: https://github.com/gentoo/gentoo/pull/23372 Signed-off-by: Thomas Bettler gmail.com> Signed-off-by: Sam James gentoo.org> media-libs/jbig2dec/jbig2dec-0.19.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/jbig2dec/jbig2dec-0.19.ebuild b/media-libs/jbig2dec/jbig2dec-0.19.ebuild index bba826a5997c..a0d409bdf502 100644 --- a/media-libs/jbig2dec/jbig2dec-0.19.ebuild +++ b/media-libs/jbig2dec/jbig2dec-0.19.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit autotools python-any-r1