From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1316664-garchives=archives.gentoo.org@lists.gentoo.org>
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 EFC5C158014
	for <garchives@archives.gentoo.org>; Sun, 29 Aug 2021 11:07:33 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 2E54DE0891;
	Sun, 29 Aug 2021 11:07:33 +0000 (UTC)
Received: from smtp.gentoo.org (dev.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 0EA24E0894
	for <gentoo-commits@lists.gentoo.org>; Sun, 29 Aug 2021 11:07:32 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(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 8C349342BBA
	for <gentoo-commits@lists.gentoo.org>; Sun, 29 Aug 2021 11:07:31 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 04FB67A
	for <gentoo-commits@lists.gentoo.org>; Sun, 29 Aug 2021 11:07:30 +0000 (UTC)
From: "Kurt Kanzenbach" <kurt@kmk-computers.de>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Kurt Kanzenbach" <kurt@kmk-computers.de>
Message-ID: <1630234538.d886e92f750147692fef87a0be100e834631b64d.KurtKanzenbach@gentoo>
Subject: [gentoo-commits] repo/proj/guru:dev 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: KurtKanzenbach
X-VCS-Committer-Name: Kurt Kanzenbach
X-VCS-Revision: d886e92f750147692fef87a0be100e834631b64d
X-VCS-Branch: dev
Date: Sun, 29 Aug 2021 11:07:30 +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: d31d278b-c8d6-4092-b1ed-134ba458e911
X-Archives-Hash: 0e9f7b7e99282d3eef3b2217b69083ee

commit:     d886e92f750147692fef87a0be100e834631b64d
Author:     Kurt Kanzenbach <kurt <AT> kmk-computers <DOT> de>
AuthorDate: Sun Aug 29 10:55:38 2021 +0000
Commit:     Kurt Kanzenbach <kurt <AT> kmk-computers <DOT> de>
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 <kurt <AT> 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"