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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 07B10158041 for ; Tue, 2 Apr 2024 10:10:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2D987E2A9D; Tue, 2 Apr 2024 10:10:11 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 066FCE2A9D for ; Tue, 2 Apr 2024 10:10:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 96D793430A6 for ; Tue, 2 Apr 2024 10:10:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CD2D1135F for ; Tue, 2 Apr 2024 10:10:05 +0000 (UTC) From: "Alexander Puck Neuwirth" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexander Puck Neuwirth" Message-ID: <1712052453.ea0d38d766e9a2c50c90a41b92e50c05e1075dc0.alexander@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-physics/qgraf/ X-VCS-Repository: proj/sci X-VCS-Files: sci-physics/qgraf/qgraf-3.4.2.ebuild sci-physics/qgraf/qgraf-3.5.2.ebuild sci-physics/qgraf/qgraf-3.6.7.ebuild X-VCS-Directories: sci-physics/qgraf/ X-VCS-Committer: alexander X-VCS-Committer-Name: Alexander Puck Neuwirth X-VCS-Revision: ea0d38d766e9a2c50c90a41b92e50c05e1075dc0 X-VCS-Branch: master Date: Tue, 2 Apr 2024 10:10:05 +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: ce911c0c-cade-400e-8f1e-ea7b2f780a6c X-Archives-Hash: 4e9001882290886f96d84c8d404eb078 commit: ea0d38d766e9a2c50c90a41b92e50c05e1075dc0 Author: Alexander Puck Neuwirth neuwirth-informatik de> AuthorDate: Tue Apr 2 10:07:33 2024 +0000 Commit: Alexander Puck Neuwirth neuwirth-informatik de> CommitDate: Tue Apr 2 10:07:33 2024 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=ea0d38d7 sci-physics/qgraf: explicit die on fortran compile Signed-off-by: Alexander Puck Neuwirth neuwirth-informatik.de> sci-physics/qgraf/qgraf-3.4.2.ebuild | 2 +- sci-physics/qgraf/qgraf-3.5.2.ebuild | 2 +- sci-physics/qgraf/qgraf-3.6.7.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sci-physics/qgraf/qgraf-3.4.2.ebuild b/sci-physics/qgraf/qgraf-3.4.2.ebuild index 364198c4b..cdab94002 100644 --- a/sci-physics/qgraf/qgraf-3.4.2.ebuild +++ b/sci-physics/qgraf/qgraf-3.4.2.ebuild @@ -17,7 +17,7 @@ KEYWORDS="~amd64" IUSE="doc examples" src_compile() { - $(tc-getFC) ${P}.f -o ${PN} ${FFLAGS} ${LDFLAGS} + $(tc-getFC) ${P}.f -o ${PN} ${FFLAGS} ${LDFLAGS} || die "Failed to compile" } src_install() { diff --git a/sci-physics/qgraf/qgraf-3.5.2.ebuild b/sci-physics/qgraf/qgraf-3.5.2.ebuild index 7e9f88328..4194295a4 100644 --- a/sci-physics/qgraf/qgraf-3.5.2.ebuild +++ b/sci-physics/qgraf/qgraf-3.5.2.ebuild @@ -17,7 +17,7 @@ KEYWORDS="~amd64" IUSE="doc examples" src_compile() { - $(tc-getFC) ${P}.f08 -o ${PN} ${FFLAGS} ${LDFLAGS} + $(tc-getFC) ${P}.f08 -o ${PN} ${FFLAGS} ${LDFLAGS} || die "Failed to compile" } src_install() { diff --git a/sci-physics/qgraf/qgraf-3.6.7.ebuild b/sci-physics/qgraf/qgraf-3.6.7.ebuild index 7e9f88328..4194295a4 100644 --- a/sci-physics/qgraf/qgraf-3.6.7.ebuild +++ b/sci-physics/qgraf/qgraf-3.6.7.ebuild @@ -17,7 +17,7 @@ KEYWORDS="~amd64" IUSE="doc examples" src_compile() { - $(tc-getFC) ${P}.f08 -o ${PN} ${FFLAGS} ${LDFLAGS} + $(tc-getFC) ${P}.f08 -o ${PN} ${FFLAGS} ${LDFLAGS} || die "Failed to compile" } src_install() {