From 56041162983273c3649b50411cef4c4bcf75ba7a Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Wed, 20 Apr 2022 18:29:28 +0200 Subject: [PATCH] dev-R/RcppArmadillo: run missing phase Closes: https://bugs.gentoo.org/839696 Signed-off-by: Alessandro Barbieri --- 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 90a6b1e20d..a100ef542b 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 317fcc6438..364b05a04f 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