projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
85de34d
)
x11-plugins/guifications: remove obsolete || die
author
Aaron Bauman
<bman@gentoo.org>
Sun, 27 May 2018 15:55:54 +0000
(11:55 -0400)
committer
Aaron 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
patch
|
blob
|
history
diff --git
a/x11-plugins/guifications/guifications-2.16.ebuild
b/x11-plugins/guifications/guifications-2.16.ebuild
index 7c04124a3e390ec4efb2f91efb5e15d735b2f748..f50721872ac729cc99d23900ed1149dd6077188b 100644
(file)
--- 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)
}