From bf316094d6b29542ffcc8cadc7f90a546eee070f Mon Sep 17 00:00:00 2001 From: Mart Raudsepp Date: Thu, 20 Jun 2019 23:04:21 +0300 Subject: [PATCH] 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 --- eclass/vala.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/vala.eclass b/eclass/vala.eclass index f5a6debf37d9..1c9229489fff 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 -- 2.26.2