From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1402894-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 EA949158091
	for <garchives@archives.gentoo.org>; Tue, 31 May 2022 02:55:25 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id D0A94E0999;
	Tue, 31 May 2022 02:55:24 +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) server-digest SHA256)
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id A40D0E0970
	for <gentoo-commits@lists.gentoo.org>; Tue, 31 May 2022 02:55:24 +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 2F74434136E
	for <gentoo-commits@lists.gentoo.org>; Tue, 31 May 2022 02:55:23 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 629C84E3
	for <gentoo-commits@lists.gentoo.org>; Tue, 31 May 2022 02:55:21 +0000 (UTC)
From: "Sam James" <sam@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, "Sam James" <sam@gentoo.org>
Message-ID: <1653963147.f23a34c33c94e0fcbe0558a7e5c4b429ec0a83a6.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/syslog-summary/
X-VCS-Repository: repo/gentoo
X-VCS-Files: app-admin/syslog-summary/syslog-summary-1.14-r5.ebuild
X-VCS-Directories: app-admin/syslog-summary/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: f23a34c33c94e0fcbe0558a7e5c4b429ec0a83a6
X-VCS-Branch: master
Date: Tue, 31 May 2022 02:55:21 +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: 3233bfd4-6456-4a38-9ac6-4d4034b885c9
X-Archives-Hash: 8be6be73c6f0aad2d69413bd1b5274d9

commit:     f23a34c33c94e0fcbe0558a7e5c4b429ec0a83a6
Author:     Paul Healy <lmiphay <AT> gmail <DOT> com>
AuthorDate: Mon May 30 16:34:57 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue May 31 02:12:27 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f23a34c3

app-admin/syslog-summary: python compat add 3.10

    add python 3.10
    drop python 3.7 and 3.8

Bug: https://bugs.gentoo.org/845435
Signed-off-by: Paul Healy <lmiphay <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/25691
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-admin/syslog-summary/syslog-summary-1.14-r5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-admin/syslog-summary/syslog-summary-1.14-r5.ebuild b/app-admin/syslog-summary/syslog-summary-1.14-r5.ebuild
index 6a28fe832410..1a2b2ae756f5 100644
--- a/app-admin/syslog-summary/syslog-summary-1.14-r5.ebuild
+++ b/app-admin/syslog-summary/syslog-summary-1.14-r5.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{9,10} )
 
 inherit python-single-r1