From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4668715803E for ; Wed, 3 Jan 2024 08:56:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 839EC2BC08A; Wed, 3 Jan 2024 08:56:30 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5F06F2BC028 for ; Wed, 3 Jan 2024 08:56:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9DDEF340906 for ; Wed, 3 Jan 2024 08:56:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 417D21300 for ; Wed, 3 Jan 2024 08:56:28 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1704272151.314fcfb8edf46c826c1c94755086cf14c933e723.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/lilypond/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/lilypond/lilypond-2.24.0.ebuild media-sound/lilypond/lilypond-2.24.3.ebuild media-sound/lilypond/lilypond-9999.ebuild X-VCS-Directories: media-sound/lilypond/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 314fcfb8edf46c826c1c94755086cf14c933e723 X-VCS-Branch: master Date: Wed, 3 Jan 2024 08:56:28 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f40cde62-bf32-458c-9f88-b5f921ed19f0 X-Archives-Hash: 40553c419eade7a855c316725e46a45e commit: 314fcfb8edf46c826c1c94755086cf14c933e723 Author: Sam James gentoo org> AuthorDate: Wed Jan 3 08:54:12 2024 +0000 Commit: Sam James gentoo org> CommitDate: Wed Jan 3 08:55:51 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=314fcfb8 media-sound/lilypond: fix minimum guile version Signed-off-by: Sam James gentoo.org> media-sound/lilypond/lilypond-2.24.0.ebuild | 4 ++-- media-sound/lilypond/lilypond-2.24.3.ebuild | 2 +- media-sound/lilypond/lilypond-9999.ebuild | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/media-sound/lilypond/lilypond-2.24.0.ebuild b/media-sound/lilypond/lilypond-2.24.0.ebuild index f703d97eea69..f5eac9e3e7ee 100644 --- a/media-sound/lilypond/lilypond-2.24.0.ebuild +++ b/media-sound/lilypond/lilypond-2.24.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -35,7 +35,7 @@ BDEPEND=" doc? ( app-text/texi2html ) " RDEPEND="app-text/ghostscript-gpl - dev-scheme/guile:12=[deprecated,regex] + >=dev-scheme/guile-2.2:12=[deprecated,regex] media-fonts/tex-gyre media-libs/fontconfig media-libs/freetype:2 diff --git a/media-sound/lilypond/lilypond-2.24.3.ebuild b/media-sound/lilypond/lilypond-2.24.3.ebuild index 4a04aea78500..67c1d3818dfc 100644 --- a/media-sound/lilypond/lilypond-2.24.3.ebuild +++ b/media-sound/lilypond/lilypond-2.24.3.ebuild @@ -35,7 +35,7 @@ BDEPEND=" doc? ( app-text/texi2html ) " RDEPEND="app-text/ghostscript-gpl - dev-scheme/guile:12=[deprecated,regex] + >=dev-scheme/guile-2.2:12=[deprecated,regex] media-fonts/tex-gyre media-libs/fontconfig media-libs/freetype:2 diff --git a/media-sound/lilypond/lilypond-9999.ebuild b/media-sound/lilypond/lilypond-9999.ebuild index 4a04aea78500..67c1d3818dfc 100644 --- a/media-sound/lilypond/lilypond-9999.ebuild +++ b/media-sound/lilypond/lilypond-9999.ebuild @@ -35,7 +35,7 @@ BDEPEND=" doc? ( app-text/texi2html ) " RDEPEND="app-text/ghostscript-gpl - dev-scheme/guile:12=[deprecated,regex] + >=dev-scheme/guile-2.2:12=[deprecated,regex] media-fonts/tex-gyre media-libs/fontconfig media-libs/freetype:2