commit:     81d8bd2ca58a0a80dbb3e5541710006d5c4a082d
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sun Nov  4 13:37:08 2018 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sun Nov  4 13:37:25 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81d8bd2c

www-client/midori: Filter LINGUAS

Fixes: https://bugs.gentoo.org/670192
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>

 www-client/midori/midori-6.0.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/www-client/midori/midori-6.0.ebuild 
b/www-client/midori/midori-6.0.ebuild
index b6881a9c743..2598330b68e 100644
--- a/www-client/midori/midori-6.0.ebuild
+++ b/www-client/midori/midori-6.0.ebuild
@@ -5,7 +5,7 @@ EAPI=6
 
 VALA_MIN_API_VERSION=0.36
 
-inherit cmake-utils eapi7-ver gnome2-utils vala xdg-utils
+inherit cmake-utils eapi7-ver eutils gnome2-utils vala xdg-utils
 
 MY_P=${PN}-v${PV}
 DESCRIPTION="A lightweight web browser based on WebKitGTK+"
@@ -44,6 +44,7 @@ src_prepare() {
 }
 
 src_configure() {
+       strip-linguas -i po/
        local mycmakeargs=(
                -DCMAKE_INSTALL_DOCDIR=/usr/share/doc/${PF}
                -DVALA_EXECUTABLE="${VALAC}"

Reply via email to