From: Tupone Alfredo Date: Mon, 28 Oct 2019 20:08:31 +0000 (+0100) Subject: sci-mathematics/psmt2-frontend: rename configure.in to ac X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=0fbc12d5089b5aa754eea8751ea5c20608120062;p=gentoo.git sci-mathematics/psmt2-frontend: rename configure.in to ac Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Alfredo Tupone --- diff --git a/sci-mathematics/psmt2-frontend/psmt2-frontend-0.2.ebuild b/sci-mathematics/psmt2-frontend/psmt2-frontend-0.2.ebuild index c8f1ac2d19d1..a7bedc5e96d5 100644 --- a/sci-mathematics/psmt2-frontend/psmt2-frontend-0.2.ebuild +++ b/sci-mathematics/psmt2-frontend/psmt2-frontend-0.2.ebuild @@ -21,5 +21,11 @@ PATCHES=( "${FILESDIR}"/${P}-gentoo.patch ) src_prepare() { default + mv configure.{in,ac} eautoreconf } + +src_compile() { + emake depend + default +}