diff options
author | Mart Raudsepp <leio@gentoo.org> | 2019-07-27 22:48:43 +0300 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2019-07-28 09:42:05 +0300 |
commit | 85cdd895c8680b175846f9787879b6aa2e8093c9 (patch) | |
tree | 3fc1d64d53b3b6656c0affd511812c89d58a9c82 /dev-libs/folks | |
parent | dev-lang/vala: bump to 0.44.6 (diff) | |
download | gentoo-85cdd895c8680b175846f9787879b6aa2e8093c9.tar.gz gentoo-85cdd895c8680b175846f9787879b6aa2e8093c9.tar.bz2 gentoo-85cdd895c8680b175846f9787879b6aa2e8093c9.zip |
dev-libs/folks: restrict to vala:0.42 or older
Fails to compile with 0.44, while an available package version
bump should work, so no point in patching it with a necessary
revbump.
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'dev-libs/folks')
-rw-r--r-- | dev-libs/folks/folks-0.11.4-r1.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-libs/folks/folks-0.11.4-r1.ebuild b/dev-libs/folks/folks-0.11.4-r1.ebuild index 1634f53e928b..58d08c1764a1 100644 --- a/dev-libs/folks/folks-0.11.4-r1.ebuild +++ b/dev-libs/folks/folks-0.11.4-r1.ebuild @@ -4,6 +4,7 @@ EAPI=6 GNOME2_LA_PUNT="yes" VALA_USE_DEPEND="vapigen" +VALA_MAX_API_VERSION="0.42" inherit gnome2 vala virtualx |