commit: 1c19550450727c5b161eaa011e8cd8e5489ec757 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Mon May 14 08:36:07 2018 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Mon May 14 09:18:02 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c195504
www-client/midori: Limit to vala <= 0.34 Bug: https://bugs.gentoo.org/628108 www-client/midori/midori-0.5.11-r2.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/www-client/midori/midori-0.5.11-r2.ebuild b/www-client/midori/midori-0.5.11-r2.ebuild index eb390a4bfd2..a7c13b3633c 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+"