From a737c160089bc51fe0f80d98b24f69b71c49ccb2 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sun, 4 May 2025 07:19:11 +0100 Subject: [PATCH] sys-apps/man-db: sync live Signed-off-by: Sam James --- sys-apps/man-db/man-db-9999.ebuild | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/sys-apps/man-db/man-db-9999.ebuild b/sys-apps/man-db/man-db-9999.ebuild index 928f1df77b31d..c59cd5f04b80d 100644 --- a/sys-apps/man-db/man-db-9999.ebuild +++ b/sys-apps/man-db/man-db-9999.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 @@ -23,23 +23,28 @@ IUSE="+manpager nls +seccomp selinux static-libs zlib" CDEPEND=" >=dev-libs/libpipeline-1.5.0 - sys-apps/groff + >=sys-apps/groff-1.20.0 sys-libs/gdbm:= seccomp? ( sys-libs/libseccomp ) - zlib? ( sys-libs/zlib )" + zlib? ( sys-libs/zlib ) +" DEPEND="${CDEPEND}" -BDEPEND="app-arch/xz-utils +BDEPEND=" + app-arch/xz-utils virtual/pkgconfig nls? ( >=app-text/po4a-0.45 sys-devel/gettext virtual/libiconv virtual/libintl - )" -RDEPEND="${CDEPEND} + ) +" +RDEPEND=" + ${CDEPEND} acct-group/man acct-user/man - selinux? ( sec-policy/selinux-mandb )" + selinux? ( sec-policy/selinux-mandb ) +" PDEPEND="manpager? ( app-text/manpager )" PATCHES=(