net-im/fractal: fix libhandy dependency
The libhandy dependency constraint in the ebuild doesn't match the one in upstream meson.build file[1], which leads to the following build failure if older version is installed:
>>> Configuring source in /var/tmp/portage/net-im/fractal-4.2.0/work/fractal-4.2.0 ...
meson --buildtype plain --libdir lib64 --localstatedir /var/lib --prefix /usr --sysconfdir /etc --wrap-mode nodownload /var/tmp/portage/net-im/fractal-4.2.0/work/fractal-4.2.0 /var/tmp/portage/net-im/fractal-4.2.0/work/fractal-4.2.0-build
The Meson build system
Version: 0.52.1
Source dir: /var/tmp/portage/net-im/fractal-4.2.0/work/fractal-4.2.0
Build dir: /var/tmp/portage/net-im/fractal-4.2.0/work/fractal-4.2.0-build
Build type: native build
Project name: fractal
Project version: 4.2.0
Rust compiler for the host machine: rustc (rustc 1.41.0)
Rust linker for the host machine: GNU ld unknown version
Host machine cpu family: x86_64
Host machine cpu: x86_64
Found pkg-config: /usr/bin/x86_64-pc-linux-gnu-pkg-config (0.29.2)
Run-time dependency openssl found: YES 1.1.1d
Run-time dependency dbus-1 found: YES 1.12.16
Run-time dependency glib-2.0 found: YES 2.60.7
Run-time dependency gio-2.0 found: YES 2.60.7
Run-time dependency cairo found: YES 1.16.0
Run-time dependency gdk-pixbuf-2.0 found: YES 2.40.0
Run-time dependency gtk+-3.0 found: YES 3.24.13
Dependency libhandy-0.0 found: NO found '0.0.9' but need: '>= 0.0.10'
Found CMake: /usr/bin/cmake (3.14.6)
Run-time dependency libhandy-0.0 found: NO (tried cmake)
meson.build:15:0: ERROR: Invalid version of dependency, need 'libhandy-0.0' ['>= 0.0.10'] found '0.0.9'.