Gentoo Archives: gentoo-commits

From: Florian Schmaus <flow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-sound/hushboard/
Date: Wed, 20 Oct 2021 08:55:07
Message-Id: 1634716157.78bc1e9d555608287c59404d57d4e877ed47574f.flow@gentoo
1 commit: 78bc1e9d555608287c59404d57d4e877ed47574f
2 Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 20 07:48:45 2021 +0000
4 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 20 07:49:17 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=78bc1e9d
7
8 media-sound/hushboard: update PYTHON_COMPAT for Python 10
9
10 Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
11
12 ...ard-0.0_pre20210317.ebuild => hushboard-0.0_pre20210317-r1.ebuild} | 4 ++--
13 media-sound/hushboard/hushboard-9999.ebuild | 4 ++--
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/media-sound/hushboard/hushboard-0.0_pre20210317.ebuild b/media-sound/hushboard/hushboard-0.0_pre20210317-r1.ebuild
17 similarity index 95%
18 rename from media-sound/hushboard/hushboard-0.0_pre20210317.ebuild
19 rename to media-sound/hushboard/hushboard-0.0_pre20210317-r1.ebuild
20 index 6b7287ef2..be4e0dcb2 100644
21 --- a/media-sound/hushboard/hushboard-0.0_pre20210317.ebuild
22 +++ b/media-sound/hushboard/hushboard-0.0_pre20210317-r1.ebuild
23 @@ -1,10 +1,10 @@
24 # Copyright 1999-2021 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 -EAPI=7
28 +EAPI=8
29
30 DISTUTILS_USE_SETUPTOOLS=rdepend
31 -PYTHON_COMPAT=( python3_{8..9} )
32 +PYTHON_COMPAT=( python3_{8..10} )
33
34 inherit distutils-r1
35
36
37 diff --git a/media-sound/hushboard/hushboard-9999.ebuild b/media-sound/hushboard/hushboard-9999.ebuild
38 index 6b7287ef2..be4e0dcb2 100644
39 --- a/media-sound/hushboard/hushboard-9999.ebuild
40 +++ b/media-sound/hushboard/hushboard-9999.ebuild
41 @@ -1,10 +1,10 @@
42 # Copyright 1999-2021 Gentoo Authors
43 # Distributed under the terms of the GNU General Public License v2
44
45 -EAPI=7
46 +EAPI=8
47
48 DISTUTILS_USE_SETUPTOOLS=rdepend
49 -PYTHON_COMPAT=( python3_{8..9} )
50 +PYTHON_COMPAT=( python3_{8..10} )
51
52 inherit distutils-r1