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 62EE415808C for ; Thu, 24 Feb 2022 07:54:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3F9DFE0857; Thu, 24 Feb 2022 07:54:17 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 21E3EE0844 for ; Thu, 24 Feb 2022 07:54:17 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B5E52342D75 for ; Thu, 24 Feb 2022 07:54:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EF3EDD0 for ; Thu, 24 Feb 2022 07:54:13 +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: <1645687090.c39c24078a409cfe9bc9c6c8d63a90e431a4351d.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: c39c24078a409cfe9bc9c6c8d63a90e431a4351d X-VCS-Branch: dev Date: Thu, 24 Feb 2022 07:54:13 +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: f092de31-f6db-4e94-a97a-9d4a12c79feb X-Archives-Hash: 17822e9cd483a5b2a95d86f4545e7011 commit: c39c24078a409cfe9bc9c6c8d63a90e431a4351d Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Thu Feb 24 07:11:00 2022 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Thu Feb 24 07:18:10 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c39c2407 dev-R/RcppArmadillo: fix symlink (again) Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-R/RcppArmadillo/RcppArmadillo-0.10.2.2.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 5087476ef..90a6b1e20 100644 --- a/dev-R/RcppArmadillo/RcppArmadillo-0.10.2.2.0.ebuild +++ b/dev-R/RcppArmadillo/RcppArmadillo-0.10.2.2.0.ebuild @@ -41,6 +41,6 @@ src_install() { 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}" + dosym8 -r /usr/include/armadillo_bits/${filename} "${R_includedir}/armadillo_bits/${filename}" done }