From: Mart Raudsepp Date: Sat, 27 Jul 2019 19:54:41 +0000 (+0300) Subject: app-backup/deja-dup: restrict to older vala X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=f14b1b9f658c16cd5ee7c3718a73ebb432620f98;p=gentoo.git app-backup/deja-dup: restrict to older vala 38.4 NEWS says it fixes compat with vala-0.43, so this old version presumably won't work with 0.44 at least. It would not be surprising if it doesn't work with 0.42 or older either. Pending many version bumps. Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Mart Raudsepp --- diff --git a/app-backup/deja-dup/deja-dup-34.3.ebuild b/app-backup/deja-dup/deja-dup-34.3.ebuild index 122c5fd5b611..e076e6ed9065 100644 --- a/app-backup/deja-dup/deja-dup-34.3.ebuild +++ b/app-backup/deja-dup/deja-dup-34.3.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 GCONF_DEBUG="no" +VALA_MAX_API_VERSION="0.42" inherit cmake-utils eutils gnome2 vala