From 398a42634f34afa1979d88ae1d8b38194e911c2d Mon Sep 17 00:00:00 2001 From: David Seifert Date: Wed, 11 Dec 2019 13:32:00 +0100 Subject: */*: [QA] Remove redundant `|| die` guards MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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 Reviewed-by: Michał Górny Reviewed-by: Andreas K. Hüttel Signed-off-by: David Seifert --- net-vpn/strongswan/strongswan-5.7.2.ebuild | 2 +- net-vpn/strongswan/strongswan-5.8.1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'net-vpn/strongswan') diff --git a/net-vpn/strongswan/strongswan-5.7.2.ebuild b/net-vpn/strongswan/strongswan-5.7.2.ebuild index 4bf09e5d4a85..2c19bfbd44ab 100644 --- a/net-vpn/strongswan/strongswan-5.7.2.ebuild +++ b/net-vpn/strongswan/strongswan-5.7.2.ebuild @@ -202,7 +202,7 @@ src_install() { /etc/ipsec.d/private \ /etc/ipsec.d/reqs - dodoc NEWS README TODO || die + dodoc NEWS README TODO # shared libs are used only internally and there are no static libs, # so it's safe to get rid of the .la files diff --git a/net-vpn/strongswan/strongswan-5.8.1.ebuild b/net-vpn/strongswan/strongswan-5.8.1.ebuild index 58ef88965e76..2ab3a0ed5d3a 100644 --- a/net-vpn/strongswan/strongswan-5.8.1.ebuild +++ b/net-vpn/strongswan/strongswan-5.8.1.ebuild @@ -206,7 +206,7 @@ src_install() { /etc/ipsec.d/private \ /etc/ipsec.d/reqs - dodoc NEWS README TODO || die + dodoc NEWS README TODO # shared libs are used only internally and there are no static libs, # so it's safe to get rid of the .la files -- cgit v1.2.3-65-gdbad