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 21110138359 for ; Fri, 8 May 2020 16:57:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 96F80E0844; Fri, 8 May 2020 16:57:37 +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 7DAA1E0844 for ; Fri, 8 May 2020 16:57:37 +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 6199334F1C6 for ; Fri, 8 May 2020 16:57:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 30D14235 for ; Fri, 8 May 2020 16:57:31 +0000 (UTC) From: "Alessandro Barbieri" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alessandro Barbieri" Message-ID: <1588956922.0825352c44aba2d5b9c27d27461d4dba382ea806.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-R/rlang/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-R/rlang/rlang-0.4.6.ebuild X-VCS-Directories: dev-R/rlang/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: 0825352c44aba2d5b9c27d27461d4dba382ea806 X-VCS-Branch: dev Date: Fri, 8 May 2020 16:57:31 +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: 6f002a49-bacf-4d9e-86a6-2363e1cd973b X-Archives-Hash: ad17b7d1f8ca8bf36fd93e9e52d96534 commit: 0825352c44aba2d5b9c27d27461d4dba382ea806 Author: Alessandro Barbieri gmail com> AuthorDate: Fri May 8 16:55:22 2020 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Fri May 8 16:55:22 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0825352c dev-R/rlang: keyword Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Alessandro Barbieri gmail.com> dev-R/rlang/rlang-0.4.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-R/rlang/rlang-0.4.6.ebuild b/dev-R/rlang/rlang-0.4.6.ebuild index b49e3bd..e5e1db5 100644 --- a/dev-R/rlang/rlang-0.4.6.ebuild +++ b/dev-R/rlang/rlang-0.4.6.ebuild @@ -13,7 +13,7 @@ HOMEPAGE=" https://github.com/r-lib/rlang https://cran.r-project.org/package=rlang " - +KEYWORDS="~amd64" IUSE="${IUSE-}" DEPEND=">=dev-lang/R-3.2.0" RDEPEND="${DEPEND}"