diff options
author | Thomas Bracht Laumann Jespersen <t@laumann.xyz> | 2022-04-20 21:57:06 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-05-13 20:03:34 +0000 |
commit | 221f6b599dcf26ab84be8e4ee2d77cfbb16c257b (patch) | |
tree | 5ed5826521ba8255b6893d595e110a5fcb263234 /sci-biology/cutg | |
parent | net-misc/ip-sentinel: [QA] eend missing argument (diff) | |
download | gentoo-221f6b599dcf26ab84be8e4ee2d77cfbb16c257b.tar.gz gentoo-221f6b599dcf26ab84be8e4ee2d77cfbb16c257b.tar.bz2 gentoo-221f6b599dcf26ab84be8e4ee2d77cfbb16c257b.zip |
sci-biology/cutg: [QA] eend without argument
Signed-off-by: Thomas Bracht Laumann Jespersen <t@laumann.xyz>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-biology/cutg')
-rw-r--r-- | sci-biology/cutg/cutg-160-r1.ebuild | 6 |
1 files 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 } |