From 7e3b8ea2dbbeffdb67ab6b029d2d7349e059d4e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Bar=C4=87?= Date: Tue, 16 May 2023 13:34:53 +0200 Subject: dev-scheme: use dostrip instead of RESTRICT MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bug: https://bugs.gentoo.org/905898 Signed-off-by: Maciej Barć --- dev-scheme/guile-dbd-postgresql/guile-dbd-postgresql-2.1.8.ebuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'dev-scheme/guile-dbd-postgresql') diff --git a/dev-scheme/guile-dbd-postgresql/guile-dbd-postgresql-2.1.8.ebuild b/dev-scheme/guile-dbd-postgresql/guile-dbd-postgresql-2.1.8.ebuild index d9898ceeaccf..6c6adc0f0df0 100644 --- a/dev-scheme/guile-dbd-postgresql/guile-dbd-postgresql-2.1.8.ebuild +++ b/dev-scheme/guile-dbd-postgresql/guile-dbd-postgresql-2.1.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -13,7 +13,6 @@ S="${WORKDIR}"/guile-dbi-guile-dbi-${PV}/${PN} LICENSE="GPL-3+" SLOT="0" KEYWORDS="~amd64 ~x86" -RESTRICT="strip" RDEPEND=" dev-db/postgresql:* @@ -41,4 +40,8 @@ src_install() { default find "${ED}" -type f -name "*.la" -delete || die + + # Workaround llvm-strip problem of mangling guile ELF debug + # sections: https://bugs.gentoo.org/905898 + dostrip -x "/usr/$(get_libdir)/guile" } -- cgit v1.2.3