commit: e071ab8e96a0dd718daf03d85075c76cb3987466 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Oct 30 22:49:03 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Oct 30 22:50:04 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e071ab8e
dev-debug/dtrace: update live for mandir fix Bug: https://github.com/oracle/dtrace-utils/issues/106 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-debug/dtrace/dtrace-9999.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-debug/dtrace/dtrace-9999.ebuild b/dev-debug/dtrace/dtrace-9999.ebuild index 18b788695b6b..63360b80ca91 100644 --- a/dev-debug/dtrace/dtrace-9999.ebuild +++ b/dev-debug/dtrace/dtrace-9999.ebuild @@ -136,8 +136,7 @@ src_configure() { local confargs=( # TODO: Maybe we should set the UNPRIV_UID to something? -3 is a bit... kludgy --prefix="${EPREFIX}"/usr - # See https://github.com/oracle/dtrace-utils/issues/106 for man8 suffix - --mandir="${EPREFIX}"/usr/share/man/man8 + --mandir="${EPREFIX}"/usr/share/man --docdir="${EPREFIX}"/usr/share/doc/${PF} --with-systemd HAVE_LIBCTF=yes
