diff options
author | David Seifert <soap@gentoo.org> | 2019-12-11 13:32:00 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2019-12-11 13:32:00 +0100 |
commit | 398a42634f34afa1979d88ae1d8b38194e911c2d (patch) | |
tree | d6a45bdf7b35b71c192602a46e8d98d12a88cb02 /app-backup/amanda | |
parent | dev-ros/geometric_shapes: Remove old (diff) | |
download | gentoo-398a42634f34afa1979d88ae1d8b38194e911c2d.tar.gz gentoo-398a42634f34afa1979d88ae1d8b38194e911c2d.tar.bz2 gentoo-398a42634f34afa1979d88ae1d8b38194e911c2d.zip |
*/*: [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>
Diffstat (limited to 'app-backup/amanda')
-rw-r--r-- | app-backup/amanda/amanda-3.3.9.ebuild | 2 | ||||
-rw-r--r-- | app-backup/amanda/amanda-3.4.1.ebuild | 2 | ||||
-rw-r--r-- | app-backup/amanda/amanda-3.4.2.ebuild | 2 | ||||
-rw-r--r-- | app-backup/amanda/amanda-3.4.3.ebuild | 2 | ||||
-rw-r--r-- | app-backup/amanda/amanda-3.4.4.ebuild | 2 | ||||
-rw-r--r-- | app-backup/amanda/amanda-3.4.5.ebuild | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/app-backup/amanda/amanda-3.3.9.ebuild b/app-backup/amanda/amanda-3.3.9.ebuild index 968e236abaa5..b1bc94655eb9 100644 --- a/app-backup/amanda/amanda-3.3.9.ebuild +++ b/app-backup/amanda/amanda-3.3.9.ebuild @@ -302,7 +302,7 @@ src_install() { source ${TMPENVFILE} einfo "Doing stock install" - emake DESTDIR="${D}" install || die + emake DESTDIR="${D}" install # Build the envdir file # Don't forget this.. diff --git a/app-backup/amanda/amanda-3.4.1.ebuild b/app-backup/amanda/amanda-3.4.1.ebuild index aa6f63879983..98a1da3e02bc 100644 --- a/app-backup/amanda/amanda-3.4.1.ebuild +++ b/app-backup/amanda/amanda-3.4.1.ebuild @@ -309,7 +309,7 @@ src_install() { source ${TMPENVFILE} einfo "Doing stock install" - emake DESTDIR="${D}" install || die + emake DESTDIR="${D}" install # Build the envdir file # Don't forget this.. diff --git a/app-backup/amanda/amanda-3.4.2.ebuild b/app-backup/amanda/amanda-3.4.2.ebuild index aec64fedec3e..b96bbf4ea76d 100644 --- a/app-backup/amanda/amanda-3.4.2.ebuild +++ b/app-backup/amanda/amanda-3.4.2.ebuild @@ -306,7 +306,7 @@ src_install() { source ${TMPENVFILE} einfo "Doing stock install" - emake DESTDIR="${D}" install || die + emake DESTDIR="${D}" install # Build the envdir file # Don't forget this.. diff --git a/app-backup/amanda/amanda-3.4.3.ebuild b/app-backup/amanda/amanda-3.4.3.ebuild index aec64fedec3e..b96bbf4ea76d 100644 --- a/app-backup/amanda/amanda-3.4.3.ebuild +++ b/app-backup/amanda/amanda-3.4.3.ebuild @@ -306,7 +306,7 @@ src_install() { source ${TMPENVFILE} einfo "Doing stock install" - emake DESTDIR="${D}" install || die + emake DESTDIR="${D}" install # Build the envdir file # Don't forget this.. diff --git a/app-backup/amanda/amanda-3.4.4.ebuild b/app-backup/amanda/amanda-3.4.4.ebuild index aec64fedec3e..b96bbf4ea76d 100644 --- a/app-backup/amanda/amanda-3.4.4.ebuild +++ b/app-backup/amanda/amanda-3.4.4.ebuild @@ -306,7 +306,7 @@ src_install() { source ${TMPENVFILE} einfo "Doing stock install" - emake DESTDIR="${D}" install || die + emake DESTDIR="${D}" install # Build the envdir file # Don't forget this.. diff --git a/app-backup/amanda/amanda-3.4.5.ebuild b/app-backup/amanda/amanda-3.4.5.ebuild index aec64fedec3e..b96bbf4ea76d 100644 --- a/app-backup/amanda/amanda-3.4.5.ebuild +++ b/app-backup/amanda/amanda-3.4.5.ebuild @@ -306,7 +306,7 @@ src_install() { source ${TMPENVFILE} einfo "Doing stock install" - emake DESTDIR="${D}" install || die + emake DESTDIR="${D}" install # Build the envdir file # Don't forget this.. |