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 50483158090 for ; Fri, 13 May 2022 20:04:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 32D94E091F; Fri, 13 May 2022 20:04:17 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1BDD9E0921 for ; Fri, 13 May 2022 20:04:17 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 698F9341ACB for ; Fri, 13 May 2022 20:04:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C2E34452 for ; Fri, 13 May 2022 20:04:12 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1652472214.221f6b599dcf26ab84be8e4ee2d77cfbb16c257b.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-biology/cutg/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-biology/cutg/cutg-160-r1.ebuild X-VCS-Directories: sci-biology/cutg/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 221f6b599dcf26ab84be8e4ee2d77cfbb16c257b X-VCS-Branch: master Date: Fri, 13 May 2022 20:04:12 +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: 3aadc4ee-4707-4916-82e7-be0008aaf730 X-Archives-Hash: 3aaf54e319217ca09d717ec176bb448d commit: 221f6b599dcf26ab84be8e4ee2d77cfbb16c257b Author: Thomas Bracht Laumann Jespersen laumann xyz> AuthorDate: Wed Apr 20 19:57:06 2022 +0000 Commit: Sam James gentoo org> CommitDate: Fri May 13 20:03:34 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=221f6b59 sci-biology/cutg: [QA] eend without argument Signed-off-by: Thomas Bracht Laumann Jespersen laumann.xyz> Signed-off-by: Sam James gentoo.org> sci-biology/cutg/cutg-160-r1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sci-biology/cutg/cutg-160-r1.ebuild b/sci-biology/cutg/cutg-160-r1.ebuild index 97abacaab1e4..417248e5890c 100644 --- a/sci-biology/cutg/cutg-160-r1.ebuild +++ b/sci-biology/cutg/cutg-160-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -22,8 +22,8 @@ src_compile() { if use emboss; then mkdir CODONS || die ebegin "Indexing CUTG for usage with EMBOSS." - EMBOSS_DATA="." cutgextract -auto -directory "${S}" || die "Indexing CUTG failed" - eend + EMBOSS_DATA="." cutgextract -auto -directory "${S}" + eend $? "Indexing CUTG failed" || die fi }