summaryrefslogtreecommitdiff
path: root/dev-scheme/guile-nyacc/guile-nyacc-1.06.7.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-scheme/guile-nyacc/guile-nyacc-1.06.7.ebuild')
-rw-r--r--dev-scheme/guile-nyacc/guile-nyacc-1.06.7.ebuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/dev-scheme/guile-nyacc/guile-nyacc-1.06.7.ebuild b/dev-scheme/guile-nyacc/guile-nyacc-1.06.7.ebuild
index 9c5026a9a62b..3966b99b7ecf 100644
--- a/dev-scheme/guile-nyacc/guile-nyacc-1.06.7.ebuild
+++ b/dev-scheme/guile-nyacc/guile-nyacc-1.06.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2022 Gentoo Authors
+# Copyright 2022-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -11,7 +11,6 @@ S="${WORKDIR}/nyacc-${PV}"
LICENSE="LGPL-3+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-RESTRICT="strip"
RDEPEND="
>=dev-scheme/guile-2.0.0:=
@@ -35,4 +34,8 @@ src_install() {
# Fix docs location
mv "${D}"/usr/share/doc/nyacc "${D}"/usr/share/doc/${PF}
+
+ # Workaround llvm-strip problem of mangling guile ELF debug
+ # sections: https://bugs.gentoo.org/905898
+ dostrip -x "/usr/$(get_libdir)/guile"
}