diff options
author | Sam James <sam@gentoo.org> | 2021-01-12 22:37:19 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-12 22:37:19 +0000 |
commit | 3483683e458ac2eeedc23ff7815e38b5bfddcec9 (patch) | |
tree | 0fbcac153b0c20f772eb681de05ff33885ba2dc5 /media-sound | |
parent | app-text/dvisvgm: Stabilize 2.10.1 arm64, #765091 (diff) | |
download | gentoo-3483683e458ac2eeedc23ff7815e38b5bfddcec9.tar.gz gentoo-3483683e458ac2eeedc23ff7815e38b5bfddcec9.tar.bz2 gentoo-3483683e458ac2eeedc23ff7815e38b5bfddcec9.zip |
media-sound/lilypond: Stabilize 2.21.6 arm64, #765097
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/lilypond/lilypond-2.21.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/lilypond/lilypond-2.21.6.ebuild b/media-sound/lilypond/lilypond-2.21.6.ebuild index 89cf464d7f84..69c17a1749df 100644 --- a/media-sound/lilypond/lilypond-2.21.6.ebuild +++ b/media-sound/lilypond/lilypond-2.21.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -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 ~x86" fi DESCRIPTION="GNU Music Typesetter" |