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 113FF1580B3 for ; Sat, 4 Sep 2021 22:52:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6A8F6E086D; Sat, 4 Sep 2021 22:52:47 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 54023E086D for ; Sat, 4 Sep 2021 22:52:47 +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 6F6C634096C for ; Sat, 4 Sep 2021 22:52:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 108438E for ; Sat, 4 Sep 2021 22:52:45 +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: <1630795944.abd4bb4189617368be0dd9f3dd725a842789f2e4.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-R/RInside/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-R/RInside/RInside-0.2.16.ebuild X-VCS-Directories: dev-R/RInside/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: abd4bb4189617368be0dd9f3dd725a842789f2e4 X-VCS-Branch: dev Date: Sat, 4 Sep 2021 22:52:45 +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: b5f788a1-a6f0-4e0a-be8c-d3c4e6153541 X-Archives-Hash: 75afcce72ebe2c9757c471a3ccc02d80 commit: abd4bb4189617368be0dd9f3dd725a842789f2e4 Author: Alessandro Barbieri gmail com> AuthorDate: Sat Sep 4 22:52:24 2021 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Sat Sep 4 22:52:24 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=abd4bb41 dev-R/RInside: add inherit Signed-off-by: Alessandro Barbieri gmail.com> dev-R/RInside/RInside-0.2.16.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-R/RInside/RInside-0.2.16.ebuild b/dev-R/RInside/RInside-0.2.16.ebuild index 9b93bcfff..d05be3413 100644 --- a/dev-R/RInside/RInside-0.2.16.ebuild +++ b/dev-R/RInside/RInside-0.2.16.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit R-packages +inherit R-packages toolchain-funcs DESCRIPTION='C++ Classes to Embed R in C++ (and C) Applications' KEYWORDS="~amd64"