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 9C2F815800A for ; Thu, 17 Aug 2023 05:15:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 83AF82BC041; Thu, 17 Aug 2023 05:15:40 +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 24ACA2BC041 for ; Thu, 17 Aug 2023 05:15:40 +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 2570933E690 for ; Thu, 17 Aug 2023 05:15:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AAA28FD8 for ; Thu, 17 Aug 2023 05:15:35 +0000 (UTC) From: "Viorel Munteanu" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Viorel Munteanu" Message-ID: <1692212412.6705bdd58da3fb05d4d1fff81544e5934a45eec7.ceamac@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.10.1.ebuild X-VCS-Directories: dev-embedded/rauc/ X-VCS-Committer: ceamac X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: 6705bdd58da3fb05d4d1fff81544e5934a45eec7 X-VCS-Branch: master Date: Thu, 17 Aug 2023 05:15:35 +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: 0f59ee47-8c75-4c56-9480-fc5a9baa4e28 X-Archives-Hash: 4b188efead8ca7e358a8ef49afcb4a3e commit: 6705bdd58da3fb05d4d1fff81544e5934a45eec7 Author: Kurt Kanzenbach kmk-computers de> AuthorDate: Wed Aug 16 19:00:12 2023 +0000 Commit: Viorel Munteanu gentoo org> CommitDate: Wed Aug 16 19:00:12 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6705bdd5 dev-embedded/rauc: enable py3.12 Signed-off-by: Kurt Kanzenbach kmk-computers.de> dev-embedded/rauc/rauc-1.10.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-embedded/rauc/rauc-1.10.1.ebuild b/dev-embedded/rauc/rauc-1.10.1.ebuild index a3aadea337..be67d61054 100644 --- a/dev-embedded/rauc/rauc-1.10.1.ebuild +++ b/dev-embedded/rauc/rauc-1.10.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) DOCS_BUILDER="sphinx" DOCS_DIR="${S}/docs"