Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/ppc64le:master commit in: dev-libs/libverto/
Date: Tue, 28 Jun 2016 17:39:47
Message-Id: 1467135741.594db769132e55da8658f6188a472113e9b7675c.blueness@gentoo
1 commit: 594db769132e55da8658f6188a472113e9b7675c
2 Author: Leno Hou <lenohou <AT> gmail <DOT> com>
3 AuthorDate: Tue Jun 28 14:31:28 2016 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 28 17:42:21 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/ppc64le.git/commit/?id=594db769
7
8 dev-libs/libverto: add elibtoolize w/ libverto to build for ppc64le
9
10 This patch fixs mit-krb5 link with wrong libverto when emerge mit-krb5
11 Add elibtoolize will let's econf generate the configure for ppc64le
12 and build the correct libverto for mit-krb5 to use.
13
14 Signed-off-by: Leno Hou <lenohou <AT> gmail.com>
15
16 dev-libs/libverto/libverto-0.2.5-r1.ebuild | 3 ++-
17 dev-libs/libverto/libverto-0.2.5.ebuild | 3 +++
18 dev-libs/libverto/libverto-0.2.6.ebuild | 3 ++-
19 3 files changed, 7 insertions(+), 2 deletions(-)
20
21 diff --git a/dev-libs/libverto/libverto-0.2.5-r1.ebuild b/dev-libs/libverto/libverto-0.2.5-r1.ebuild
22 index cd1aecd..3d06f99 100644
23 --- a/dev-libs/libverto/libverto-0.2.5-r1.ebuild
24 +++ b/dev-libs/libverto/libverto-0.2.5-r1.ebuild
25 @@ -4,7 +4,7 @@
26
27 EAPI=5
28
29 -inherit multilib-minimal
30 +inherit multilib-minimal libtool
31
32 DESCRIPTION="Main event loop abstraction library"
33 HOMEPAGE="https://fedorahosted.org/libverto/"
34 @@ -33,6 +33,7 @@ src_prepare() {
35 # callback on error, but we explicitly test for this behaviour. Do not run
36 # tevent tests for now.
37 sed -i -e 's/def HAVE_TEVENT/ 0/' tests/test.h || die
38 + elibtoolize
39 }
40
41 multilib_src_configure() {
42
43 diff --git a/dev-libs/libverto/libverto-0.2.5.ebuild b/dev-libs/libverto/libverto-0.2.5.ebuild
44 index 92642a9..9aac4aa 100644
45 --- a/dev-libs/libverto/libverto-0.2.5.ebuild
46 +++ b/dev-libs/libverto/libverto-0.2.5.ebuild
47 @@ -4,6 +4,8 @@
48
49 EAPI=5
50
51 +inherit libtool
52 +
53 DESCRIPTION="Main event loop abstraction library"
54 HOMEPAGE="https://fedorahosted.org/libverto/"
55 SRC_URI="https://fedorahosted.org/releases/l/i/libverto/${P}.tar.gz"
56 @@ -31,6 +33,7 @@ src_prepare() {
57 # callback on error, but we explicitly test for this behaviour. Do not run
58 # tevent tests for now.
59 sed -i -e 's/def HAVE_TEVENT/ 0/' tests/test.h || die
60 + elibtoolize
61 }
62
63 src_configure() {
64
65 diff --git a/dev-libs/libverto/libverto-0.2.6.ebuild b/dev-libs/libverto/libverto-0.2.6.ebuild
66 index 6f6eff7..fc0711a 100644
67 --- a/dev-libs/libverto/libverto-0.2.6.ebuild
68 +++ b/dev-libs/libverto/libverto-0.2.6.ebuild
69 @@ -4,7 +4,7 @@
70
71 EAPI=5
72
73 -inherit multilib-minimal
74 +inherit multilib-minimal libtool
75
76 DESCRIPTION="Main event loop abstraction library"
77 HOMEPAGE="https://fedorahosted.org/libverto/"
78 @@ -33,6 +33,7 @@ src_prepare() {
79 # callback on error, but we explicitly test for this behaviour. Do not run
80 # tevent tests for now.
81 sed -i -e 's/def HAVE_TEVENT/ 0/' tests/test.h || die
82 + elibtoolize
83 }
84
85 multilib_src_configure() {