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 B154F138359 for ; Tue, 25 Aug 2020 10:25:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6A73AE0843; Tue, 25 Aug 2020 10:25:53 +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 52B5BE0843 for ; Tue, 25 Aug 2020 10:25:53 +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 414D3335D95 for ; Tue, 25 Aug 2020 10:25:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E72A1331 for ; Tue, 25 Aug 2020 10:25:50 +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: <1598351057.3b0d26e1b7e2073b6eff3b7ac58546f9250273a5.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/opencsg/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/opencsg/opencsg-1.4.2-r1.ebuild X-VCS-Directories: media-gfx/opencsg/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 3b0d26e1b7e2073b6eff3b7ac58546f9250273a5 X-VCS-Branch: master Date: Tue, 25 Aug 2020 10:25:50 +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: 8c5b73a2-b454-4eb7-8810-5f2cf6a16b5a X-Archives-Hash: 94e4b39df27eaf3a420cc6998032acb9 commit: 3b0d26e1b7e2073b6eff3b7ac58546f9250273a5 Author: Sam James gentoo org> AuthorDate: Tue Aug 25 10:24:17 2020 +0000 Commit: Sam James gentoo org> CommitDate: Tue Aug 25 10:24:17 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b0d26e1 media-gfx/opencsg: arm64 keyworded (bug #734822) Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Sam James gentoo.org> media-gfx/opencsg/opencsg-1.4.2-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-gfx/opencsg/opencsg-1.4.2-r1.ebuild b/media-gfx/opencsg/opencsg-1.4.2-r1.ebuild index 29b05428f62..7471f56363b 100644 --- a/media-gfx/opencsg/opencsg-1.4.2-r1.ebuild +++ b/media-gfx/opencsg/opencsg-1.4.2-r1.ebuild @@ -12,7 +12,7 @@ SRC_URI="http://www.opencsg.org/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 x86" +KEYWORDS="amd64 ~arm64 x86" IUSE="doc" RESTRICT="test"