diff options
author | Maciej Barć <xgqt@gentoo.org> | 2022-02-24 02:13:30 +0100 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2022-02-24 02:23:48 +0100 |
commit | 63ca91c008ea186dc8f41273cb871750bdd0a501 (patch) | |
tree | 252e1b073bb48e51f5ee180b3b22d8a595b22b4e /media-sound/lilypond | |
parent | app-crypt/sbsigntools: keyword ~riscv (diff) | |
download | gentoo-63ca91c008ea186dc8f41273cb871750bdd0a501.tar.gz gentoo-63ca91c008ea186dc8f41273cb871750bdd0a501.tar.bz2 gentoo-63ca91c008ea186dc8f41273cb871750bdd0a501.zip |
media-sound/lilypond: remove python3.7 compat
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'media-sound/lilypond')
-rw-r--r-- | media-sound/lilypond/lilypond-2.22.0-r1.ebuild (renamed from media-sound/lilypond/lilypond-2.22.0.ebuild) | 4 | ||||
-rw-r--r-- | media-sound/lilypond/lilypond-2.22.1.ebuild | 4 | ||||
-rw-r--r-- | media-sound/lilypond/lilypond-2.23.0.ebuild | 4 | ||||
-rw-r--r-- | media-sound/lilypond/lilypond-9999.ebuild | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/media-sound/lilypond/lilypond-2.22.0.ebuild b/media-sound/lilypond/lilypond-2.22.0-r1.ebuild index 60368b530796..1cba135cc210 100644 --- a/media-sound/lilypond/lilypond-2.22.0.ebuild +++ b/media-sound/lilypond/lilypond-2.22.0-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7..10} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit elisp-common autotools python-single-r1 toolchain-funcs xdg-utils diff --git a/media-sound/lilypond/lilypond-2.22.1.ebuild b/media-sound/lilypond/lilypond-2.22.1.ebuild index cf3311c16dd4..8757a650991f 100644 --- a/media-sound/lilypond/lilypond-2.22.1.ebuild +++ b/media-sound/lilypond/lilypond-2.22.1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7..10} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit elisp-common autotools python-single-r1 toolchain-funcs xdg-utils diff --git a/media-sound/lilypond/lilypond-2.23.0.ebuild b/media-sound/lilypond/lilypond-2.23.0.ebuild index c82db90488df..71ce2205451a 100644 --- a/media-sound/lilypond/lilypond-2.23.0.ebuild +++ b/media-sound/lilypond/lilypond-2.23.0.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7..10} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit elisp-common autotools python-single-r1 toolchain-funcs xdg-utils diff --git a/media-sound/lilypond/lilypond-9999.ebuild b/media-sound/lilypond/lilypond-9999.ebuild index fea5dc370d4b..ebce02eda789 100644 --- a/media-sound/lilypond/lilypond-9999.ebuild +++ b/media-sound/lilypond/lilypond-9999.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7..10} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit elisp-common autotools python-single-r1 toolchain-funcs xdg-utils |