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 12355158094 for ; Tue, 4 Oct 2022 02:55:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 299FCE0922; Tue, 4 Oct 2022 02:55:00 +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 0E39FE0922 for ; Tue, 4 Oct 2022 02:55:00 +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 32A28340BC1 for ; Tue, 4 Oct 2022 02:54:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E27AF619 for ; Tue, 4 Oct 2022 02:54:55 +0000 (UTC) From: "Haelwenn Monnier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Haelwenn Monnier" Message-ID: <1664717676.698da89534088951ea640df0eb86b3612a036302.lanodan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-embedded/rauc/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-embedded/rauc/rauc-1.8.ebuild X-VCS-Directories: dev-embedded/rauc/ X-VCS-Committer: lanodan X-VCS-Committer-Name: Haelwenn Monnier X-VCS-Revision: 698da89534088951ea640df0eb86b3612a036302 X-VCS-Branch: master Date: Tue, 4 Oct 2022 02:54:55 +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: 6a5fb6f0-78ee-4155-b74b-2c6ce0be2928 X-Archives-Hash: 65db10de9a46ce2f0ada835733b43257 commit: 698da89534088951ea640df0eb86b3612a036302 Author: Kurt Kanzenbach kmk-computers de> AuthorDate: Sun Oct 2 13:34:36 2022 +0000 Commit: Haelwenn Monnier hacktivis me> CommitDate: Sun Oct 2 13:34:36 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=698da895 dev-embedded/rauc: enable py3.11 Signed-off-by: Kurt Kanzenbach kmk-computers.de> dev-embedded/rauc/rauc-1.8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-embedded/rauc/rauc-1.8.ebuild b/dev-embedded/rauc/rauc-1.8.ebuild index 3e4f7ced6..a724c2e36 100644 --- a/dev-embedded/rauc/rauc-1.8.ebuild +++ b/dev-embedded/rauc/rauc-1.8.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) DOCS_BUILDER="sphinx" DOCS_DIR="${S}/docs"