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 8CFF213835A for ; Tue, 4 Aug 2020 15:11:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CD085E0B09; Tue, 4 Aug 2020 15:11:03 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 B77F4E0B09 for ; Tue, 4 Aug 2020 15:11:03 +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 492A734EEE9 for ; Tue, 4 Aug 2020 15:11:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B9D0A308 for ; Tue, 4 Aug 2020 15:11:00 +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: <1596553853.721f72275c5f56692337f4d5896c27afbe7de467.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-misc/cowsay/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-misc/cowsay/cowsay-3.04.ebuild X-VCS-Directories: games-misc/cowsay/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 721f72275c5f56692337f4d5896c27afbe7de467 X-VCS-Branch: master Date: Tue, 4 Aug 2020 15:11:00 +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: 189d6151-b442-49d6-bfb6-06d5b2f7deea X-Archives-Hash: c347093486f52869de7455ba8675846a commit: 721f72275c5f56692337f4d5896c27afbe7de467 Author: Sam James gentoo org> AuthorDate: Tue Aug 4 15:04:37 2020 +0000 Commit: Sam James gentoo org> CommitDate: Tue Aug 4 15:10:53 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=721f7227 games-misc/cowsay: arm64 keyworded (bug #735198) Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Sam James gentoo.org> games-misc/cowsay/cowsay-3.04.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/games-misc/cowsay/cowsay-3.04.ebuild b/games-misc/cowsay/cowsay-3.04.ebuild index 2186ca0454b..dd1855cb7d0 100644 --- a/games-misc/cowsay/cowsay-3.04.ebuild +++ b/games-misc/cowsay/cowsay-3.04.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 @@ -9,7 +9,7 @@ SRC_URI="https://github.com/tnalpgge/rank-amateur-${PN}/archive/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc64 ~x86 ~x64-solaris" +KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~mips ~ppc64 ~x86 ~x64-solaris" RDEPEND=">=dev-lang/perl-5" BDEPEND="${RDEPEND}"