diff options
author | Mart Raudsepp <leio@gentoo.org> | 2019-08-23 22:28:12 +0300 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2019-08-23 22:32:21 +0300 |
commit | 514dca5520a6be57cc2980c802c98c95a267af7c (patch) | |
tree | c12188b57e42536a7789af8a9ad73a1da6f6aa8a /media-gfx | |
parent | dev-lang/vala-0.45.91: block libsoup with problematic vapi to vala:0.46 (diff) | |
download | gentoo-514dca5520a6be57cc2980c802c98c95a267af7c.tar.gz gentoo-514dca5520a6be57cc2980c802c98c95a267af7c.tar.bz2 gentoo-514dca5520a6be57cc2980c802c98c95a267af7c.zip |
media-gfx/shotwell: lift vala:0.46 restriction
We can now be sure the libsoup-2.4.vapi is fine in case
vala:0.46 is picked, as vala:0.46 ensures it via a runtime
soft blocker.
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/shotwell/shotwell-0.30.7.ebuild | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/media-gfx/shotwell/shotwell-0.30.7.ebuild b/media-gfx/shotwell/shotwell-0.30.7.ebuild index b843b776a228..84cb2d000fea 100644 --- a/media-gfx/shotwell/shotwell-0.30.7.ebuild +++ b/media-gfx/shotwell/shotwell-0.30.7.ebuild @@ -3,10 +3,6 @@ EAPI=6 VALA_MIN_API_VERSION="0.40" -# supposedly works with 0.46, but fails to compile due to libsoup-2.4.vapi -# from libsoup-2.64 and even fails with vala:0.46 libsoup vapi copy as well -# https://gitlab.gnome.org/GNOME/libsoup/commit/1c6f47df99cc5b2efe3d629c71c5d85a7871689c -VALA_MAX_API_VERSION="0.44" inherit gnome.org gnome2-utils meson vala xdg |