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 7231215808B 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 55792E0844; 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 3B450E0844 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 D8823342D9F 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 0E14B2A5 for ; Thu, 24 Feb 2022 07:54:14 +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.9727cc4e9ae344e0de1833eb2cb8a459026d9a67.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-R/RcppEnsmallen/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-R/RcppEnsmallen/RcppEnsmallen-0.2.17.0.1.ebuild X-VCS-Directories: dev-R/RcppEnsmallen/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: 9727cc4e9ae344e0de1833eb2cb8a459026d9a67 X-VCS-Branch: dev Date: Thu, 24 Feb 2022 07:54:14 +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: c4207b17-7a15-459e-8609-aa820fc2237d X-Archives-Hash: a34f3da8c8328425a72d511b83d919d6 commit: 9727cc4e9ae344e0de1833eb2cb8a459026d9a67 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Thu Feb 24 07:12:55 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=9727cc4e dev-R/RcppEnsmallen: fix symlink (again) Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-R/RcppEnsmallen/RcppEnsmallen-0.2.17.0.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-R/RcppEnsmallen/RcppEnsmallen-0.2.17.0.1.ebuild b/dev-R/RcppEnsmallen/RcppEnsmallen-0.2.17.0.1.ebuild index 5c52724dd..129a0fa23 100644 --- a/dev-R/RcppEnsmallen/RcppEnsmallen-0.2.17.0.1.ebuild +++ b/dev-R/RcppEnsmallen/RcppEnsmallen-0.2.17.0.1.ebuild @@ -41,6 +41,6 @@ src_install() { dodir /usr/include/ensmallen_bits for file in "${ED}/${R_includedir}"/ensmallen_bits/*; do filename=$(basename "${file}") - dosym8 -r /usr/include/ensmallen_bits/${file} "${R_includedir}/ensmallen_bits/${file}" + dosym8 -r /usr/include/ensmallen_bits/${filename} "${R_includedir}/ensmallen_bits/${filename}" done }