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 026BA139335 for ; Sat, 26 Jun 2021 12:08:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4A4E2E088C; Sat, 26 Jun 2021 12:08:19 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 1063DE088C for ; Sat, 26 Jun 2021 12:08:19 +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 317F9343936 for ; Sat, 26 Jun 2021 12:08:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8EDCC79A for ; Sat, 26 Jun 2021 12:08:16 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1624709244.b8878c6f0b1f9d6f45c95a3ac4b263ad0c531125.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/seekwatcher/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-block/seekwatcher/seekwatcher-0.13.ebuild X-VCS-Directories: sys-block/seekwatcher/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: b8878c6f0b1f9d6f45c95a3ac4b263ad0c531125 X-VCS-Branch: master Date: Sat, 26 Jun 2021 12:08:16 +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: d4cc3510-4cea-4f82-a47a-4b0531ebe46f X-Archives-Hash: fa6c59b3816cfa3c67ad7669037f67b1 commit: b8878c6f0b1f9d6f45c95a3ac4b263ad0c531125 Author: Sergei Trofimovich gentoo org> AuthorDate: Sat Jun 26 12:07:24 2021 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sat Jun 26 12:07:24 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8878c6f sys-block/seekwatcher: allow python-3.10 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Sergei Trofimovich gentoo.org> sys-block/seekwatcher/seekwatcher-0.13.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-block/seekwatcher/seekwatcher-0.13.ebuild b/sys-block/seekwatcher/seekwatcher-0.13.ebuild index 10b1c84219f..933f9ad935e 100644 --- a/sys-block/seekwatcher/seekwatcher-0.13.ebuild +++ b/sys-block/seekwatcher/seekwatcher-0.13.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DISTUTILS_SINGLE_IMPL=1 DISTUTILS_USE_SETUPTOOLS=no -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{7,8,9,10} ) inherit distutils-r1