As of the time when this commit is authored, the latest stable version
of dev-libs/glib in ::gentoo is 2.70.4; however, some new tests of this
package added in commits staged for the next release would fail with
glib 2.70.4:
Bail out! GLib-FATAL-ERROR: ../glib-2.70.4/glib/gmem.c:112: failed to allocate 18446744073709551611 bytes
(test/split:29196): GLib-ERROR **: 11:25:10.093: ../glib-2.70.4/glib/gmem.c:112: failed to allocate 18446744073709551611 bytes
Trace/breakpoint trap (core dumped)
These failures can be fixed by upgrading glib to >=2.72.0; 2.72.0 is
also the version used by the upstream in this project's CI builds.
Signed-off-by: Yuan Liao <liaoyuan@gmail.com>
The upstream has recently changed the license from LGPL-3+ to
|| ( MPL-2.0 LGPL-2.1+ ) in some commits staged for the next release;
the license change has not been retrospectively applied to versions
already released yet.
Signed-off-by: Yuan Liao <liaoyuan@gmail.com>
The upstream has recently changed the license from MIT to LGPL-3+ in
some commits staged for the next release; the license change has not
been retrospectively applied to versions already released yet.
Signed-off-by: Yuan Liao <liaoyuan@gmail.com>
- no functional change
- EAPI 7 support now properly work due to commit 410a967
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: David Heidelberg <david@ixit.cz>
gui-apps:
wcm: new package, gui configuration manager for wayfire using wf-config
wf-config: new package, cli configuration manager for wayfire
wf-shell: new package, basic desktop environment for wayfire
gui-wm:
wayfire: new package, compiz like window manager for wayland
gui-libs:
gtk-layer-shell: new package, library for creating DE windows
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Aisha Tammy <gentoo@aisha.cc>