From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 3BBC91582EF for ; Thu, 27 Feb 2025 23:15:45 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 268E0343121 for ; Thu, 27 Feb 2025 23:15:45 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 62B6D1102D2; Thu, 27 Feb 2025 23:15:39 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 bobolink.gentoo.org (Postfix) with ESMTPS id 54FFA1102D0 for ; Thu, 27 Feb 2025 23:15:39 +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 120713406C2 for ; Thu, 27 Feb 2025 23:15:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9E679276C for ; Thu, 27 Feb 2025 23:15:37 +0000 (UTC) From: "Arsen Arsenović" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arsen Arsenović" Message-ID: <1740698031.4f485d53ab5b0b499d4e13aefe053cd38b4ac500.arsen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-scheme/guile/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-scheme/guile/guile-2.2.7-r103.ebuild X-VCS-Directories: dev-scheme/guile/ X-VCS-Committer: arsen X-VCS-Committer-Name: Arsen Arsenović X-VCS-Revision: 4f485d53ab5b0b499d4e13aefe053cd38b4ac500 X-VCS-Branch: master Date: Thu, 27 Feb 2025 23:15:37 +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: 44c410f8-eea9-4c15-9e40-0ebfd1e840a6 X-Archives-Hash: cc9c34b8ee5ceb3393164887cd809c90 commit: 4f485d53ab5b0b499d4e13aefe053cd38b4ac500 Author: Arsen Arsenović gentoo org> AuthorDate: Mon Feb 24 00:37:01 2025 +0000 Commit: Arsen Arsenović gentoo org> CommitDate: Thu Feb 27 23:13:51 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f485d53 dev-scheme/guile: fix pcdir path inside env.d file Closes: https://bugs.gentoo.org/943022 Signed-off-by: Arsen Arsenović gentoo.org> dev-scheme/guile/guile-2.2.7-r103.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-scheme/guile/guile-2.2.7-r103.ebuild b/dev-scheme/guile/guile-2.2.7-r103.ebuild index 66c5dffe8ada..5beb7b70b30b 100644 --- a/dev-scheme/guile/guile-2.2.7-r103.ebuild +++ b/dev-scheme/guile/guile-2.2.7-r103.ebuild @@ -102,7 +102,7 @@ src_install() { # should be handled by --with-pkgconfigdir (patch waiting on # upstream). local datadir=/usr/share/guile-data/"${SLOT}" - local pcdir="${datadir}"/pkgconfig + local pcdir="${EPREFIX}${datadir}"/pkgconfig mkdir -p "${ED}${datadir}" || die mv "${ED}"/usr/share/aclocal/guile{,-"${SLOT}"}.m4 || die mv "${ED}"/usr/$(get_libdir)/pkgconfig/ \