commit:     bf316094d6b29542ffcc8cadc7f90a546eee070f
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 20 20:04:21 2019 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Thu Jun 20 20:07:01 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf316094

vala.eclass: raise VALA_MAX_API_VERSION to 0.46

Last stable release is 0.44 but we want overlays to be able to work on
upcoming 0.46 without having to modify eclass locally and copy all
ebuilds inheriting vala.eclass to their overlay to actually build
against the newer vala (alternative would be per-machine repository
configuration that allows overlay eclass to be used by main tree and
thus invalidate applicable VDB caches).

Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>

 eclass/vala.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/vala.eclass b/eclass/vala.eclass
index f5a6debf37d..1c9229489ff 100644
--- a/eclass/vala.eclass
+++ b/eclass/vala.eclass
@@ -32,7 +32,7 @@ VALA_MIN_API_VERSION=${VALA_MIN_API_VERSION:-0.36}
 # @ECLASS-VARIABLE: VALA_MAX_API_VERSION
 # @DESCRIPTION:
 # Maximum vala API version (e.g. 0.36).
-VALA_MAX_API_VERSION=${VALA_MAX_API_VERSION:-0.44}
+VALA_MAX_API_VERSION=${VALA_MAX_API_VERSION:-0.46}
 
 # @ECLASS-VARIABLE: VALA_USE_DEPEND
 # @DEFAULT_UNSET

Reply via email to