Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/folks/
Date: Sat, 23 Feb 2019 13:58:29
Message-Id: 1550927977.44989ec34fb0a38c960df12961d97b189b88ed8c.leio@gentoo
1 commit: 44989ec34fb0a38c960df12961d97b189b88ed8c
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 23 13:19:37 2019 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 23 13:19:37 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44989ec3
7
8 dev-libs/folks: restrict >=vala-0.42 for now
9
10 Seems that folks isn't buildable with 0.42 without patches.
11 Restrict to 0.40 and older for the time being, until patch
12 is tested to work with both old and new vala and included.
13
14 Bug: https://bugs.gentoo.org/678384
15 Package-Manager: Portage-2.3.52, Repoman-2.3.12
16 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
17
18 dev-libs/folks/folks-0.11.4-r1.ebuild | 3 ++-
19 dev-libs/folks/folks-0.11.4.ebuild | 1 +
20 2 files changed, 3 insertions(+), 1 deletion(-)
21
22 diff --git a/dev-libs/folks/folks-0.11.4-r1.ebuild b/dev-libs/folks/folks-0.11.4-r1.ebuild
23 index 821d24168b2..9e8680df222 100644
24 --- a/dev-libs/folks/folks-0.11.4-r1.ebuild
25 +++ b/dev-libs/folks/folks-0.11.4-r1.ebuild
26 @@ -1,9 +1,10 @@
27 -# Copyright 1999-2018 Gentoo Authors
28 +# Copyright 1999-2019 Gentoo Authors
29 # Distributed under the terms of the GNU General Public License v2
30
31 EAPI=6
32 GNOME2_LA_PUNT="yes"
33 VALA_USE_DEPEND="vapigen"
34 +VALA_MAX_API_VERSION="0.40"
35
36 inherit gnome2 vala virtualx
37
38
39 diff --git a/dev-libs/folks/folks-0.11.4.ebuild b/dev-libs/folks/folks-0.11.4.ebuild
40 index 0eb6f1710ee..ce787854756 100644
41 --- a/dev-libs/folks/folks-0.11.4.ebuild
42 +++ b/dev-libs/folks/folks-0.11.4.ebuild
43 @@ -4,6 +4,7 @@
44 EAPI=6
45 GNOME2_LA_PUNT="yes"
46 VALA_USE_DEPEND="vapigen"
47 +VALA_MAX_API_VERSION="0.40"
48
49 inherit gnome2 vala virtualx