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 A1561158083 for ; Thu, 19 Sep 2024 18:19:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E7E75E29A3; Thu, 19 Sep 2024 18:19:05 +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 pigeon.gentoo.org (Postfix) with ESMTPS id CDBE5E29A3 for ; Thu, 19 Sep 2024 18:19:05 +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 1B73B34313A for ; Thu, 19 Sep 2024 18:19:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7F74D1E6E for ; Thu, 19 Sep 2024 18:19:03 +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: <1726769697.e75fe9497d0c026b0e09a63241dc3d2d89f1e419.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-3.0.10-r100.ebuild X-VCS-Directories: dev-scheme/guile/ X-VCS-Committer: arsen X-VCS-Committer-Name: Arsen Arsenović X-VCS-Revision: e75fe9497d0c026b0e09a63241dc3d2d89f1e419 X-VCS-Branch: master Date: Thu, 19 Sep 2024 18:19:03 +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: 4156573c-8ece-466a-ae47-ddfcff39b6c2 X-Archives-Hash: 08a3b80719c4fb63b3212755763368aa commit: e75fe9497d0c026b0e09a63241dc3d2d89f1e419 Author: Arsen Arsenović gentoo org> AuthorDate: Thu Sep 19 13:54:03 2024 +0000 Commit: Arsen Arsenović gentoo org> CommitDate: Thu Sep 19 18:14:57 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e75fe949 dev-scheme/guile: fix installation of slotted guile on prefix Closes: https://bugs.gentoo.org/939799 Signed-off-by: Arsen Arsenović gentoo.org> dev-scheme/guile/guile-3.0.10-r100.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-scheme/guile/guile-3.0.10-r100.ebuild b/dev-scheme/guile/guile-3.0.10-r100.ebuild index 6e77a662ec8e..534e4389494a 100644 --- a/dev-scheme/guile/guile-3.0.10-r100.ebuild +++ b/dev-scheme/guile/guile-3.0.10-r100.ebuild @@ -42,8 +42,8 @@ DOCS=( ABOUT-NLS AUTHORS ChangeLog GUILE-VERSION HACKING NEWS README THANKS ) PATCHES=( "${FILESDIR}"/${PN}-2.2.3-gentoo-sandbox.patch ) # Where to install data files. -GUILE_DATA="${PREFIX}/usr/share/guile-data/${SLOT}" -GUILE_PCDIR="/usr/share/guile-data/${SLOT}/pkgconfig" +GUILE_DATA="${EPREFIX}/usr/share/guile-data/${SLOT}" +GUILE_PCDIR="${EPREFIX}/usr/share/guile-data/${SLOT}/pkgconfig" src_configure() { # see bug #676468