diff options
author | Mart Raudsepp <leio@gentoo.org> | 2019-06-20 23:04:21 +0300 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2019-06-20 23:07:01 +0300 |
commit | bf316094d6b29542ffcc8cadc7f90a546eee070f (patch) | |
tree | 1d488d2ba85d97c9d4aa6ada323f77609fcf29aa /eclass/vala.eclass | |
parent | dev-libs/expat: 2.2.7 (diff) | |
download | gentoo-bf316094d6b29542ffcc8cadc7f90a546eee070f.tar.gz gentoo-bf316094d6b29542ffcc8cadc7f90a546eee070f.tar.bz2 gentoo-bf316094d6b29542ffcc8cadc7f90a546eee070f.zip |
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@gentoo.org>
Diffstat (limited to 'eclass/vala.eclass')
-rw-r--r-- | eclass/vala.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
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 |