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/libdaemon/
Date: Wed, 31 Mar 2021 23:13:40
Message-Id: 1617232403.77ad8caa35a52d27f9bf21d39e24c8c922b38a5b.sam@gentoo
1 commit: 77ad8caa35a52d27f9bf21d39e24c8c922b38a5b
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 31 23:12:34 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 31 23:13:23 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77ad8caa
7
8 dev-libs/libdaemon: refresh bundled libtool
9
10 Closes: https://bugs.gentoo.org/668404
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 dev-libs/libdaemon/libdaemon-0.14-r3.ebuild | 7 ++++++-
14 1 file changed, 6 insertions(+), 1 deletion(-)
15
16 diff --git a/dev-libs/libdaemon/libdaemon-0.14-r3.ebuild b/dev-libs/libdaemon/libdaemon-0.14-r3.ebuild
17 index ca071b501b6..5c2fddc9776 100644
18 --- a/dev-libs/libdaemon/libdaemon-0.14-r3.ebuild
19 +++ b/dev-libs/libdaemon/libdaemon-0.14-r3.ebuild
20 @@ -3,7 +3,7 @@
21
22 EAPI=7
23
24 -inherit multilib-minimal
25 +inherit autotools multilib-minimal
26
27 DESCRIPTION="Simple library for creating daemon processes in C"
28 HOMEPAGE="http://0pointer.de/lennart/projects/libdaemon/"
29 @@ -23,6 +23,11 @@ PATCHES=(
30 src_prepare() {
31 default
32
33 + # Refresh bundled libtool (ltmain.sh)
34 + # (elibtoolize is insufficient)
35 + # bug #668404
36 + eautoreconf
37 +
38 # doxygen is broken with out-of-source builds
39 multilib_copy_sources
40 }