diff options
author | 2014-05-04 05:33:56 +0000 | |
---|---|---|
committer | 2014-05-04 05:33:56 +0000 | |
commit | ce67b62f1e24d6ca236566009df4aab8fb775008 (patch) | |
tree | 6995225679791e26b5b026b26e331f75cb355db8 /sys-apps/systemd-ui | |
parent | bump, thx for testing by Chicago (diff) | |
download | gentoo-2-ce67b62f1e24d6ca236566009df4aab8fb775008.tar.gz gentoo-2-ce67b62f1e24d6ca236566009df4aab8fb775008.tar.bz2 gentoo-2-ce67b62f1e24d6ca236566009df4aab8fb775008.zip |
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)
Diffstat (limited to 'sys-apps/systemd-ui')
-rw-r--r-- | sys-apps/systemd-ui/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/systemd-ui/systemd-ui-2.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
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 <tetromino@gentoo.org> systemd-ui-2.ebuild: + Add VALA_MAX_API_VERSION, fails to build with valac-0.24 07 Jan 2014; Pacho Ramos <pacho@gentoo.org> 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 |