Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Sun, 03 Apr 2022 05:05:48
Message-Id: 1648962336.39d03177293ca0861a94f59ca034f305cb108244.mattst88@gentoo
1 commit: 39d03177293ca0861a94f59ca034f305cb108244
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 3 05:04:26 2022 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 3 05:05:36 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39d03177
7
8 vala.eclass: raise VALA_MIN_API_VERSION to 0.50
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 eclass/vala.eclass | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/eclass/vala.eclass b/eclass/vala.eclass
16 index 29d9dead1d08..076ef9066067 100644
17 --- a/eclass/vala.eclass
18 +++ b/eclass/vala.eclass
19 @@ -25,8 +25,8 @@ _VALA_ECLASS=1
20
21 # @ECLASS_VARIABLE: VALA_MIN_API_VERSION
22 # @DESCRIPTION:
23 -# Minimum vala API version (e.g. 0.46).
24 -VALA_MIN_API_VERSION=${VALA_MIN_API_VERSION:-0.46}
25 +# Minimum vala API version (e.g. 0.50).
26 +VALA_MIN_API_VERSION=${VALA_MIN_API_VERSION:-0.50}
27
28 # @ECLASS_VARIABLE: VALA_MAX_API_VERSION
29 # @DESCRIPTION: