summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2018-11-04 14:37:08 +0100
committerJeroen Roovers <jer@gentoo.org>2018-11-04 14:37:25 +0100
commit81d8bd2ca58a0a80dbb3e5541710006d5c4a082d (patch)
tree13cf8fdbf4ece633b10d0caf180f6fe538580753 /www-client/midori
parentMask some packages for removal (diff)
downloadgentoo-81d8bd2ca58a0a80dbb3e5541710006d5c4a082d.tar.gz
gentoo-81d8bd2ca58a0a80dbb3e5541710006d5c4a082d.tar.bz2
gentoo-81d8bd2ca58a0a80dbb3e5541710006d5c4a082d.zip
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@gentoo.org>
Diffstat (limited to 'www-client/midori')
-rw-r--r--www-client/midori/midori-6.0.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/www-client/midori/midori-6.0.ebuild b/www-client/midori/midori-6.0.ebuild
index b6881a9c7437..2598330b68e3 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}"