Gentoo Archives: gentoo-commits

From: "Maciej Barć" <xgqt@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/lilypond/
Date: Thu, 24 Feb 2022 01:24:15
Message-Id: 1645665828.63ca91c008ea186dc8f41273cb871750bdd0a501.xgqt@gentoo
1 commit: 63ca91c008ea186dc8f41273cb871750bdd0a501
2 Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 24 01:13:30 2022 +0000
4 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 24 01:23:48 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63ca91c0
7
8 media-sound/lilypond: remove python3.7 compat
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
12
13 .../lilypond/{lilypond-2.22.0.ebuild => lilypond-2.22.0-r1.ebuild} | 4 ++--
14 media-sound/lilypond/lilypond-2.22.1.ebuild | 4 ++--
15 media-sound/lilypond/lilypond-2.23.0.ebuild | 4 ++--
16 media-sound/lilypond/lilypond-9999.ebuild | 4 ++--
17 4 files changed, 8 insertions(+), 8 deletions(-)
18
19 diff --git a/media-sound/lilypond/lilypond-2.22.0.ebuild b/media-sound/lilypond/lilypond-2.22.0-r1.ebuild
20 similarity index 97%
21 rename from media-sound/lilypond/lilypond-2.22.0.ebuild
22 rename to media-sound/lilypond/lilypond-2.22.0-r1.ebuild
23 index 60368b530796..1cba135cc210 100644
24 --- a/media-sound/lilypond/lilypond-2.22.0.ebuild
25 +++ b/media-sound/lilypond/lilypond-2.22.0-r1.ebuild
26 @@ -1,8 +1,8 @@
27 -# Copyright 1999-2021 Gentoo Authors
28 +# Copyright 1999-2022 Gentoo Authors
29 # Distributed under the terms of the GNU General Public License v2
30
31 EAPI=7
32 -PYTHON_COMPAT=( python3_{7..10} )
33 +PYTHON_COMPAT=( python3_{8..10} )
34
35 inherit elisp-common autotools python-single-r1 toolchain-funcs xdg-utils
36
37
38 diff --git a/media-sound/lilypond/lilypond-2.22.1.ebuild b/media-sound/lilypond/lilypond-2.22.1.ebuild
39 index cf3311c16dd4..8757a650991f 100644
40 --- a/media-sound/lilypond/lilypond-2.22.1.ebuild
41 +++ b/media-sound/lilypond/lilypond-2.22.1.ebuild
42 @@ -1,8 +1,8 @@
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 -PYTHON_COMPAT=( python3_{7..10} )
49 +PYTHON_COMPAT=( python3_{8..10} )
50
51 inherit elisp-common autotools python-single-r1 toolchain-funcs xdg-utils
52
53
54 diff --git a/media-sound/lilypond/lilypond-2.23.0.ebuild b/media-sound/lilypond/lilypond-2.23.0.ebuild
55 index c82db90488df..71ce2205451a 100644
56 --- a/media-sound/lilypond/lilypond-2.23.0.ebuild
57 +++ b/media-sound/lilypond/lilypond-2.23.0.ebuild
58 @@ -1,8 +1,8 @@
59 -# Copyright 1999-2021 Gentoo Authors
60 +# Copyright 1999-2022 Gentoo Authors
61 # Distributed under the terms of the GNU General Public License v2
62
63 EAPI=7
64 -PYTHON_COMPAT=( python3_{7..10} )
65 +PYTHON_COMPAT=( python3_{8..10} )
66
67 inherit elisp-common autotools python-single-r1 toolchain-funcs xdg-utils
68
69
70 diff --git a/media-sound/lilypond/lilypond-9999.ebuild b/media-sound/lilypond/lilypond-9999.ebuild
71 index fea5dc370d4b..ebce02eda789 100644
72 --- a/media-sound/lilypond/lilypond-9999.ebuild
73 +++ b/media-sound/lilypond/lilypond-9999.ebuild
74 @@ -1,8 +1,8 @@
75 -# Copyright 1999-2021 Gentoo Authors
76 +# Copyright 1999-2022 Gentoo Authors
77 # Distributed under the terms of the GNU General Public License v2
78
79 EAPI=7
80 -PYTHON_COMPAT=( python3_{7..10} )
81 +PYTHON_COMPAT=( python3_{8..10} )
82
83 inherit elisp-common autotools python-single-r1 toolchain-funcs xdg-utils