diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-05-14 10:36:07 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-05-14 11:18:02 +0200 |
commit | 1c19550450727c5b161eaa011e8cd8e5489ec757 (patch) | |
tree | e545b2e9e1d263d37f42fb5e948a8fd8ee8e124b /www-client/midori | |
parent | www-client/midori: Fix disabling zeitgeist (diff) | |
download | gentoo-1c19550450727c5b161eaa011e8cd8e5489ec757.tar.gz gentoo-1c19550450727c5b161eaa011e8cd8e5489ec757.tar.bz2 gentoo-1c19550450727c5b161eaa011e8cd8e5489ec757.zip |
www-client/midori: Limit to vala <= 0.34
Bug: https://bugs.gentoo.org/628108
Diffstat (limited to 'www-client/midori')
-rw-r--r-- | www-client/midori/midori-0.5.11-r2.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www-client/midori/midori-0.5.11-r2.ebuild b/www-client/midori/midori-0.5.11-r2.ebuild index eb390a4bfd28..a7c13b3633c8 100644 --- a/www-client/midori/midori-0.5.11-r2.ebuild +++ b/www-client/midori/midori-0.5.11-r2.ebuild @@ -6,6 +6,8 @@ EAPI=6 PYTHON_COMPAT=( python2_7 ) PYTHON_REQ_USE='threads(+)' +VALA_MAX_API_VERSION=0.34 + inherit gnome2 pax-utils python-any-r1 cmake-utils vala DESCRIPTION="A lightweight web browser based on WebKitGTK+" |