projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf3b622
)
kde5.eclass: Spell iuse correctly.
author
Ryan Hill
<rhill@gentoo.org>
Sun, 24 Apr 2016 22:55:21 +0000
(16:55 -0600)
committer
Ryan Hill
<rhill@gentoo.org>
Sun, 24 Apr 2016 22:55:21 +0000
(16:55 -0600)
eclass/kde5.eclass
patch
|
blob
|
history
diff --git
a/eclass/kde5.eclass
b/eclass/kde5.eclass
index c880cee9b56865597fce39ef1c97317c3ffc87ef..3b454efe4874aa889549461012f587475fe66f66 100644
(file)
--- a/
eclass/kde5.eclass
+++ b/
eclass/kde5.eclass
@@
-392,7
+392,7
@@
kde5_src_prepare() {
fi
# drop translations when nls is not wanted
- if [[ -d po ]] && ! use_if_i
su
e nls ; then
+ if [[ -d po ]] && ! use_if_i
us
e nls ; then
rm -rf po || die
fi