diff options
author | Marek Szuba <marecki@gentoo.org> | 2021-07-26 23:32:57 +0100 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2021-07-27 00:19:59 +0100 |
commit | 13293d2a3201b351f7a506f4a404ea7ab1ddcd5e (patch) | |
tree | 450ab4e3135eae4adfa15adbd8d558c7c1138381 /media-sound/lilypond | |
parent | app-text/texi2html: keyword 5.0-r1 for ~riscv (diff) | |
download | gentoo-13293d2a3201b351f7a506f4a404ea7ab1ddcd5e.tar.gz gentoo-13293d2a3201b351f7a506f4a404ea7ab1ddcd5e.tar.bz2 gentoo-13293d2a3201b351f7a506f4a404ea7ab1ddcd5e.zip |
media-sound/lilypond: keyword 2.23.2 for ~riscv
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'media-sound/lilypond')
-rw-r--r-- | media-sound/lilypond/lilypond-2.23.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/lilypond/lilypond-2.23.2.ebuild b/media-sound/lilypond/lilypond-2.23.2.ebuild index fea5dc370d4b..adb492fe79e4 100644 --- a/media-sound/lilypond/lilypond-2.23.2.ebuild +++ b/media-sound/lilypond/lilypond-2.23.2.ebuild @@ -2,7 +2,7 @@ # 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 @@ -12,7 +12,7 @@ if [[ "${PV}" = "9999" ]]; then else MAIN_VER=$(ver_cut 1-2) SRC_URI="http://lilypond.org/download/sources/v${MAIN_VER}/${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~riscv ~x86" fi DESCRIPTION="GNU Music Typesetter" |