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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DD6BF15808D for ; Wed, 20 Apr 2022 21:57:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9A556E08AD; Wed, 20 Apr 2022 21:57:16 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 522BAE08AD for ; Wed, 20 Apr 2022 21:57:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 004DB3416BF for ; Wed, 20 Apr 2022 21:57:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 124B93BF for ; Wed, 20 Apr 2022 21:57:10 +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: <1650491819.56041162983273c3649b50411cef4c4bcf75ba7a.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-R/RcppArmadillo/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-R/RcppArmadillo/RcppArmadillo-0.10.2.2.0.ebuild dev-R/RcppArmadillo/RcppArmadillo-0.10.8.1.0.ebuild X-VCS-Directories: dev-R/RcppArmadillo/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: 56041162983273c3649b50411cef4c4bcf75ba7a X-VCS-Branch: dev Date: Wed, 20 Apr 2022 21:57:10 +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: 6b1d1308-ac46-45c4-b0c1-9360f724b470 X-Archives-Hash: 37edc563c4f275add232e3eca69ac383 commit: 56041162983273c3649b50411cef4c4bcf75ba7a Author: Alessandro Barbieri gmail com> AuthorDate: Wed Apr 20 16:29:28 2022 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Wed Apr 20 21:56:59 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=56041162 dev-R/RcppArmadillo: run missing phase Closes: https://bugs.gentoo.org/839696 Signed-off-by: Alessandro Barbieri gmail.com> dev-R/RcppArmadillo/RcppArmadillo-0.10.2.2.0.ebuild | 2 +- dev-R/RcppArmadillo/RcppArmadillo-0.10.8.1.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-R/RcppArmadillo/RcppArmadillo-0.10.2.2.0.ebuild b/dev-R/RcppArmadillo/RcppArmadillo-0.10.2.2.0.ebuild index 90a6b1e20..a100ef542 100644 --- a/dev-R/RcppArmadillo/RcppArmadillo-0.10.2.2.0.ebuild +++ b/dev-R/RcppArmadillo/RcppArmadillo-0.10.2.2.0.ebuild @@ -21,7 +21,7 @@ RDEPEND="${DEPEND}" #TODO: correctly link to lapack src_prepare() { - default + R-packages_src_prepare #remove bundled rm -r inst/include/armadillo_bits || die diff --git a/dev-R/RcppArmadillo/RcppArmadillo-0.10.8.1.0.ebuild b/dev-R/RcppArmadillo/RcppArmadillo-0.10.8.1.0.ebuild index 317fcc643..364b05a04 100644 --- a/dev-R/RcppArmadillo/RcppArmadillo-0.10.8.1.0.ebuild +++ b/dev-R/RcppArmadillo/RcppArmadillo-0.10.8.1.0.ebuild @@ -30,7 +30,7 @@ SUGGESTED_PACKAGES=" #TODO: correctly link to lapack src_prepare() { - default + R-packages_src_prepare #remove bundled rm -r inst/include/armadillo_bits || die