Gentoo Archives: gentoo-commits

From: Alfredo Tupone <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/psmt2-frontend/
Date: Tue, 29 Oct 2019 21:13:04
Message-Id: 1572383562.4ded99a3df1b8cdf0aa8dc29b8589f4817e12e55.tupone@gentoo
1 commit: 4ded99a3df1b8cdf0aa8dc29b8589f4817e12e55
2 Author: Tupone Alfredo <tupone <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 29 21:11:58 2019 +0000
4 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 29 21:12:42 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ded99a3
7
8 sci-mathematics/psmt2-frontend: fix make install
9
10 Closes: https://bugs.gentoo.org/698858
11 Package-Manager: Portage-2.3.76, Repoman-2.3.16
12 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
13
14 sci-mathematics/psmt2-frontend/psmt2-frontend-0.2.ebuild | 3 +++
15 1 file changed, 3 insertions(+)
16
17 diff --git a/sci-mathematics/psmt2-frontend/psmt2-frontend-0.2.ebuild b/sci-mathematics/psmt2-frontend/psmt2-frontend-0.2.ebuild
18 index a7bedc5e96d..5f6f9e6f4f3 100644
19 --- a/sci-mathematics/psmt2-frontend/psmt2-frontend-0.2.ebuild
20 +++ b/sci-mathematics/psmt2-frontend/psmt2-frontend-0.2.ebuild
21 @@ -22,6 +22,9 @@ PATCHES=( "${FILESDIR}"/${P}-gentoo.patch )
22 src_prepare() {
23 default
24 mv configure.{in,ac}
25 + sed -i \
26 + -e "s:configure.in:configure.ac:g" \
27 + Makefile.in || die
28 eautoreconf
29 }