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 955741382C5 for ; Sun, 28 Mar 2021 19:44:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AD7DDE086E; Sun, 28 Mar 2021 19:44:11 +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 9520BE0869 for ; Sun, 28 Mar 2021 19:44:11 +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 3AC0D335E2E for ; Sun, 28 Mar 2021 19:44:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B25605CF for ; Sun, 28 Mar 2021 19:44:08 +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: <1616960640.98619693ef1b38fb8827852e88bb1b3155b46eca.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/R/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/R/R-4.0.4.ebuild X-VCS-Directories: dev-lang/R/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 98619693ef1b38fb8827852e88bb1b3155b46eca X-VCS-Branch: master Date: Sun, 28 Mar 2021 19:44:08 +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: 32b63da0-eaaf-41ad-8925-f871b48bb981 X-Archives-Hash: 35481f2423c4f0904b794c0c569f9512 commit: 98619693ef1b38fb8827852e88bb1b3155b46eca Author: Sam James gentoo org> AuthorDate: Sun Mar 28 19:43:00 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Mar 28 19:44:00 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98619693 dev-lang/R: Stabilize 4.0.4 arm64, #765361 Signed-off-by: Sam James gentoo.org> dev-lang/R/R-4.0.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lang/R/R-4.0.4.ebuild b/dev-lang/R/R-4.0.4.ebuild index f5bd6158058..df95c6aa5ae 100644 --- a/dev-lang/R/R-4.0.4.ebuild +++ b/dev-lang/R/R-4.0.4.ebuild @@ -16,7 +16,7 @@ SRC_URI=" LICENSE="|| ( GPL-2 GPL-3 ) LGPL-2.1" SLOT="0" -KEYWORDS="amd64 ~arm64 ~hppa ~ia64 ~sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 arm64 ~hppa ~ia64 ~sparc x86 ~amd64-linux ~x86-linux" IUSE="cairo doc icu java jpeg lapack minimal nls openmp perl png prefix profile readline static-libs test tiff tk X" # One test required profiling in v4.0.2, check the upstream bug: