commit: 9b5229b7edf3c14d056403b61c1edd6d37c6fb68
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sun May 27 15:55:54 2018 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun May 27 18:23:13 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b5229b7
x11-plugins/guifications: remove obsolete || die
Package-Manager: Portage-2.3.40, Repoman-2.3.9
x11-plugins/guifications/guifications-2.16.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-plugins/guifications/guifications-2.16.ebuild
b/x11-plugins/guifications/guifications-2.16.ebuild
index 7c04124a3e3..f50721872ac 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)
}