commit: cef0a0bfa942ef28c28c6c63456082325912f311 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Apr 16 11:10:06 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Apr 16 11:22:17 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cef0a0bf
games-board/gnome-chess: depend on >=libadwaita-1.5 in 46.0 Upstream commit 0378f849a5b23e6875a9aadbc403b32ddb4e9df9 started to use add_responses, then a5ba7a2171e6e1132ccbd7fbbb24ce8e2e6d5b24 raised the Meson requirement in 47.0, but the former change was in 46.0. Closes: https://bugs.gentoo.org/953887 Signed-off-by: Sam James <sam <AT> gentoo.org> games-board/gnome-chess/gnome-chess-46.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/games-board/gnome-chess/gnome-chess-46.0.ebuild b/games-board/gnome-chess/gnome-chess-46.0.ebuild index f3af7ac07bd4..09f4ad7997cf 100644 --- a/games-board/gnome-chess/gnome-chess-46.0.ebuild +++ b/games-board/gnome-chess/gnome-chess-46.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -15,7 +15,7 @@ KEYWORDS="amd64 arm64 ~loong ~riscv x86" RDEPEND=" >=dev-libs/glib-2.44:2 gui-libs/gtk:4 - >=gui-libs/libadwaita-1.0.0:1 + >=gui-libs/libadwaita-1.5:1 >=gnome-base/librsvg-2.46.0:2 x11-libs/pango "
