commit:     a737c160089bc51fe0f80d98b24f69b71c49ccb2
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun May  4 06:19:11 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun May  4 06:19:18 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a737c160

sys-apps/man-db: sync live

Signed-off-by: Sam James <sam <AT> gentoo.org>

 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 928f1df77b31..c59cd5f04b80 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=(

Reply via email to