commit: ab2c8ec3463fcffe1fbcb7bfd52fb16ebf346492 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Mar 9 10:19:22 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Mar 9 10:19:22 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab2c8ec3
games-board/gnuchess: BDEPEND on help2man Bit annoying as it uses `missing` so we don't notice if it's actually *absent*, (=> nobody filed a bug until now / noticed the missing dep) but if it's present-but-broken (e.g. needs a rebuild for Locale-gettext) then it'll be used and bomb out like in the bug as Portage didn't know gnuchess was using it so wasn't forced to schedule it after help2man was rebuilt. Closes: https://bugs.gentoo.org/950973 Signed-off-by: Sam James <sam <AT> gentoo.org> games-board/gnuchess/gnuchess-6.2.9-r1.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/games-board/gnuchess/gnuchess-6.2.9-r1.ebuild b/games-board/gnuchess/gnuchess-6.2.9-r1.ebuild index 687cbf046776..a444983f20b0 100644 --- a/games-board/gnuchess/gnuchess-6.2.9-r1.ebuild +++ b/games-board/gnuchess/gnuchess-6.2.9-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -13,6 +13,8 @@ LICENSE="GPL-3" SLOT="0" KEYWORDS="amd64 ~arm arm64 ~loong ppc64 ~riscv x86" +BDEPEND="sys-apps/help2man" + PATCHES=( "${FILESDIR}"/${PN}-6.2.9-c++17.patch "${FILESDIR}"/${PN}-6.2.9-configure-quoting.patch
