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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 195FE1382C5 for ; Fri, 19 Mar 2021 11:09:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5BE7EE08F9; Fri, 19 Mar 2021 11:09:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3E966E08F9 for ; Fri, 19 Mar 2021 11:09:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 32ED6340952 for ; Fri, 19 Mar 2021 11:09:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B1831573 for ; Fri, 19 Mar 2021 11:08:59 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1616151217.13cba0212dd8d43db28db034ad60c5876e199b61.andrewammerlaan@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-util/f90cache/ X-VCS-Repository: proj/sci X-VCS-Files: dev-util/f90cache/f90cache-0.99c.ebuild X-VCS-Directories: dev-util/f90cache/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 13cba0212dd8d43db28db034ad60c5876e199b61 X-VCS-Branch: master Date: Fri, 19 Mar 2021 11:08:59 +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: 0443a754-b2c2-4690-a2a1-caf1c2000bbd X-Archives-Hash: 82223594ac5ea00f3bc190bd73727807 commit: 13cba0212dd8d43db28db034ad60c5876e199b61 Author: Andrew Ammerlaan riseup net> AuthorDate: Fri Mar 19 10:53:37 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Fri Mar 19 10:53:37 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=13cba021 dev-util/f90cache: fix MisplacedVariable Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan riseup.net> dev-util/f90cache/f90cache-0.99c.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/f90cache/f90cache-0.99c.ebuild b/dev-util/f90cache/f90cache-0.99c.ebuild index bb2a72471..c3a5b82ec 100644 --- a/dev-util/f90cache/f90cache-0.99c.ebuild +++ b/dev-util/f90cache/f90cache-0.99c.ebuild @@ -25,7 +25,7 @@ src_install() { #we depend on ccache, put links in there so that portage find it #TODO improve this - dosym ../../../bin/f90cache "${ROOT}/usr/$(get_libdir)/ccache/bin/gfortran" + dosym ../../../bin/f90cache "/usr/$(get_libdir)/ccache/bin/gfortran" } pkg_postinst() {