mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
x11-libs/vte: Raise required vala version
Closes: https://bugs.gentoo.org/832690 Signed-off-by: Matt Turner <mattst88@gentoo.org>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user