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: Mon, 28 Oct 2019 20:08:58
Message-Id: 1572293311.0fbc12d5089b5aa754eea8751ea5c20608120062.tupone@gentoo
1 commit: 0fbc12d5089b5aa754eea8751ea5c20608120062
2 Author: Tupone Alfredo <tupone <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 28 20:08:31 2019 +0000
4 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 28 20:08:31 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fbc12d5
7
8 sci-mathematics/psmt2-frontend: rename configure.in to ac
9
10 Package-Manager: Portage-2.3.76, Repoman-2.3.16
11 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
12
13 sci-mathematics/psmt2-frontend/psmt2-frontend-0.2.ebuild | 6 ++++++
14 1 file changed, 6 insertions(+)
15
16 diff --git a/sci-mathematics/psmt2-frontend/psmt2-frontend-0.2.ebuild b/sci-mathematics/psmt2-frontend/psmt2-frontend-0.2.ebuild
17 index c8f1ac2d19d..a7bedc5e96d 100644
18 --- a/sci-mathematics/psmt2-frontend/psmt2-frontend-0.2.ebuild
19 +++ b/sci-mathematics/psmt2-frontend/psmt2-frontend-0.2.ebuild
20 @@ -21,5 +21,11 @@ PATCHES=( "${FILESDIR}"/${P}-gentoo.patch )
21
22 src_prepare() {
23 default
24 + mv configure.{in,ac}
25 eautoreconf
26 }
27 +
28 +src_compile() {
29 + emake depend
30 + default
31 +}