commit: 822f33ece0a835b4f234c12af16cfc5d0e1cdd55 Author: Stephen Arnold <nerdboy <AT> gentoo <DOT> org> AuthorDate: Sun Aug 4 02:20:55 2019 +0000 Commit: Steve Arnold <nerdboy <AT> gentoo <DOT> org> CommitDate: Sun Aug 4 02:20:55 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=822f33ec
x11-libs/vte: set VALA_MAX_API_VERSION to 0.42 so it builds again * also raise min version to 0.36 for cleanliness Package-Manager: Portage-2.3.67, Repoman-2.3.12 Signed-off-by: Steve Arnold <nerdboy <AT> gentoo.org> x11-libs/vte/vte-0.54.4.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x11-libs/vte/vte-0.54.4.ebuild b/x11-libs/vte/vte-0.54.4.ebuild index 5880df276f9..54d35883929 100644 --- a/x11-libs/vte/vte-0.54.4.ebuild +++ b/x11-libs/vte/vte-0.54.4.ebuild @@ -3,7 +3,8 @@ EAPI="6" VALA_USE_DEPEND="vapigen" -VALA_MIN_API_VERSION="0.32" +VALA_MIN_API_VERSION="0.36" +VALA_MAX_API_VERSION="0.42" inherit gnome2 vala
