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 4CFAD1382C5 for ; Sun, 18 Mar 2018 00:40:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 69990E090A; Sun, 18 Mar 2018 00:40:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 430C7E090A for ; Sun, 18 Mar 2018 00:40:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 56F49335D03 for ; Sun, 18 Mar 2018 00:40:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9956C26B for ; Sun, 18 Mar 2018 00:40:32 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1521333606.09c652fe181262aa88c5b24bcfa41b72fe9006a9.whissi@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.19.80-r1.ebuild X-VCS-Directories: media-sound/lilypond/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 09c652fe181262aa88c5b24bcfa41b72fe9006a9 X-VCS-Branch: master Date: Sun, 18 Mar 2018 00:40:32 +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: 654c5f74-ee68-4174-969c-a2456fc381ae X-Archives-Hash: ebffa72f2461e0c7c156f90d161388e4 commit: 09c652fe181262aa88c5b24bcfa41b72fe9006a9 Author: Thomas Deutschmann gentoo org> AuthorDate: Sun Mar 18 00:26:12 2018 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Sun Mar 18 00:40:06 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09c652fe media-sound/lilypond: x86 stable (bug #647476) Package-Manager: Portage-2.3.24, Repoman-2.3.6 media-sound/lilypond/lilypond-2.19.80-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-sound/lilypond/lilypond-2.19.80-r1.ebuild b/media-sound/lilypond/lilypond-2.19.80-r1.ebuild index 783231bbe34..15c191a79a2 100644 --- a/media-sound/lilypond/lilypond-2.19.80-r1.ebuild +++ b/media-sound/lilypond/lilypond-2.19.80-r1.ebuild @@ -11,7 +11,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 ~arm ~arm64 ~hppa ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~hppa x86" fi DESCRIPTION="GNU Music Typesetter"