diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-04-17 11:14:23 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-04-17 11:14:23 -0700 |
commit | a5014eac81ced00d3e766fa7db65ab0491980f9b (patch) | |
tree | 097681eba29e4397dda4951b05e8eec1e75218b2 /x11-libs | |
parent | app-crypt/seahorse: use ${EPYTHON}, not python3 (diff) | |
download | gentoo-a5014eac81ced00d3e766fa7db65ab0491980f9b.tar.gz gentoo-a5014eac81ced00d3e766fa7db65ab0491980f9b.tar.bz2 gentoo-a5014eac81ced00d3e766fa7db65ab0491980f9b.zip |
x11-libs/vte: Set VALA_MAX_API_VERSION="0.54"
Closes: https://bugs.gentoo.org/838508
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/vte/vte-0.66.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-libs/vte/vte-0.66.2.ebuild b/x11-libs/vte/vte-0.66.2.ebuild index 2bd427c804f6..2fdbc105f8d7 100644 --- a/x11-libs/vte/vte-0.66.2.ebuild +++ b/x11-libs/vte/vte-0.66.2.ebuild @@ -3,8 +3,8 @@ EAPI=7 PYTHON_COMPAT=( python3_{8..10} ) -VALA_USE_DEPEND="vapigen" VALA_MIN_API_VERSION="0.48" +VALA_MAX_API_VERSION="0.54" inherit gnome.org meson python-any-r1 vala xdg |