commit: 1789c04a61a4e13559d1fbd2ca5c6f0abe8ff6f1
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 18 18:49:57 2017 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Feb 18 18:50:28 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1789c04a
media-gfx/xsane: Don't try to build unavailable linguas, bug #609672 by Chris
Mansfield
Package-Manager: Portage-2.3.3, Repoman-2.3.1
media-gfx/xsane/xsane-0.999-r2.ebuild | 2 ++
1 file changed, 2 insertions(+)
diff --git a/media-gfx/xsane/xsane-0.999-r2.ebuild
b/media-gfx/xsane/xsane-0.999-r2.ebuild
index e3886389b6..14660e6c81 100644
--- a/media-gfx/xsane/xsane-0.999-r2.ebuild
+++ b/media-gfx/xsane/xsane-0.999-r2.ebuild
@@ -37,6 +37,8 @@ DEPEND="${RDEPEND}
src_prepare() {
default
+ strip-linguas -i po/ #609672
+
# Apply multiple fixes from different distributions
# Drop included patch and reuse patchset from prior version
rm "${WORKDIR}/${PN}-0.998-patches-2"/005-update-param-crash.patch ||
die