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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3898815803E for ; Fri, 5 Jan 2024 10:09:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 72DA42BC138; Fri, 5 Jan 2024 10:09:20 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5D2312BC138 for ; Fri, 5 Jan 2024 10:09:20 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 81F563430F1 for ; Fri, 5 Jan 2024 10:09:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E53D814A8 for ; Fri, 5 Jan 2024 10:09:17 +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: <1704449344.00b5162d0bcb08a5bb8fb2bd38185859d6dbf68c.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.3.ebuild X-VCS-Directories: media-sound/lilypond/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 00b5162d0bcb08a5bb8fb2bd38185859d6dbf68c X-VCS-Branch: master Date: Fri, 5 Jan 2024 10:09:17 +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: 221cd7e3-1998-43d5-a5e9-30035009e21b X-Archives-Hash: b21313f82d2d579a508254caebf425b2 commit: 00b5162d0bcb08a5bb8fb2bd38185859d6dbf68c Author: Sam James gentoo org> AuthorDate: Fri Jan 5 10:09:04 2024 +0000 Commit: Sam James gentoo org> CommitDate: Fri Jan 5 10:09:04 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00b5162d media-sound/lilypond: Stabilize 2.24.3 x86, #921374 Signed-off-by: Sam James gentoo.org> media-sound/lilypond/lilypond-2.24.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-sound/lilypond/lilypond-2.24.3.ebuild b/media-sound/lilypond/lilypond-2.24.3.ebuild index 2ce7ffc3d898..374b0e585c6e 100644 --- a/media-sound/lilypond/lilypond-2.24.3.ebuild +++ b/media-sound/lilypond/lilypond-2.24.3.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == *9999* ]]; then else MAIN_VER=$(ver_cut 1-2) SRC_URI="https://lilypond.org/download/sources/v${MAIN_VER}/${P}.tar.gz" - KEYWORDS="amd64 ~arm arm64 ~hppa ~riscv ~x86" + KEYWORDS="amd64 ~arm arm64 ~hppa ~riscv x86" fi DESCRIPTION="GNU Music Typesetter"