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 D33AB138359 for ; Tue, 1 Sep 2020 00:52:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0D92EE09F9; Tue, 1 Sep 2020 00:52:51 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 EC626E09F9 for ; Tue, 1 Sep 2020 00:52:50 +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 BAE5B340CC5 for ; Tue, 1 Sep 2020 00:52:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 41D8F324 for ; Tue, 1 Sep 2020 00:52:48 +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: <1598921564.10b0add6b4e708fd44281f142489109a9cf93d8d.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-terms/mrxvt/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-terms/mrxvt/mrxvt-0.5.4.ebuild X-VCS-Directories: x11-terms/mrxvt/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 10b0add6b4e708fd44281f142489109a9cf93d8d X-VCS-Branch: master Date: Tue, 1 Sep 2020 00:52:48 +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: 251aa38c-ddc8-4872-ac1e-22e9e70bebda X-Archives-Hash: 64a03a1864cf20a22a3a8a81bd5e9d67 commit: 10b0add6b4e708fd44281f142489109a9cf93d8d Author: Sam James gentoo org> AuthorDate: Tue Sep 1 00:52:44 2020 +0000 Commit: Sam James gentoo org> CommitDate: Tue Sep 1 00:52:44 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10b0add6 x11-terms/mrxvt: arm64 keyworded (bug #727702) Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Sam James gentoo.org> x11-terms/mrxvt/mrxvt-0.5.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-terms/mrxvt/mrxvt-0.5.4.ebuild b/x11-terms/mrxvt/mrxvt-0.5.4.ebuild index 280d75d8235..2090e188130 100644 --- a/x11-terms/mrxvt/mrxvt-0.5.4.ebuild +++ b/x11-terms/mrxvt/mrxvt-0.5.4.ebuild @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/materm/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~mips ppc x86 ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="~alpha amd64 ~arm64 ~mips ppc x86 ~amd64-linux ~x86-linux ~ppc-macos" L10N_IUSE="l10n_el l10n_ja l10n_ko l10n_th l10n_zh-CN l10n_zh-TW" IUSE="debug png jpeg session truetype menubar utempter xpm ${L10N_IUSE}"