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 7C60D1382C5 for ; Mon, 8 Jun 2020 06:41:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 72613E08A5; Mon, 8 Jun 2020 06:41:42 +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 58709E08A5 for ; Mon, 8 Jun 2020 06:41:42 +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 45E6C34F3D1 for ; Mon, 8 Jun 2020 06:41:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BB955290 for ; Mon, 8 Jun 2020 06:41:38 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1591598481.384e137d9618c8d8c0009e4799163c7b9bd1f9ad.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/kakoune/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/kakoune/kakoune-2020.01.16-r1.ebuild app-editors/kakoune/kakoune-2020.01.16_p20200601.ebuild X-VCS-Directories: app-editors/kakoune/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 384e137d9618c8d8c0009e4799163c7b9bd1f9ad X-VCS-Branch: master Date: Mon, 8 Jun 2020 06:41:38 +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: 32b8d0c5-f8bc-48f2-aa74-2d24bc0f999e X-Archives-Hash: 6b2482c3d4104a74d61f040a447c109f commit: 384e137d9618c8d8c0009e4799163c7b9bd1f9ad Author: Sam James (sam_c) cmpct info> AuthorDate: Sat Jun 6 22:51:54 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Jun 8 06:41:21 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=384e137d app-editors/kakoune: arm keyworded (bug #726356) Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Sam James (sam_c) cmpct.info> Signed-off-by: Michał Górny gentoo.org> app-editors/kakoune/kakoune-2020.01.16-r1.ebuild | 2 +- app-editors/kakoune/kakoune-2020.01.16_p20200601.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-editors/kakoune/kakoune-2020.01.16-r1.ebuild b/app-editors/kakoune/kakoune-2020.01.16-r1.ebuild index 561d502005c..e66b1b5c6c7 100644 --- a/app-editors/kakoune/kakoune-2020.01.16-r1.ebuild +++ b/app-editors/kakoune/kakoune-2020.01.16-r1.ebuild @@ -9,7 +9,7 @@ SRC_URI="https://github.com/mawww/kakoune/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="Unlicense" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~ppc ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86" DEPEND="sys-libs/ncurses:0=[unicode]" RDEPEND="${DEPEND}" diff --git a/app-editors/kakoune/kakoune-2020.01.16_p20200601.ebuild b/app-editors/kakoune/kakoune-2020.01.16_p20200601.ebuild index 12ea301be41..147c97c158e 100644 --- a/app-editors/kakoune/kakoune-2020.01.16_p20200601.ebuild +++ b/app-editors/kakoune/kakoune-2020.01.16_p20200601.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/mawww/kakoune/archive/${MY_COMMIT}.tar.gz -> ${P}.ta LICENSE="Unlicense" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~ppc ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86" DEPEND="sys-libs/ncurses:0=[unicode]" RDEPEND="${DEPEND}"