Skip to content

Commit

Permalink
dev-libs/folks: restrict >=vala-0.42 for now
Browse files Browse the repository at this point in the history
Seems that folks isn't buildable with 0.42 without patches.
Restrict to 0.40 and older for the time being, until patch
is tested to work with both old and new vala and included.

Bug: https://bugs.gentoo.org/678384
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <[email protected]>
  • Loading branch information
leio committed Feb 23, 2019
1 parent 38803c4 commit 44989ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dev-libs/folks/folks-0.11.4-r1.ebuild
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Copyright 1999-2018 Gentoo Authors
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=6
GNOME2_LA_PUNT="yes"
VALA_USE_DEPEND="vapigen"
VALA_MAX_API_VERSION="0.40"

inherit gnome2 vala virtualx

Expand Down
1 change: 1 addition & 0 deletions dev-libs/folks/folks-0.11.4.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
EAPI=6
GNOME2_LA_PUNT="yes"
VALA_USE_DEPEND="vapigen"
VALA_MAX_API_VERSION="0.40"

inherit gnome2 vala virtualx

Expand Down

0 comments on commit 44989ec

Please sign in to comment.