summaryrefslogtreecommitdiff
path: root/dev-libs/folks/folks-0.11.4-r1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/folks/folks-0.11.4-r1.ebuild')
-rw-r--r--dev-libs/folks/folks-0.11.4-r1.ebuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/dev-libs/folks/folks-0.11.4-r1.ebuild b/dev-libs/folks/folks-0.11.4-r1.ebuild
index 821d24168b25..9b5eebac778a 100644
--- a/dev-libs/folks/folks-0.11.4-r1.ebuild
+++ b/dev-libs/folks/folks-0.11.4-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -56,6 +56,10 @@ DEPEND="${COMMON_DEPEND}
>=dev-libs/glib-2.40:2 ) )
"
+PATCHES=(
+ "${FILESDIR}"/${PV}-vala-0.42-compat.patch
+)
+
src_prepare() {
# Force re-generation of introspection files, otherwise it does not match installed libs
find -name "*.vala" -exec touch {} \; || die