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 0782F15808F for ; Thu, 24 Feb 2022 11:10:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 23151E082B; Thu, 24 Feb 2022 11:10:23 +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 0892CE082B for ; Thu, 24 Feb 2022 11:10:23 +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 5D193342D0E for ; Thu, 24 Feb 2022 11:10:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5B0F52FA for ; Thu, 24 Feb 2022 11:10:18 +0000 (UTC) From: "Ronny Gutbrod" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ronny Gutbrod" Message-ID: <1645622982.5ecc1c8631655deef726cc9ae28ee47621d91a4a.tastytea@gentoo> Subject: [gentoo-commits] repo/proj/guru:master 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: tastytea X-VCS-Committer-Name: Ronny Gutbrod X-VCS-Revision: 5ecc1c8631655deef726cc9ae28ee47621d91a4a X-VCS-Branch: master Date: Thu, 24 Feb 2022 11:10:18 +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: 3a7781b4-dcf0-453b-a04a-9f55ce6a23ee X-Archives-Hash: 437bf63d9bc4a1d47d598d452de2eb43 commit: 5ecc1c8631655deef726cc9ae28ee47621d91a4a Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Tue Feb 22 04:56:52 2022 +0000 Commit: Ronny Gutbrod tastytea de> 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}"