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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 61B561382C5 for ; Wed, 13 Jan 2021 09:17:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9E91BE0AB4; Wed, 13 Jan 2021 09:17:23 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 59CDCE0ACB for ; Wed, 13 Jan 2021 09:17:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2C700340E80 for ; Wed, 13 Jan 2021 09:17:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C0BFB32B for ; Wed, 13 Jan 2021 09:17:20 +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: <1610529425.245fee68f89196bf2f124b9ef744d2bec9050cea.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.21.6.ebuild X-VCS-Directories: media-sound/lilypond/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 245fee68f89196bf2f124b9ef744d2bec9050cea X-VCS-Branch: master Date: Wed, 13 Jan 2021 09:17:20 +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: b8c62c9a-b11d-46db-b52f-af50200cfdb0 X-Archives-Hash: a868cad550b44789efe61ca1e835b125 commit: 245fee68f89196bf2f124b9ef744d2bec9050cea Author: Sam James gentoo org> AuthorDate: Wed Jan 13 09:17:05 2021 +0000 Commit: Sam James gentoo org> CommitDate: Wed Jan 13 09:17:05 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=245fee68 media-sound/lilypond: Stabilize 2.21.6 amd64, #765097 Signed-off-by: Sam James gentoo.org> media-sound/lilypond/lilypond-2.21.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-sound/lilypond/lilypond-2.21.6.ebuild b/media-sound/lilypond/lilypond-2.21.6.ebuild index 69c17a1749d..59e13bddfff 100644 --- a/media-sound/lilypond/lilypond-2.21.6.ebuild +++ b/media-sound/lilypond/lilypond-2.21.6.ebuild @@ -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"