summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-10-30 22:49:03 +0000
committerSam James <sam@gentoo.org>2024-10-30 22:50:04 +0000
commite071ab8e96a0dd718daf03d85075c76cb3987466 (patch)
treea61d84f011a3a3c0b4e32f90039cf7b83672b719 /dev-debug
parentdev-debug/dtrace: update live for valgrind changes (diff)
downloadgentoo-e071ab8e96a0dd718daf03d85075c76cb3987466.tar.gz
gentoo-e071ab8e96a0dd718daf03d85075c76cb3987466.tar.bz2
gentoo-e071ab8e96a0dd718daf03d85075c76cb3987466.zip
dev-debug/dtrace: update live for mandir fix
Bug: https://github.com/oracle/dtrace-utils/issues/106 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-debug')
-rw-r--r--dev-debug/dtrace/dtrace-9999.ebuild3
1 files changed, 1 insertions, 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