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/libevent/
Date: Wed, 27 Jan 2021 17:52:18
Message-Id: 1611769930.0d6568fbe59d38a855c43e1d386416fed9052f12.sam@gentoo
1 commit: 0d6568fbe59d38a855c43e1d386416fed9052f12
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 27 17:52:03 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 27 17:52:10 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d6568fb
7
8 dev-libs/libevent: elibtoolize to refresh Darwin logic
9
10 Closes: https://bugs.gentoo.org/767472
11 Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 dev-libs/libevent/libevent-2.1.12.ebuild | 9 ++++++++-
15 1 file changed, 8 insertions(+), 1 deletion(-)
16
17 diff --git a/dev-libs/libevent/libevent-2.1.12.ebuild b/dev-libs/libevent/libevent-2.1.12.ebuild
18 index abbe39edb78..8947961800b 100644
19 --- a/dev-libs/libevent/libevent-2.1.12.ebuild
20 +++ b/dev-libs/libevent/libevent-2.1.12.ebuild
21 @@ -2,7 +2,8 @@
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 -inherit multilib-minimal
26 +
27 +inherit autotools multilib-minimal
28
29 DESCRIPTION="Library to execute a function when a specific event occurs on a file descriptor"
30 HOMEPAGE="
31 @@ -37,6 +38,12 @@ MULTILIB_WRAPPED_HEADERS=(
32 )
33 S=${WORKDIR}/${P/_/-}-stable
34
35 +src_prepare() {
36 + default
37 + # bug #767472
38 + elibtoolize
39 +}
40 +
41 multilib_src_configure() {
42 # fix out-of-source builds
43 mkdir -p test || die