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 B900D138359 for ; Mon, 27 Jul 2020 02:09:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DEB2AE1766; Mon, 27 Jul 2020 02:09:25 +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 A3782E173B for ; Mon, 27 Jul 2020 02:09:25 +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 8786134F30C for ; Mon, 27 Jul 2020 02:09:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8286B313 for ; Mon, 27 Jul 2020 02:09: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: <1595815690.c90c4522be12d9033e3aa214274dce66a24520e9.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/jekyll-watch/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apps/jekyll-watch/jekyll-watch-2.2.1.ebuild X-VCS-Directories: www-apps/jekyll-watch/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c90c4522be12d9033e3aa214274dce66a24520e9 X-VCS-Branch: master Date: Mon, 27 Jul 2020 02:09: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: fb179fcb-95af-45e7-884c-6ce9eaef206d X-Archives-Hash: a4d6b65db0243a80fe0a14d004c2edfe commit: c90c4522be12d9033e3aa214274dce66a24520e9 Author: Sam James gentoo org> AuthorDate: Mon Jul 27 02:08:10 2020 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jul 27 02:08:10 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c90c4522 www-apps/jekyll-watch: arm64 keyworded (bug #733784) Package-Manager: Portage-3.0.0, Repoman-2.3.23 Signed-off-by: Sam James gentoo.org> www-apps/jekyll-watch/jekyll-watch-2.2.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-apps/jekyll-watch/jekyll-watch-2.2.1.ebuild b/www-apps/jekyll-watch/jekyll-watch-2.2.1.ebuild index 094211910e6..00fa650ff7b 100644 --- a/www-apps/jekyll-watch/jekyll-watch-2.2.1.ebuild +++ b/www-apps/jekyll-watch/jekyll-watch-2.2.1.ebuild @@ -16,7 +16,7 @@ SRC_URI="https://github.com/jekyll/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~arm64" IUSE="" ruby_add_rdepend "dev-ruby/listen:3"