Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 903345 Details for
Bug 939799
dev-scheme/guile-3.0.10-r100: QA concerns: there are files installed outside the prefix
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
0001-dev-scheme-guile-fix-installation-of-slotted-guile-o.patch
0001-dev-scheme-guile-fix-installation-of-slotted-guile-o.patch (text/plain), 1.21 KB, created by
Arsen Arsenović
on 2024-09-19 13:57:52 UTC
(
hide
)
Description:
0001-dev-scheme-guile-fix-installation-of-slotted-guile-o.patch
Filename:
MIME Type:
Creator:
Arsen Arsenović
Created:
2024-09-19 13:57:52 UTC
Size:
1.21 KB
patch
obsolete
>From f6f545afaaa7e2c7dfbd4e7f4f0bb15062b96b55 Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Arsen=20Arsenovi=C4=87?= <arsen@gentoo.org> >Date: Thu, 19 Sep 2024 15:54:03 +0200 >Subject: [PATCH] dev-scheme/guile: fix installation of slotted guile on prefix >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >Closes: https://bugs.gentoo.org/939799 >Signed-off-by: Arsen ArsenoviÄ <arsen@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 >-- >2.46.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 939799
:
903242
|
903298
|
903299
| 903345 |
903346