diff options
author | Stephen Arnold <nerdboy@gentoo.org> | 2019-08-03 19:20:55 -0700 |
---|---|---|
committer | Stephen Arnold <nerdboy@gentoo.org> | 2019-08-03 19:20:55 -0700 |
commit | 822f33ece0a835b4f234c12af16cfc5d0e1cdd55 (patch) | |
tree | 9f7cc3baeccab542032c53cbbc3b8a0859b367b7 | |
parent | dev-qt/qt-creator: add 4.10.0_rc1 (diff) | |
download | gentoo-822f33ece0a835b4f234c12af16cfc5d0e1cdd55.tar.gz gentoo-822f33ece0a835b4f234c12af16cfc5d0e1cdd55.tar.bz2 gentoo-822f33ece0a835b4f234c12af16cfc5d0e1cdd55.zip |
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@gentoo.org>
-rw-r--r-- | x11-libs/vte/vte-0.54.4.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-libs/vte/vte-0.54.4.ebuild b/x11-libs/vte/vte-0.54.4.ebuild index 5880df276f93..54d358839290 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 |