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 A673C15808B for ; Wed, 23 Feb 2022 13:44:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BE48DE0990; Wed, 23 Feb 2022 13:44:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 90B0BE098A for ; Wed, 23 Feb 2022 13:44:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 98C0934314D for ; Wed, 23 Feb 2022 13:44:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EC2792F5 for ; Wed, 23 Feb 2022 13:44:42 +0000 (UTC) From: "Anna Vyalkova" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anna Vyalkova" Message-ID: <1645622982.5ecc1c8631655deef726cc9ae28ee47621d91a4a.cybertailor@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 X-VCS-Directories: dev-R/RcppArmadillo/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: 5ecc1c8631655deef726cc9ae28ee47621d91a4a X-VCS-Branch: dev Date: Wed, 23 Feb 2022 13:44:42 +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: ab4a1ee7-4ff6-44eb-aff3-7d544b3f12ae X-Archives-Hash: 0f8254a48acf880c3a91b9de94121642 commit: 5ecc1c8631655deef726cc9ae28ee47621d91a4a Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Tue Feb 22 04:56:52 2022 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Wed Feb 23 13:29:42 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5ecc1c86 dev-R/RcppArmadillo: unbroke symlink Closes: https://bugs.gentoo.org/833824 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-R/RcppArmadillo/RcppArmadillo-0.10.2.2.0.ebuild | 1 + 1 file changed, 1 insertion(+) 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 85edf9309..5087476ef 100644 --- a/dev-R/RcppArmadillo/RcppArmadillo-0.10.2.2.0.ebuild +++ b/dev-R/RcppArmadillo/RcppArmadillo-0.10.2.2.0.ebuild @@ -38,6 +38,7 @@ src_install() { R_includedir="/usr/$(get_libdir)/R/site-library/${PN}/include" dosym8 -r /usr/include/armadillo "${R_includedir}/armadillo" + dodir /usr/include/armadillo_bits for file in "${ED}/${R_includedir}"/armadillo_bits/*; do filename=$(basename "${file}") dosym8 -r /usr/include/armadillo_bits/${file} "${R_includedir}/armadillo_bits/${file}"