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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EAB68158014 for ; Sun, 29 Aug 2021 17:06:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6534FE0918; Sun, 29 Aug 2021 17:06:01 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4D8CFE0918 for ; Sun, 29 Aug 2021 17:06:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AB6DA335D9E for ; Sun, 29 Aug 2021 17:05:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 576E9B0 for ; Sun, 29 Aug 2021 17:05:54 +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: <1630234538.d886e92f750147692fef87a0be100e834631b64d.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.5.1.ebuild X-VCS-Directories: dev-embedded/rauc/ X-VCS-Committer: lanodan X-VCS-Committer-Name: Haelwenn Monnier X-VCS-Revision: d886e92f750147692fef87a0be100e834631b64d X-VCS-Branch: master Date: Sun, 29 Aug 2021 17:05:54 +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: 59c16c5a-7e3b-48ef-8e6a-a43539cd3546 X-Archives-Hash: 42b66e9f5cb238ecd8dfe0641b0c8b7e commit: d886e92f750147692fef87a0be100e834631b64d Author: Kurt Kanzenbach kmk-computers de> AuthorDate: Sun Aug 29 10:55:38 2021 +0000 Commit: Haelwenn Monnier hacktivis me> CommitDate: Sun Aug 29 10:55:38 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d886e92f dev-embedded/rauc: EAPI 8, Python 3.10 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Kurt Kanzenbach kmk-computers.de> dev-embedded/rauc/rauc-1.5.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-embedded/rauc/rauc-1.5.1.ebuild b/dev-embedded/rauc/rauc-1.5.1.ebuild index 2b26167e7..65718bbe1 100644 --- a/dev-embedded/rauc/rauc-1.5.1.ebuild +++ b/dev-embedded/rauc/rauc-1.5.1.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{7..10} ) DOCS_BUILDER="sphinx" DOCS_DIR="${S}/docs"