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 73D7D138359 for ; Fri, 21 Aug 2020 03:18:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2EB27E0AD5; Fri, 21 Aug 2020 03:18:01 +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 9D4F4E0AD0 for ; Fri, 21 Aug 2020 03:18:00 +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 B8EB6340BD7 for ; Fri, 21 Aug 2020 03:17:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 57C882D1 for ; Fri, 21 Aug 2020 03:17:58 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1597979618.77ef5a505eee355f13ce6c4a12e3e251b7ab63a9.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-client/mailx-support/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-client/mailx-support/mailx-support-20060102-r2.ebuild X-VCS-Directories: mail-client/mailx-support/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 77ef5a505eee355f13ce6c4a12e3e251b7ab63a9 X-VCS-Branch: master Date: Fri, 21 Aug 2020 03:17:58 +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: e37e1f43-b961-4dfb-a08f-f04b3b71fcd8 X-Archives-Hash: 18f83dd1503c125e245b2de5980805bc commit: 77ef5a505eee355f13ce6c4a12e3e251b7ab63a9 Author: Georgy Yakovlev gentoo org> AuthorDate: Fri Aug 21 03:13:38 2020 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Fri Aug 21 03:13:38 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77ef5a50 mail-client/mailx-support: add ~arm64 keyword Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Georgy Yakovlev gentoo.org> mail-client/mailx-support/mailx-support-20060102-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail-client/mailx-support/mailx-support-20060102-r2.ebuild b/mail-client/mailx-support/mailx-support-20060102-r2.ebuild index 4aa9c393f16..d6d3aa3a39a 100644 --- a/mail-client/mailx-support/mailx-support-20060102-r2.ebuild +++ b/mail-client/mailx-support/mailx-support-20060102-r2.ebuild @@ -11,7 +11,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="" RDEPEND=""