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/lilypond/
Date: Sat, 25 Jun 2022 12:20:02
Message-Id: 1656159591.38d8f4b61eae9541bbf70064ab9173412f5568fa.fordfrog@gentoo
1 commit: 38d8f4b61eae9541bbf70064ab9173412f5568fa
2 Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 25 12:19:40 2022 +0000
4 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 25 12:19:51 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38d8f4b6
7
8 media-sound/lilypond: updated live - added python 3.11, fixed docs
9
10 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
11
12 media-sound/lilypond/lilypond-9999.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/media-sound/lilypond/lilypond-9999.ebuild b/media-sound/lilypond/lilypond-9999.ebuild
16 index 267d1a8af4de..4690f0a0f45f 100644
17 --- a/media-sound/lilypond/lilypond-9999.ebuild
18 +++ b/media-sound/lilypond/lilypond-9999.ebuild
19 @@ -2,7 +2,7 @@
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=7
23 -PYTHON_COMPAT=( python3_{8..10} )
24 +PYTHON_COMPAT=( python3_{8..11} )
25
26 inherit elisp-common autotools python-single-r1 toolchain-funcs xdg-utils
27
28 @@ -62,7 +62,7 @@ PATCHES=(
29 "${FILESDIR}"/${PN}-2.22.1-free_font.patch
30 )
31
32 -DOCS=( DEDICATION HACKING README.md ROADMAP )
33 +DOCS=( DEDICATION README.md ROADMAP )
34
35 src_prepare() {
36 default