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 921F513832F for ; Sat, 20 Aug 2016 23:24:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A66ADE076D; Sat, 20 Aug 2016 23:24:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 43C0FE076D for ; Sat, 20 Aug 2016 23:24:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D990533BF41 for ; Sat, 20 Aug 2016 23:23:58 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BBD8C244C for ; Sat, 20 Aug 2016 23:23:54 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1471735198.244e153f554cb3b25019f8412066eec7067c5beb.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/lilypond/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/lilypond/lilypond-9999.ebuild X-VCS-Directories: media-sound/lilypond/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: 244e153f554cb3b25019f8412066eec7067c5beb X-VCS-Branch: master Date: Sat, 20 Aug 2016 23:23:54 +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-Archives-Salt: fb3c4ac4-2f19-497b-b493-aa750f6a1089 X-Archives-Hash: 7c6f0801eed2f285ddaeac9c82fd6e3e commit: 244e153f554cb3b25019f8412066eec7067c5beb Author: Tim Harder gentoo org> AuthorDate: Sat Aug 20 23:19:58 2016 +0000 Commit: Tim Harder gentoo org> CommitDate: Sat Aug 20 23:19:58 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=244e153f media-sound/lilypond: sync keywords to live ebuild media-sound/lilypond/lilypond-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-sound/lilypond/lilypond-9999.ebuild b/media-sound/lilypond/lilypond-9999.ebuild index 2a3aaaf..63535e7 100644 --- a/media-sound/lilypond/lilypond-9999.ebuild +++ b/media-sound/lilypond/lilypond-9999.ebuild @@ -12,7 +12,7 @@ if [[ "${PV}" = "9999" ]]; then EGIT_REPO_URI="git://git.sv.gnu.org/lilypond.git" else SRC_URI="http://download.linuxaudio.org/lilypond/sources/v${PV:0:4}/${P}.tar.gz" - KEYWORDS="~amd64 ~hppa ~x86" + KEYWORDS="~alpha ~amd64 ~arm ~hppa ~x86" fi DESCRIPTION="GNU Music Typesetter"