projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
642ffdf
)
app-office/scribus: Avoid excessive amounts of warnings
author
Martin von Gagern
<Martin.vGagern@gmx.net>
Wed, 4 Jan 2017 22:07:30 +0000
(23:07 +0100)
committer
Justin Lecher
<jlec@gentoo.org>
Thu, 5 Jan 2017 19:52:59 +0000
(19:52 +0000)
Closes: https://github.com/gentoo/gentoo/pull/3331
Signed-off-by: Justin Lecher <jlec@gentoo.org>
app-office/scribus/scribus-1.5.2-r2.ebuild
patch
|
blob
|
history
diff --git
a/app-office/scribus/scribus-1.5.2-r2.ebuild
b/app-office/scribus/scribus-1.5.2-r2.ebuild
index 5a5a5eb04e8f56af44154d48422341cc990c4e88..a5566423bf0403d28deeb4159bebffb42641be18 100644
(file)
--- a/
app-office/scribus/scribus-1.5.2-r2.ebuild
+++ b/
app-office/scribus/scribus-1.5.2-r2.ebuild
@@
-157,7
+157,7
@@
src_install() {
# en_EN can be deleted always
for lang in ${IUSE_LINGUAS}; do
if ! use linguas_${lang}; then
- _lang=$(translate_lang)
+ _lang=$(translate_lang
${lang}
)
safe_delete "${ED%/}"/usr/share/man/${_lang}
fi
done
@@
-205,8
+205,6
@@
safe_delete () {
ebegin "Deleting ${x}"
rm "${x}" || die
eend $?
- else
- ewarn "${x} not found"
fi
done
}