Gentoo Archives: gentoo-commits

From: Ronny Gutbrod <gentoo@××××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-R/RcppEnsmallen/
Date: Thu, 24 Feb 2022 11:10:27
Message-Id: 1645687090.9727cc4e9ae344e0de1833eb2cb8a459026d9a67.tastytea@gentoo
1 commit: 9727cc4e9ae344e0de1833eb2cb8a459026d9a67
2 Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
3 AuthorDate: Thu Feb 24 07:12:55 2022 +0000
4 Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
5 CommitDate: Thu Feb 24 07:18:10 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9727cc4e
7
8 dev-R/RcppEnsmallen: fix symlink (again)
9
10 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
11
12 dev-R/RcppEnsmallen/RcppEnsmallen-0.2.17.0.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-R/RcppEnsmallen/RcppEnsmallen-0.2.17.0.1.ebuild b/dev-R/RcppEnsmallen/RcppEnsmallen-0.2.17.0.1.ebuild
16 index 5c52724dd..129a0fa23 100644
17 --- a/dev-R/RcppEnsmallen/RcppEnsmallen-0.2.17.0.1.ebuild
18 +++ b/dev-R/RcppEnsmallen/RcppEnsmallen-0.2.17.0.1.ebuild
19 @@ -41,6 +41,6 @@ src_install() {
20 dodir /usr/include/ensmallen_bits
21 for file in "${ED}/${R_includedir}"/ensmallen_bits/*; do
22 filename=$(basename "${file}")
23 - dosym8 -r /usr/include/ensmallen_bits/${file} "${R_includedir}/ensmallen_bits/${file}"
24 + dosym8 -r /usr/include/ensmallen_bits/${filename} "${R_includedir}/ensmallen_bits/${filename}"
25 done
26 }