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 B3DC0138359 for ; Wed, 26 Aug 2020 22:22:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C89A7E0990; Wed, 26 Aug 2020 22:22:34 +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 A8C4FE0990 for ; Wed, 26 Aug 2020 22:22:34 +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 1114833BDE1 for ; Wed, 26 Aug 2020 22:22:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5E6192FE for ; Wed, 26 Aug 2020 22:22:31 +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: <1598480546.f73129fba9602863d3d1effaea9e2d7672dcd7b9.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/stow/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/stow/stow-2.3.1.ebuild X-VCS-Directories: app-admin/stow/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: f73129fba9602863d3d1effaea9e2d7672dcd7b9 X-VCS-Branch: master Date: Wed, 26 Aug 2020 22:22:31 +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: db764683-354f-4beb-94ae-ed148631e8e7 X-Archives-Hash: c228e8b105bb6b6539d6764c36c8ed17 commit: f73129fba9602863d3d1effaea9e2d7672dcd7b9 Author: Sam James gentoo org> AuthorDate: Wed Aug 26 22:22:26 2020 +0000 Commit: Sam James gentoo org> CommitDate: Wed Aug 26 22:22:26 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f73129fb app-admin/stow: arm64 keyworded Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Sam James gentoo.org> app-admin/stow/stow-2.3.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-admin/stow/stow-2.3.1.ebuild b/app-admin/stow/stow-2.3.1.ebuild index 86a92e21c75..f6f37faefd1 100644 --- a/app-admin/stow/stow-2.3.1.ebuild +++ b/app-admin/stow/stow-2.3.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/stow/${P}.tar.gz" LICENSE="GPL-3+" SLOT="0" -KEYWORDS="amd64 ~arm ~hppa ~mips ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" +KEYWORDS="amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" IUSE="test" RESTRICT="!test? ( test )"