diff options
author | David Seifert <soap@gentoo.org> | 2023-01-01 15:48:01 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2023-01-01 15:48:01 +0100 |
commit | 6652d9ca55bb963f6ed2a935ef9890f0a76b9a0e (patch) | |
tree | 8316e18181f683e85ed29634c39d0d8641ab57d7 /x11-libs | |
parent | sys-process/gnome-usage: remove stale VALA_MIN_API_VERSION (diff) | |
download | gentoo-6652d9ca55bb963f6ed2a935ef9890f0a76b9a0e.tar.gz gentoo-6652d9ca55bb963f6ed2a935ef9890f0a76b9a0e.tar.bz2 gentoo-6652d9ca55bb963f6ed2a935ef9890f0a76b9a0e.zip |
x11-libs/vte: remove stale VALA_MIN_API_VERSION
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/vte/vte-0.68.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-libs/vte/vte-0.68.0.ebuild b/x11-libs/vte/vte-0.68.0.ebuild index a65d3b2ce26f..fb217f746c3a 100644 --- a/x11-libs/vte/vte-0.68.0.ebuild +++ b/x11-libs/vte/vte-0.68.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 + PYTHON_COMPAT=( python3_{8..10} ) -VALA_MIN_API_VERSION="0.48" inherit gnome.org meson python-any-r1 vala xdg |