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 C36C11580B4 for ; Sat, 4 Sep 2021 13:15:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DCE56E0827; Sat, 4 Sep 2021 13:15:20 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 9E678E0828 for ; Sat, 4 Sep 2021 13:15:20 +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 6CFBB335D12 for ; Sat, 4 Sep 2021 13:15:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 04C5DA3 for ; Sat, 4 Sep 2021 13:15:18 +0000 (UTC) From: "Francois-Xavier Carton" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Francois-Xavier Carton" Message-ID: <1630760860.6bd2366827c2e9dbd72d601651bb8348bdb7b04c.Francois-XavierCarton@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: sci-mathematics/why3/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sci-mathematics/why3/why3-1.3.3.ebuild sci-mathematics/why3/why3-1.4.0.ebuild X-VCS-Directories: sci-mathematics/why3/ X-VCS-Committer: Francois-XavierCarton X-VCS-Committer-Name: Francois-Xavier Carton X-VCS-Revision: 6bd2366827c2e9dbd72d601651bb8348bdb7b04c X-VCS-Branch: dev Date: Sat, 4 Sep 2021 13:15:18 +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: 217285cb-5d14-46ae-bdf2-c0af6a83caee X-Archives-Hash: a142ca6c44fb677de39fa6f83aaf9bac commit: 6bd2366827c2e9dbd72d601651bb8348bdb7b04c Author: François-Xavier Carton gmail com> AuthorDate: Sat Sep 4 12:53:29 2021 +0000 Commit: Francois-Xavier Carton gmail com> CommitDate: Sat Sep 4 13:07:40 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6bd23668 sci-mathematics/why3: no need to die with emake Signed-off-by: François-Xavier Carton gmail.com> sci-mathematics/why3/why3-1.3.3.ebuild | 2 +- sci-mathematics/why3/why3-1.4.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-mathematics/why3/why3-1.3.3.ebuild b/sci-mathematics/why3/why3-1.3.3.ebuild index efe7c0d1a..75f796891 100644 --- a/sci-mathematics/why3/why3-1.3.3.ebuild +++ b/sci-mathematics/why3/why3-1.3.3.ebuild @@ -70,7 +70,7 @@ src_compile() { src_install(){ findlib_src_preinst - emake install install-lib DESTDIR="${ED}" || die "make failed" + emake install install-lib DESTDIR="${ED}" doman doc/why3.1 einstalldocs diff --git a/sci-mathematics/why3/why3-1.4.0.ebuild b/sci-mathematics/why3/why3-1.4.0.ebuild index 0c41a284e..9174013f3 100644 --- a/sci-mathematics/why3/why3-1.4.0.ebuild +++ b/sci-mathematics/why3/why3-1.4.0.ebuild @@ -74,7 +74,7 @@ src_compile() { src_install(){ findlib_src_preinst - emake install install-lib DESTDIR="${ED}" || die "make failed" + emake install install-lib DESTDIR="${ED}" einstalldocs docompress -x /usr/share/doc/${PF}/examples