commit: 6312aa714bcf6d2b5476102f939e2083d5cfcffd Author: Mart Raudsepp <leio <AT> gentoo <DOT> org> AuthorDate: Sun Jul 28 06:07:39 2019 +0000 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org> CommitDate: Sun Jul 28 06:42:10 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6312aa71
gnome-extra/gnome-calculator-3.30.1: restrict to <=vala-0.42 Fails to compile with vala:0.44 from a weak ref implicit cast. Probably fixed in 3.32 already. Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org> gnome-extra/gnome-calculator/gnome-calculator-3.30.1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/gnome-extra/gnome-calculator/gnome-calculator-3.30.1.ebuild b/gnome-extra/gnome-calculator/gnome-calculator-3.30.1.ebuild index 80c02d4023f..512f63f2407 100644 --- a/gnome-extra/gnome-calculator/gnome-calculator-3.30.1.ebuild +++ b/gnome-extra/gnome-calculator/gnome-calculator-3.30.1.ebuild @@ -2,6 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 +VALA_MAX_API_VERSION="0.42" inherit gnome.org gnome2-utils meson vala xdg DESCRIPTION="A calculator application for GNOME"
