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: app-text/opensp/
Date: Tue, 28 Jun 2016 17:39:51
Message-Id: 1467135632.2cb8285b100d8391ef08f69063e4ec3f1f60b6dd.blueness@gentoo
1 commit: 2cb8285b100d8391ef08f69063e4ec3f1f60b6dd
2 Author: Leno Hou <lenohou <AT> gmail <DOT> com>
3 AuthorDate: Tue Jun 28 14:31:26 2016 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 28 17:40:32 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/ppc64le.git/commit/?id=2cb8285b
7
8 app-text/opensp: autoreconf to build opensp for ppc64le #580792
9
10 This is needed to support newer platforms (like ppc64le).
11 Signed-off-by: Leno Hou <lenohou <AT> gmail.com>
12 Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
13
14 app-text/opensp/opensp-1.5.2-r3.ebuild | 3 ++-
15 1 file changed, 2 insertions(+), 1 deletion(-)
16
17 diff --git a/app-text/opensp/opensp-1.5.2-r3.ebuild b/app-text/opensp/opensp-1.5.2-r3.ebuild
18 index 9f97607..d60c8f6 100644
19 --- a/app-text/opensp/opensp-1.5.2-r3.ebuild
20 +++ b/app-text/opensp/opensp-1.5.2-r3.ebuild
21 @@ -3,7 +3,7 @@
22 # $Id$
23
24 EAPI=5
25 -inherit eutils flag-o-matic
26 +inherit eutils flag-o-matic autotools
27
28 MY_P=${P/opensp/OpenSP}
29
30 @@ -34,6 +34,7 @@ src_prepare() {
31 epatch \
32 "${FILESDIR}"/${PN}-1.5-gcc34.patch \
33 "${FILESDIR}"/${P}-fix-segfault.patch
34 + eautoreconf #580792
35 }
36
37 src_configure() {