Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/seekwatcher/
Date: Sat, 26 Jun 2021 12:08:19
Message-Id: 1624709244.b8878c6f0b1f9d6f45c95a3ac4b263ad0c531125.slyfox@gentoo
1 commit: b8878c6f0b1f9d6f45c95a3ac4b263ad0c531125
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 26 12:07:24 2021 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 26 12:07:24 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8878c6f
7
8 sys-block/seekwatcher: allow python-3.10
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
12
13 sys-block/seekwatcher/seekwatcher-0.13.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/sys-block/seekwatcher/seekwatcher-0.13.ebuild b/sys-block/seekwatcher/seekwatcher-0.13.ebuild
17 index 10b1c84219f..933f9ad935e 100644
18 --- a/sys-block/seekwatcher/seekwatcher-0.13.ebuild
19 +++ b/sys-block/seekwatcher/seekwatcher-0.13.ebuild
20 @@ -1,11 +1,11 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26
27 DISTUTILS_SINGLE_IMPL=1
28 DISTUTILS_USE_SETUPTOOLS=no
29 -PYTHON_COMPAT=( python3_{7,8,9} )
30 +PYTHON_COMPAT=( python3_{7,8,9,10} )
31
32 inherit distutils-r1