x11-plugins/guifications: remove obsolete || die
authorAaron Bauman <bman@gentoo.org>
Sun, 27 May 2018 15:55:54 +0000 (11:55 -0400)
committerAaron Bauman <bman@gentoo.org>
Sun, 27 May 2018 18:23:13 +0000 (14:23 -0400)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

x11-plugins/guifications/guifications-2.16.ebuild

index 7c04124a3e390ec4efb2f91efb5e15d735b2f748..f50721872ac729cc99d23900ed1149dd6077188b 100644 (file)
@@ -26,5 +26,5 @@ DEPEND="${DEPEND}
 src_configure() {
        econf \
                $(use_enable debug ) \
-               $(use_enable nls) || die "econf failure"
+               $(use_enable nls)
 }