From ce67b62f1e24d6ca236566009df4aab8fb775008 Mon Sep 17 00:00:00 2001 From: Alexandre Rostovtsev Date: Sun, 4 May 2014 05:33:56 +0000 Subject: Add VALA_MAX_API_VERSION, fails to build with valac-0.24 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key CF0ADD61) --- sys-apps/systemd-ui/ChangeLog | 5 ++++- sys-apps/systemd-ui/systemd-ui-2.ebuild | 3 ++- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'sys-apps/systemd-ui') diff --git a/sys-apps/systemd-ui/ChangeLog b/sys-apps/systemd-ui/ChangeLog index dabe3edb0e63..94205955f39d 100644 --- a/sys-apps/systemd-ui/ChangeLog +++ b/sys-apps/systemd-ui/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/systemd-ui # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd-ui/ChangeLog,v 1.7 2014/01/07 09:58:32 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd-ui/ChangeLog,v 1.8 2014/05/04 05:33:56 tetromino Exp $ + + 04 May 2014; Alexandre Rostovtsev systemd-ui-2.ebuild: + Add VALA_MAX_API_VERSION, fails to build with valac-0.24 07 Jan 2014; Pacho Ramos systemd-ui-2.ebuild, systemd-ui-9999.ebuild: diff --git a/sys-apps/systemd-ui/systemd-ui-2.ebuild b/sys-apps/systemd-ui/systemd-ui-2.ebuild index cb882b0c6085..42d323bef06a 100644 --- a/sys-apps/systemd-ui/systemd-ui-2.ebuild +++ b/sys-apps/systemd-ui/systemd-ui-2.ebuild @@ -1,11 +1,12 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd-ui/systemd-ui-2.ebuild,v 1.5 2014/01/07 09:58:31 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd-ui/systemd-ui-2.ebuild,v 1.6 2014/05/04 05:33:56 tetromino Exp $ EAPI=4 # Needed per https://bugs.freedesktop.org/show_bug.cgi?id=69643#c5 VALA_MIN_API_VERSION=0.22 +VALA_MAX_API_VERSION=0.22 # fails with vala-0.24; should be fixed in >=systemd-ui-4 inherit autotools-utils systemd vala -- cgit v1.2.3-65-gdbad