From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1200809-garchives=archives.gentoo.org@lists.gentoo.org> 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 98A19138359 for <garchives@archives.gentoo.org>; Sat, 29 Aug 2020 22:45:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 52C7FE0AF9; Sat, 29 Aug 2020 22:45:04 +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 3AAA9E0AF9 for <gentoo-commits@lists.gentoo.org>; Sat, 29 Aug 2020 22:45:04 +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 BDD2F33BF05 for <gentoo-commits@lists.gentoo.org>; Sat, 29 Aug 2020 22:45:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 43F8E339 for <gentoo-commits@lists.gentoo.org>; Sat, 29 Aug 2020 22:45:01 +0000 (UTC) From: "Sam James" <sam@gentoo.org> 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" <sam@gentoo.org> Message-ID: <1598741051.14be38c9cc6fb480986aa5ca7d23c5401df63b9b.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/skopeo/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/skopeo/skopeo-1.1.0.ebuild X-VCS-Directories: app-emulation/skopeo/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 14be38c9cc6fb480986aa5ca7d23c5401df63b9b X-VCS-Branch: master Date: Sat, 29 Aug 2020 22:45:01 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6d27e0cd-4a7d-4f51-8372-f3bf01612e8e X-Archives-Hash: 1984f09f6f76ec404974b8aae1380a42 commit: 14be38c9cc6fb480986aa5ca7d23c5401df63b9b Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Aug 29 22:44:11 2020 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Aug 29 22:44:11 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14be38c9 app-emulation/skopeo: arm64 keyworded (bug #739132) Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Sam James <sam <AT> gentoo.org> app-emulation/skopeo/skopeo-1.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emulation/skopeo/skopeo-1.1.0.ebuild b/app-emulation/skopeo/skopeo-1.1.0.ebuild index 80f88e4f1c1..7a625ebb1c5 100644 --- a/app-emulation/skopeo/skopeo-1.1.0.ebuild +++ b/app-emulation/skopeo/skopeo-1.1.0.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/containers/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g LICENSE="Apache-2.0 BSD BSD-2 CC-BY-SA-4.0 ISC MIT" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~arm64" IUSE="btrfs" COMMON_DEPEND=">=app-crypt/gpgme-1.5.5:=