Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libdynd/
Date: Sat, 27 Feb 2021 04:12:06
Message-Id: 1614399112.0f17e09ce54350b4b2b9417afec82feedae26e0a.sam@gentoo
1 commit: 0f17e09ce54350b4b2b9417afec82feedae26e0a
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 27 04:11:29 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 27 04:11:52 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f17e09c
7
8 dev-libs/libdynd: fix libdir
9
10 Closes: https://bugs.gentoo.org/701474
11 Package-Manager: Portage-3.0.15, Repoman-3.0.2
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 dev-libs/libdynd/libdynd-0.7.2-r1.ebuild | 3 +++
15 1 file changed, 3 insertions(+)
16
17 diff --git a/dev-libs/libdynd/libdynd-0.7.2-r1.ebuild b/dev-libs/libdynd/libdynd-0.7.2-r1.ebuild
18 index 981f00aaf6a..b83206ebd45 100644
19 --- a/dev-libs/libdynd/libdynd-0.7.2-r1.ebuild
20 +++ b/dev-libs/libdynd/libdynd-0.7.2-r1.ebuild
21 @@ -52,6 +52,9 @@ src_prepare() {
22 -e '/git_describe/d' \
23 -e '/dirty/d' \
24 -i CMakeLists.txt || die
25 +
26 + # fix libdir, bug #701474
27 + sed -i -e "s|/lib|/$(get_libdir)|" libdynd-config.in || die
28 }
29
30 src_configure() {