diff options
author | Sam James <sam@gentoo.org> | 2020-09-18 16:58:05 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-09-18 16:58:13 +0000 |
commit | f58702f8b2a9b42950fff54cdd9cff961d1a23c9 (patch) | |
tree | 16693bc7f82e52ba8f03d9d842ed80203adc1d4e /sci-libs | |
parent | dev-util/scons: Apply test cleanup only with USE=test (diff) | |
download | gentoo-f58702f8b2a9b42950fff54cdd9cff961d1a23c9.tar.gz gentoo-f58702f8b2a9b42950fff54cdd9cff961d1a23c9.tar.bz2 gentoo-f58702f8b2a9b42950fff54cdd9cff961d1a23c9.zip |
sci-libs/mumps: drop leftover || die
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/mumps/mumps-5.1.2-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-libs/mumps/mumps-5.1.2-r1.ebuild b/sci-libs/mumps/mumps-5.1.2-r1.ebuild index 6b63a29ccc74..de59b9307470 100644 --- a/sci-libs/mumps/mumps-5.1.2-r1.ebuild +++ b/sci-libs/mumps/mumps-5.1.2-r1.ebuild @@ -178,7 +178,7 @@ src_test() { einfo "The solutions should be close to (1,2,3,4,5)" ${dotest} ./c_example || die einfo "The solution should be close to (1,2)" - emake clean || die + emake clean } src_install() { |