Gentoo Archives: gentoo-commits

From: Anna Vyalkova <cyber+gentoo@×××××.in>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-R/RcppArmadillo/
Date: Wed, 23 Feb 2022 13:44:47
Message-Id: 1645622982.5ecc1c8631655deef726cc9ae28ee47621d91a4a.cybertailor@gentoo
1 commit: 5ecc1c8631655deef726cc9ae28ee47621d91a4a
2 Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
3 AuthorDate: Tue Feb 22 04:56:52 2022 +0000
4 Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
5 CommitDate: Wed Feb 23 13:29:42 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5ecc1c86
7
8 dev-R/RcppArmadillo: unbroke symlink
9
10 Closes: https://bugs.gentoo.org/833824
11 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
12
13 dev-R/RcppArmadillo/RcppArmadillo-0.10.2.2.0.ebuild | 1 +
14 1 file changed, 1 insertion(+)
15
16 diff --git a/dev-R/RcppArmadillo/RcppArmadillo-0.10.2.2.0.ebuild b/dev-R/RcppArmadillo/RcppArmadillo-0.10.2.2.0.ebuild
17 index 85edf9309..5087476ef 100644
18 --- a/dev-R/RcppArmadillo/RcppArmadillo-0.10.2.2.0.ebuild
19 +++ b/dev-R/RcppArmadillo/RcppArmadillo-0.10.2.2.0.ebuild
20 @@ -38,6 +38,7 @@ src_install() {
21 R_includedir="/usr/$(get_libdir)/R/site-library/${PN}/include"
22 dosym8 -r /usr/include/armadillo "${R_includedir}/armadillo"
23
24 + dodir /usr/include/armadillo_bits
25 for file in "${ED}/${R_includedir}"/armadillo_bits/*; do
26 filename=$(basename "${file}")
27 dosym8 -r /usr/include/armadillo_bits/${file} "${R_includedir}/armadillo_bits/${file}"