commit: 45a6f3d3a1027aa2f92b404b32712be2f745ffa3 Author: Lukas Schmelting <lschmelting <AT> posteo <DOT> com> AuthorDate: Sun Feb 1 10:24:30 2026 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Sun Feb 8 12:34:14 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45a6f3d3
app-text/papers: hard depend on x11 gdk backend ``` * QA Notice: binaries depend on Gtk's x11-specific ABI without USE dep: * * /usr/lib64/libppsview-4.0.so.4.0.0 ``` Fix is not needed for 49.2+, which uses portal-based APIs. Closes: https://bugs.gentoo.org/961588 Signed-off-by: Lukas Schmelting <lschmelting <AT> posteo.com> Signed-off-by: zyxhere💠<zyx <AT> envs.net> Part-of: https://github.com/gentoo/gentoo/pull/45579 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org> app-text/papers/{papers-48.5.ebuild => papers-48.5-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-text/papers/papers-48.5.ebuild b/app-text/papers/papers-48.5-r1.ebuild similarity index 99% rename from app-text/papers/papers-48.5.ebuild rename to app-text/papers/papers-48.5-r1.ebuild index 9539875369fe..994bef0b8c5c 100644 --- a/app-text/papers/papers-48.5.ebuild +++ b/app-text/papers/papers-48.5-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2025 Gentoo Authors +# Copyright 2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Autogenerated by pycargoebuild 0.15.0 @@ -256,7 +256,7 @@ DEPEND=" # meson.build file DEPEND+=" >=dev-libs/glib-2.75.0:2 - >=gui-libs/gtk-4.17.1:4 + >=gui-libs/gtk-4.17.1:4[X] >=gui-libs/libadwaita-1.6:1 media-libs/exempi:2 >=x11-libs/cairo-1.14.0
