Gentoo Archives: gentoo-commits

From: "Miroslav Šulc" <fordfrog@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/mps-youtube/
Date: Tue, 28 Jun 2022 08:40:28
Message-Id: 1656405615.05f267a97e975ef53b9c02a5fd2bcea0ed75f581.fordfrog@gentoo
1 commit: 05f267a97e975ef53b9c02a5fd2bcea0ed75f581
2 Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 28 08:40:15 2022 +0000
4 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 28 08:40:15 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05f267a9
7
8 media-sound/mps-youtube: eapi8, added python 3.10
9
10 Bug: https://bugs.gentoo.org/846083
11 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
12
13 .../{mps-youtube-9999.ebuild => mps-youtube-0.2.8-r3.ebuild} | 6 +++---
14 media-sound/mps-youtube/mps-youtube-9999.ebuild | 6 +++---
15 2 files changed, 6 insertions(+), 6 deletions(-)
16
17 diff --git a/media-sound/mps-youtube/mps-youtube-9999.ebuild b/media-sound/mps-youtube/mps-youtube-0.2.8-r3.ebuild
18 similarity index 88%
19 copy from media-sound/mps-youtube/mps-youtube-9999.ebuild
20 copy to media-sound/mps-youtube/mps-youtube-0.2.8-r3.ebuild
21 index 82b44f71fd65..4c3f4d17ba0c 100644
22 --- a/media-sound/mps-youtube/mps-youtube-9999.ebuild
23 +++ b/media-sound/mps-youtube/mps-youtube-0.2.8-r3.ebuild
24 @@ -1,9 +1,9 @@
25 -# Copyright 1999-2021 Gentoo Authors
26 +# Copyright 1999-2022 Gentoo Authors
27 # Distributed under the terms of the GNU General Public License v2
28
29 -EAPI=7
30 +EAPI=8
31
32 -PYTHON_COMPAT=( python3_{7,8,9} )
33 +PYTHON_COMPAT=( python3_{8..10} )
34 DISTUTILS_USE_SETUPTOOLS=rdepend
35 inherit distutils-r1
36
37
38 diff --git a/media-sound/mps-youtube/mps-youtube-9999.ebuild b/media-sound/mps-youtube/mps-youtube-9999.ebuild
39 index 82b44f71fd65..4c3f4d17ba0c 100644
40 --- a/media-sound/mps-youtube/mps-youtube-9999.ebuild
41 +++ b/media-sound/mps-youtube/mps-youtube-9999.ebuild
42 @@ -1,9 +1,9 @@
43 -# Copyright 1999-2021 Gentoo Authors
44 +# Copyright 1999-2022 Gentoo Authors
45 # Distributed under the terms of the GNU General Public License v2
46
47 -EAPI=7
48 +EAPI=8
49
50 -PYTHON_COMPAT=( python3_{7,8,9} )
51 +PYTHON_COMPAT=( python3_{8..10} )
52 DISTUTILS_USE_SETUPTOOLS=rdepend
53 inherit distutils-r1