summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2022-02-07 10:57:02 -0800
committerMatt Turner <mattst88@gentoo.org>2022-02-07 11:03:19 -0800
commit35d64791f372f87fb4bb302bc2f01b01ea8280e5 (patch)
tree22b31db48643c0ae97eb93938dfcb63e6fc22195
parentmedia-plugins/grilo-plugins: Fix enabling gnome-online-accounts (diff)
downloadgentoo-35d64791.tar.gz
gentoo-35d64791.tar.bz2
gentoo-35d64791.zip
x11-libs/vte: Raise required vala version
Closes: https://bugs.gentoo.org/832690 Signed-off-by: Matt Turner <mattst88@gentoo.org>
-rw-r--r--x11-libs/vte/vte-0.64.2.ebuild2
-rw-r--r--x11-libs/vte/vte-0.66.2.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/x11-libs/vte/vte-0.64.2.ebuild b/x11-libs/vte/vte-0.64.2.ebuild
index 21873ac96c91..10cf451a638a 100644
--- a/x11-libs/vte/vte-0.64.2.ebuild
+++ b/x11-libs/vte/vte-0.64.2.ebuild
@@ -4,7 +4,7 @@
EAPI=7
PYTHON_COMPAT=( python3_{7..9} )
VALA_USE_DEPEND="vapigen"
-VALA_MIN_API_VERSION="0.32"
+VALA_MIN_API_VERSION="0.48"
inherit gnome.org meson python-any-r1 vala xdg
diff --git a/x11-libs/vte/vte-0.66.2.ebuild b/x11-libs/vte/vte-0.66.2.ebuild
index 5d00801b3f56..3d4b54d8096a 100644
--- a/x11-libs/vte/vte-0.66.2.ebuild
+++ b/x11-libs/vte/vte-0.66.2.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{8..10} )
VALA_USE_DEPEND="vapigen"
-VALA_MIN_API_VERSION="0.32"
+VALA_MIN_API_VERSION="0.48"
inherit gnome.org meson python-any-r1 vala xdg