From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1E91B138334 for ; Mon, 28 Oct 2019 20:08:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 40430E0918; Mon, 28 Oct 2019 20:08:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 255F9E0918 for ; Mon, 28 Oct 2019 20:08:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8EF8434C51A for ; Mon, 28 Oct 2019 20:08:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E9C9771A for ; Mon, 28 Oct 2019 20:08:52 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1572293311.0fbc12d5089b5aa754eea8751ea5c20608120062.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/psmt2-frontend/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/psmt2-frontend/psmt2-frontend-0.2.ebuild X-VCS-Directories: sci-mathematics/psmt2-frontend/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 0fbc12d5089b5aa754eea8751ea5c20608120062 X-VCS-Branch: master Date: Mon, 28 Oct 2019 20:08:52 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7c0fd4b9-ef64-4352-b4ce-5a71c4463a17 X-Archives-Hash: ff59ffb9ecfe06a218034eac4561f20e commit: 0fbc12d5089b5aa754eea8751ea5c20608120062 Author: Tupone Alfredo gentoo org> AuthorDate: Mon Oct 28 20:08:31 2019 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Mon Oct 28 20:08:31 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fbc12d5 sci-mathematics/psmt2-frontend: rename configure.in to ac Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Alfredo Tupone gentoo.org> sci-mathematics/psmt2-frontend/psmt2-frontend-0.2.ebuild | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/sci-mathematics/psmt2-frontend/psmt2-frontend-0.2.ebuild b/sci-mathematics/psmt2-frontend/psmt2-frontend-0.2.ebuild index c8f1ac2d19d..a7bedc5e96d 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 +}