Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/vte/
Date: Mon, 07 Feb 2022 19:03:36
Message-Id: 1644260599.35d64791f372f87fb4bb302bc2f01b01ea8280e5.mattst88@gentoo
1 commit: 35d64791f372f87fb4bb302bc2f01b01ea8280e5
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 7 18:57:02 2022 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 7 19:03:19 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35d64791
7
8 x11-libs/vte: Raise required vala version
9
10 Closes: https://bugs.gentoo.org/832690
11 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
12
13 x11-libs/vte/vte-0.64.2.ebuild | 2 +-
14 x11-libs/vte/vte-0.66.2.ebuild | 4 ++--
15 2 files changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/x11-libs/vte/vte-0.64.2.ebuild b/x11-libs/vte/vte-0.64.2.ebuild
18 index 21873ac96c91..10cf451a638a 100644
19 --- a/x11-libs/vte/vte-0.64.2.ebuild
20 +++ b/x11-libs/vte/vte-0.64.2.ebuild
21 @@ -4,7 +4,7 @@
22 EAPI=7
23 PYTHON_COMPAT=( python3_{7..9} )
24 VALA_USE_DEPEND="vapigen"
25 -VALA_MIN_API_VERSION="0.32"
26 +VALA_MIN_API_VERSION="0.48"
27
28 inherit gnome.org meson python-any-r1 vala xdg
29
30
31 diff --git a/x11-libs/vte/vte-0.66.2.ebuild b/x11-libs/vte/vte-0.66.2.ebuild
32 index 5d00801b3f56..3d4b54d8096a 100644
33 --- a/x11-libs/vte/vte-0.66.2.ebuild
34 +++ b/x11-libs/vte/vte-0.66.2.ebuild
35 @@ -1,10 +1,10 @@
36 -# Copyright 1999-2021 Gentoo Authors
37 +# Copyright 1999-2022 Gentoo Authors
38 # Distributed under the terms of the GNU General Public License v2
39
40 EAPI=7
41 PYTHON_COMPAT=( python3_{8..10} )
42 VALA_USE_DEPEND="vapigen"
43 -VALA_MIN_API_VERSION="0.32"
44 +VALA_MIN_API_VERSION="0.48"
45
46 inherit gnome.org meson python-any-r1 vala xdg