From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1549251-garchives=archives.gentoo.org@lists.gentoo.org> 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 0CF7B15800A for <garchives@archives.gentoo.org>; Fri, 25 Aug 2023 06:48:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EE98D2BC016; Fri, 25 Aug 2023 06:48:42 +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 D99B62BC016 for <gentoo-commits@lists.gentoo.org>; Fri, 25 Aug 2023 06:48:42 +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 226D8340BBE for <gentoo-commits@lists.gentoo.org>; Fri, 25 Aug 2023 06:48:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3FDF71087 for <gentoo-commits@lists.gentoo.org>; Fri, 25 Aug 2023 06:48:40 +0000 (UTC) From: "Joonas Niilola" <juippis@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" <juippis@gentoo.org> Message-ID: <1692946117.0566cd288b64c19375b65ad7dbdb8c2b63216949.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libvoikko/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libvoikko/libvoikko-4.3.2.ebuild X-VCS-Directories: dev-libs/libvoikko/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 0566cd288b64c19375b65ad7dbdb8c2b63216949 X-VCS-Branch: master Date: Fri, 25 Aug 2023 06:48:40 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 65b455ec-f4c7-47f6-9522-2f5bf00da583 X-Archives-Hash: c1bdeda0cc265cbf426d76fa037013cd commit: 0566cd288b64c19375b65ad7dbdb8c2b63216949 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org> AuthorDate: Fri Aug 25 06:44:41 2023 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Fri Aug 25 06:48:37 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0566cd28 dev-libs/libvoikko: enable py3.12 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> dev-libs/libvoikko/libvoikko-4.3.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libvoikko/libvoikko-4.3.2.ebuild b/dev-libs/libvoikko/libvoikko-4.3.2.ebuild index 9f58cf03f9f3..65f9ce7433db 100644 --- a/dev-libs/libvoikko/libvoikko-4.3.2.ebuild +++ b/dev-libs/libvoikko/libvoikko-4.3.2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{9..12} ) inherit autotools python-r1 verify-sig