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 299E513835A for ; Sat, 5 Sep 2020 01:03:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2EB03E0843; Sat, 5 Sep 2020 01:02:59 +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 1588EE0843 for ; Sat, 5 Sep 2020 01:02:58 +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 A592D340BBE for ; Sat, 5 Sep 2020 01:02:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2EEA8344 for ; Sat, 5 Sep 2020 01:02:56 +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: <1599267768.4d90b36e9882f7feb5aa608d95e1c8fbf5fabc65.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/unshield/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-arch/unshield/unshield-1.4.3.ebuild X-VCS-Directories: app-arch/unshield/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 4d90b36e9882f7feb5aa608d95e1c8fbf5fabc65 X-VCS-Branch: master Date: Sat, 5 Sep 2020 01:02:56 +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: 6e1fba30-4897-4e53-a04a-e1fbd862a4ca X-Archives-Hash: 3599156076002c4ec3e9516a29e9ebb8 commit: 4d90b36e9882f7feb5aa608d95e1c8fbf5fabc65 Author: Sam James gentoo org> AuthorDate: Sat Sep 5 01:02:48 2020 +0000 Commit: Sam James gentoo org> CommitDate: Sat Sep 5 01:02:48 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d90b36e app-arch/unshield: arm64 keyworded (bug #730894) Package-Manager: Portage-3.0.4, Repoman-2.3.23 Signed-off-by: Sam James gentoo.org> app-arch/unshield/unshield-1.4.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-arch/unshield/unshield-1.4.3.ebuild b/app-arch/unshield/unshield-1.4.3.ebuild index 0174bf8b287..6f191e78c81 100644 --- a/app-arch/unshield/unshield-1.4.3.ebuild +++ b/app-arch/unshield/unshield-1.4.3.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/twogood/unshield/archive/${PV}.tar.gz -> ${P}.tar.gz LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~hppa ~ppc x86" +KEYWORDS="amd64 ~arm64 ~hppa ~ppc x86" # OpenSSL (or LibreSSL) is detected at build time, and used to determine # whether or not a hand-rolled md5 implementation is used. The build