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 061A3138334 for ; Fri, 9 Aug 2019 00:21:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DB2FAE07F6; Fri, 9 Aug 2019 00:21:53 +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 C0DFBE07F6 for ; Fri, 9 Aug 2019 00:21:53 +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 A080A3496E5 for ; Fri, 9 Aug 2019 00:21:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 18C48758 for ; Fri, 9 Aug 2019 00:21:50 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1565310035.ea42113f6bfa211c4d6fe5ff1cf1f8975b52f738.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gui-apps/slurp/ X-VCS-Repository: repo/gentoo X-VCS-Files: gui-apps/slurp/slurp-1.2.0.ebuild gui-apps/slurp/slurp-9999.ebuild X-VCS-Directories: gui-apps/slurp/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: ea42113f6bfa211c4d6fe5ff1cf1f8975b52f738 X-VCS-Branch: master Date: Fri, 9 Aug 2019 00:21:50 +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: 92730702-9925-4ad0-926d-1338a6169dbe X-Archives-Hash: d47aad4517ed8089c63cdc1aa32d3136 commit: ea42113f6bfa211c4d6fe5ff1cf1f8975b52f738 Author: Aaron Bauman gentoo org> AuthorDate: Fri Aug 9 00:20:35 2019 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Fri Aug 9 00:20:35 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea42113f gui-apps/slurp: keyword arm64 Signed-off-by: Aaron Bauman gentoo.org> gui-apps/slurp/slurp-1.2.0.ebuild | 2 +- gui-apps/slurp/slurp-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gui-apps/slurp/slurp-1.2.0.ebuild b/gui-apps/slurp/slurp-1.2.0.ebuild index 0374876964f..a3eccc38687 100644 --- a/gui-apps/slurp/slurp-1.2.0.ebuild +++ b/gui-apps/slurp/slurp-1.2.0.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://github.com/emersion/${PN}.git" else SRC_URI="https://github.com/emersion/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64" + KEYWORDS="~amd64 ~arm64" fi LICENSE="MIT" diff --git a/gui-apps/slurp/slurp-9999.ebuild b/gui-apps/slurp/slurp-9999.ebuild index 20fa33ff1cb..e1958f998d2 100644 --- a/gui-apps/slurp/slurp-9999.ebuild +++ b/gui-apps/slurp/slurp-9999.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://github.com/emersion/${PN}.git" else SRC_URI="https://github.com/emersion/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64" + KEYWORDS="~amd64 ~arm64" fi LICENSE="MIT"