From: Aaron Bauman Date: Sun, 27 May 2018 15:55:54 +0000 (-0400) Subject: x11-plugins/guifications: remove obsolete || die X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=9b5229b7edf3c14d056403b61c1edd6d37c6fb68;p=gentoo.git x11-plugins/guifications: remove obsolete || die Package-Manager: Portage-2.3.40, Repoman-2.3.9 --- diff --git a/x11-plugins/guifications/guifications-2.16.ebuild b/x11-plugins/guifications/guifications-2.16.ebuild index 7c04124a3e39..f50721872ac7 100644 --- a/x11-plugins/guifications/guifications-2.16.ebuild +++ b/x11-plugins/guifications/guifications-2.16.ebuild @@ -26,5 +26,5 @@ DEPEND="${DEPEND} src_configure() { econf \ $(use_enable debug ) \ - $(use_enable nls) || die "econf failure" + $(use_enable nls) }