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 6ABB7138359 for ; Tue, 1 Sep 2020 20:44:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9DB39E09BE; Tue, 1 Sep 2020 20:44:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 850C6E09BE for ; Tue, 1 Sep 2020 20:44:18 +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 8D39A340B30 for ; Tue, 1 Sep 2020 20:44:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E979F33A for ; Tue, 1 Sep 2020 20:44:14 +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: <1598992991.3d1901ed683c61a778bc39ae494d75c1e301ee71.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/abcmidi/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/abcmidi/abcmidi-2020.01.22.ebuild X-VCS-Directories: media-sound/abcmidi/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 3d1901ed683c61a778bc39ae494d75c1e301ee71 X-VCS-Branch: master Date: Tue, 1 Sep 2020 20:44:14 +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: 8fb882a4-2036-4a9f-a011-5f90eb876422 X-Archives-Hash: 49047d170624c2d8853f990ed179efa8 commit: 3d1901ed683c61a778bc39ae494d75c1e301ee71 Author: Sam James gentoo org> AuthorDate: Tue Sep 1 20:43:11 2020 +0000 Commit: Sam James gentoo org> CommitDate: Tue Sep 1 20:43:11 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d1901ed media-sound/abcmidi: Stabilize 2020.01.22 amd64, #738722 Signed-off-by: Sam James gentoo.org> media-sound/abcmidi/abcmidi-2020.01.22.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-sound/abcmidi/abcmidi-2020.01.22.ebuild b/media-sound/abcmidi/abcmidi-2020.01.22.ebuild index 5bd8931b9bd..893a32ea9da 100644 --- a/media-sound/abcmidi/abcmidi-2020.01.22.ebuild +++ b/media-sound/abcmidi/abcmidi-2020.01.22.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://ifdo.ca/~seymour/runabc/${MY_P}.zip" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 x86" +KEYWORDS="amd64 x86" BDEPEND="app-arch/unzip"