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 7DA9C15808C 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 BC544E098A; Wed, 23 Feb 2022 13:44:46 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 85B40E0990 for ; Wed, 23 Feb 2022 13:44:46 +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 BB4EB343157 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 0A18B2F9 for ; Wed, 23 Feb 2022 13:44:43 +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.19e10b66e140931d91e143d21210579b1dd247a8.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: 19e10b66e140931d91e143d21210579b1dd247a8 X-VCS-Branch: dev Date: Wed, 23 Feb 2022 13:44:43 +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: 8dc6ee57-d7d3-40a0-9480-bb98cd548ae0 X-Archives-Hash: 9a2f6934441befecd26d0e07ee98a14f commit: 19e10b66e140931d91e143d21210579b1dd247a8 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Tue Feb 22 04:58:06 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=19e10b66 dev-R/RcppEnsmallen: unbroke symlink Closes: https://bugs.gentoo.org/833825 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-R/RcppEnsmallen/RcppEnsmallen-0.2.17.0.1.ebuild | 1 + 1 file changed, 1 insertion(+) 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 3914b1ab7..5c52724dd 100644 --- a/dev-R/RcppEnsmallen/RcppEnsmallen-0.2.17.0.1.ebuild +++ b/dev-R/RcppEnsmallen/RcppEnsmallen-0.2.17.0.1.ebuild @@ -38,6 +38,7 @@ src_install() { R_includedir="/usr/$(get_libdir)/R/site-library/${PN}/include" dosym8 -r /usr/include/ensmallen.hpp "${R_includedir}/ensmallen.hpp" + 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}"