summaryrefslogtreecommitdiff
path: root/dev-scheme/guile-libyaml/guile-libyaml-20211124.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-05-16 16:07:12 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-05-16 16:07:12 +0100
commitaa0b5f37afc4a88422d6301d07e4e3852ddd7251 (patch)
tree342a70a4619ad0ebf69d8cb04c1a42e5006af4d9 /dev-scheme/guile-libyaml/guile-libyaml-20211124.ebuild
parent11263cb7c372230b9e5c0195c24692e299887573 (diff)
gentoo auto-resync : 16:05:2023 - 16:07:12
Diffstat (limited to 'dev-scheme/guile-libyaml/guile-libyaml-20211124.ebuild')
-rw-r--r--dev-scheme/guile-libyaml/guile-libyaml-20211124.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/dev-scheme/guile-libyaml/guile-libyaml-20211124.ebuild b/dev-scheme/guile-libyaml/guile-libyaml-20211124.ebuild
index 9a9d84dc8e24..8801a5f484a3 100644
--- a/dev-scheme/guile-libyaml/guile-libyaml-20211124.ebuild
+++ b/dev-scheme/guile-libyaml/guile-libyaml-20211124.ebuild
@@ -14,7 +14,6 @@ S="${WORKDIR}"/${PN}-${COMMIT}
LICENSE="LGPL-3+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-RESTRICT="strip"
RDEPEND="
>=dev-scheme/guile-2.0.0:=
@@ -62,4 +61,8 @@ src_install() {
doins ccache/yaml.go
einstalldocs
+
+ # Workaround llvm-strip problem of mangling guile ELF debug
+ # sections: https://bugs.gentoo.org/905898
+ dostrip -x "/usr/$(get_libdir)/guile"
}