commit:     850a084b7f9ba426afb1febec97c613c90498484
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 19 23:26:26 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Aug 19 23:26:51 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=850a084b

dev-debug/dtrace: fix man page location

Bug: https://bugs.gentoo.org/938209
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-debug/dtrace/{dtrace-2.0.1.1.ebuild => dtrace-2.0.1.1-r1.ebuild} | 2 +-
 dev-debug/dtrace/dtrace-9999.ebuild                                  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-debug/dtrace/dtrace-2.0.1.1.ebuild 
b/dev-debug/dtrace/dtrace-2.0.1.1-r1.ebuild
similarity index 99%
rename from dev-debug/dtrace/dtrace-2.0.1.1.ebuild
rename to dev-debug/dtrace/dtrace-2.0.1.1-r1.ebuild
index 8f1cbd7f3011..4a48a07e8545 100644
--- a/dev-debug/dtrace/dtrace-2.0.1.1.ebuild
+++ b/dev-debug/dtrace/dtrace-2.0.1.1-r1.ebuild
@@ -116,7 +116,7 @@ src_configure() {
        local confargs=(
                # TODO: Maybe we should set the UNPRIV_UID to something? -3 is 
a bit... kludgy
                --prefix="${EPREFIX}"/usr
-               --mandir="${EPREFIX}"/usr/share/man
+               --mandir="${EPREFIX}"/usr/share/man/man8
                --docdir="${EPREFIX}"/usr/share/doc/${PF}
                HAVE_LIBCTF=yes
                HAVE_LIBSYSTEMD=$(usex systemd)

diff --git a/dev-debug/dtrace/dtrace-9999.ebuild 
b/dev-debug/dtrace/dtrace-9999.ebuild
index 8fb8a63fc9a2..40c98e7440cd 100644
--- a/dev-debug/dtrace/dtrace-9999.ebuild
+++ b/dev-debug/dtrace/dtrace-9999.ebuild
@@ -116,7 +116,7 @@ src_configure() {
        local confargs=(
                # TODO: Maybe we should set the UNPRIV_UID to something? -3 is 
a bit... kludgy
                --prefix="${EPREFIX}"/usr
-               --mandir="${EPREFIX}"/usr/share/man
+               --mandir="${EPREFIX}"/usr/share/man/man8
                --docdir="${EPREFIX}"/usr/share/doc/${PF}
                HAVE_LIBCTF=yes
                HAVE_LIBSYSTEMD=$(usex systemd)

Reply via email to