diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-01-07 09:58:32 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-01-07 09:58:32 +0000 |
commit | bc4dc4cad79ab753d7b04b02abaf192bdd58a810 (patch) | |
tree | 49e0eab66fa24ac017bdcb0c6769cf63adac6163 /sys-apps/systemd-ui | |
parent | Removed old versions and files (diff) | |
download | gentoo-2-bc4dc4cad79ab753d7b04b02abaf192bdd58a810.tar.gz gentoo-2-bc4dc4cad79ab753d7b04b02abaf192bdd58a810.tar.bz2 gentoo-2-bc4dc4cad79ab753d7b04b02abaf192bdd58a810.zip |
Vala 0.22 needed per https://bugs.freedesktop.org/show_bug.cgi?id=69643#c5 (this could explain why I wasn't able to reproduce while Justin was some months ago)
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'sys-apps/systemd-ui')
-rw-r--r-- | sys-apps/systemd-ui/ChangeLog | 10 | ||||
-rw-r--r-- | sys-apps/systemd-ui/systemd-ui-2.ebuild | 8 | ||||
-rw-r--r-- | sys-apps/systemd-ui/systemd-ui-9999.ebuild | 7 |
3 files changed, 17 insertions, 8 deletions
diff --git a/sys-apps/systemd-ui/ChangeLog b/sys-apps/systemd-ui/ChangeLog index 139dd24f03b8..dabe3edb0e63 100644 --- a/sys-apps/systemd-ui/ChangeLog +++ b/sys-apps/systemd-ui/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sys-apps/systemd-ui -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd-ui/ChangeLog,v 1.6 2013/10/06 12:18:54 pacho Exp $ +# 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 $ + + 07 Jan 2014; Pacho Ramos <pacho@gentoo.org> systemd-ui-2.ebuild, + systemd-ui-9999.ebuild: + Vala 0.22 needed per https://bugs.freedesktop.org/show_bug.cgi?id=69643#c5 + (this could explain why I wasn't able to reproduce while Justin was some + months ago) 06 Oct 2013; 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 d22bfa9c7bb9..cb882b0c6085 100644 --- a/sys-apps/systemd-ui/systemd-ui-2.ebuild +++ b/sys-apps/systemd-ui/systemd-ui-2.ebuild @@ -1,9 +1,11 @@ -# Copyright 1999-2013 Gentoo Foundation +# 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.4 2013/10/06 12:18:54 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd-ui/systemd-ui-2.ebuild,v 1.5 2014/01/07 09:58:31 pacho Exp $ EAPI=4 -VALA_MIN_API_VERSION=0.14 + +# Needed per https://bugs.freedesktop.org/show_bug.cgi?id=69643#c5 +VALA_MIN_API_VERSION=0.22 inherit autotools-utils systemd vala diff --git a/sys-apps/systemd-ui/systemd-ui-9999.ebuild b/sys-apps/systemd-ui/systemd-ui-9999.ebuild index 8446a933d102..3aa83e0a1ed1 100644 --- a/sys-apps/systemd-ui/systemd-ui-9999.ebuild +++ b/sys-apps/systemd-ui/systemd-ui-9999.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# 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-9999.ebuild,v 1.4 2013/10/06 12:18:54 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd-ui/systemd-ui-9999.ebuild,v 1.5 2014/01/07 09:58:32 pacho Exp $ EAPI=4 @@ -12,7 +12,8 @@ EGIT_REPO_URI="git://anongit.freedesktop.org/systemd/${PN} inherit git-2 #endif -VALA_MIN_API_VERSION=0.14 +# Needed per https://bugs.freedesktop.org/show_bug.cgi?id=69643#c5 +VALA_MIN_API_VERSION=0.22 inherit autotools-utils systemd vala |