mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-scheme/guile: don't set GUILE_LOAD_PATH in env.d
Setting GUILE_LOAD_PATH=/usr/shar/guile/1.8 via env.d breaks other Guile versions. The TeXmacs bug this was working around is no longer applicable. Signed-off-by: Kacper Słomiński <kacper.slominski72@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
committed by
Sam James
parent
29b5eb2fc7
commit
42f549527d
@@ -128,10 +128,8 @@ src_install() {
|
||||
mv "${ED}"/usr/share/aclocal/guile{,-"${SLOT}"}.m4 || die
|
||||
find "${ED}" -name '*.la' -delete || die
|
||||
|
||||
# GUILE_LOAD_PATH for TeXmacs (bug #23493)
|
||||
newenvd - "50guile${SLOT}" <<-EOF
|
||||
PKG_CONFIG_PATH="${GUILE_PCDIR}"
|
||||
GUILE_LOAD_PATH="${EPREFIX}/usr/share/guile/${SLOT}"
|
||||
EOF
|
||||
|
||||
# necessary for registering slib, see bug 206896
|
||||
Reference in New Issue
Block a user