diff options
author | Sam James <sam@gentoo.org> | 2023-08-04 02:52:42 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-08-04 02:52:42 +0100 |
commit | 8a700e916ca18f1341a8bad2921973dfecc5f3ac (patch) | |
tree | 96c8055cc563d70719f8c657ee164024785c17de /sys-devel/binutils-hppa64 | |
parent | sys-devel/binutils: drop redundant die (diff) | |
download | gentoo-8a700e916ca18f1341a8bad2921973dfecc5f3ac.tar.gz gentoo-8a700e916ca18f1341a8bad2921973dfecc5f3ac.tar.bz2 gentoo-8a700e916ca18f1341a8bad2921973dfecc5f3ac.zip |
sys-devel/binutils-hppa64: drop redundant die
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-devel/binutils-hppa64')
-rw-r--r-- | sys-devel/binutils-hppa64/binutils-hppa64-2.41.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/binutils-hppa64/binutils-hppa64-2.41.ebuild b/sys-devel/binutils-hppa64/binutils-hppa64-2.41.ebuild index d905d2bf2219..983d7f522d26 100644 --- a/sys-devel/binutils-hppa64/binutils-hppa64-2.41.ebuild +++ b/sys-devel/binutils-hppa64/binutils-hppa64-2.41.ebuild @@ -314,7 +314,7 @@ src_configure() { fi fi - ECONF_SOURCE="${S}" econf "${myconf[@]}" || die + ECONF_SOURCE="${S}" econf "${myconf[@]}" # Prevent makeinfo from running if doc is unset. if ! use doc ; then |