commit: 605c186fd995bf7e7c1797608e122bcdaed1fbd0 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org> AuthorDate: Sun Apr 20 23:02:39 2014 +0000 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org> CommitDate: Sun Apr 20 23:43:41 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=605c186f
gnome-extra/gnome-contacts: raise dependency on vala Would fail to build otherwise. --- gnome-extra/gnome-contacts/gnome-contacts-3.12.0.ebuild | 2 +- gnome-extra/gnome-contacts/gnome-contacts-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gnome-extra/gnome-contacts/gnome-contacts-3.12.0.ebuild b/gnome-extra/gnome-contacts/gnome-contacts-3.12.0.ebuild index 1d93bb3..7dc3429 100644 --- a/gnome-extra/gnome-contacts/gnome-contacts-3.12.0.ebuild +++ b/gnome-extra/gnome-contacts/gnome-contacts-3.12.0.ebuild @@ -4,8 +4,8 @@ EAPI="5" GCONF_DEBUG="no" -VALA_MIN_API_VERSION="0.22" VALA_USE_DEPEND="vapigen" +VALA_MIN_API_VERSION="0.24" inherit gnome2 vala diff --git a/gnome-extra/gnome-contacts/gnome-contacts-9999.ebuild b/gnome-extra/gnome-contacts/gnome-contacts-9999.ebuild index ea5ddb1..1ee4488 100644 --- a/gnome-extra/gnome-contacts/gnome-contacts-9999.ebuild +++ b/gnome-extra/gnome-contacts/gnome-contacts-9999.ebuild @@ -4,7 +4,7 @@ EAPI="5" GCONF_DEBUG="no" -VALA_MIN_API_VERSION="0.22" +VALA_MIN_API_VERSION="0.24" VALA_USE_DEPEND="vapigen" inherit gnome2 vala