*/*: [QA] Remove redundant || die guards

* Since all ebuilds in the tree are EAPI>=4,
  `|| die` on builtin commands is redundant
  and dead code.

Closes: https://github.com/gentoo/gentoo/pull/13940
Reviewed-by: Ulrich Müller <ulm@gentoo.org>
Reviewed-by: Michał Górny <mgorny@gentoo.org>
Reviewed-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Signed-off-by: David Seifert <soap@gentoo.org>
This commit is contained in:
David Seifert
2019-12-11 13:32:00 +01:00
parent 7671b34fbc
commit 398a42634f
710 changed files with 1463 additions and 1545 deletions

View File

@@ -27,7 +27,7 @@ java_prepare() {
src_install() {
java-pkg_dojar build/lib/gnu.getopt.jar
dodoc gnu/getopt/COPYING.LIB gnu/getopt/ChangeLog gnu/getopt/README || die
dodoc gnu/getopt/COPYING.LIB gnu/getopt/ChangeLog gnu/getopt/README
use doc && java-pkg_dojavadoc build/api
use source && java-pkg_dosrc gnu
}