commit: 13293d2a3201b351f7a506f4a404ea7ab1ddcd5e Author: Marek Szuba <marecki <AT> gentoo <DOT> org> AuthorDate: Mon Jul 26 22:32:57 2021 +0000 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org> CommitDate: Mon Jul 26 23:19:59 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13293d2a
media-sound/lilypond: keyword 2.23.2 for ~riscv Signed-off-by: Marek Szuba <marecki <AT> gentoo.org> media-sound/lilypond/lilypond-2.23.2.ebuild | 4 ++-- 1 file 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 fea5dc370d4..adb492fe79e 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"