commit:     2c48bdfc3ae2a28cb851f3c82c46d1dc87b3db1c
Author:     Sv. Lockal <lockalsash <AT> gmail <DOT> com>
AuthorDate: Sun Nov  9 16:10:06 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Nov 10 12:22:33 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c48bdfc

dev-libs/rocdbgapi: fix path docs installation

Closes: https://bugs.gentoo.org/965860
Signed-off-by: Sv. Lockal <lockalsash <AT> gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/44553
Closes: https://github.com/gentoo/gentoo/pull/44553
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-libs/rocdbgapi/{rocdbgapi-7.1.0.ebuild => rocdbgapi-7.1.0-r1.ebuild} | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-libs/rocdbgapi/rocdbgapi-7.1.0.ebuild 
b/dev-libs/rocdbgapi/rocdbgapi-7.1.0-r1.ebuild
similarity index 92%
rename from dev-libs/rocdbgapi/rocdbgapi-7.1.0.ebuild
rename to dev-libs/rocdbgapi/rocdbgapi-7.1.0-r1.ebuild
index 6728165a9599..2197b55e507b 100644
--- a/dev-libs/rocdbgapi/rocdbgapi-7.1.0.ebuild
+++ b/dev-libs/rocdbgapi/rocdbgapi-7.1.0-r1.ebuild
@@ -35,6 +35,7 @@ DEPEND="
 src_prepare() {
        sed -e "s/-Werror//" \
                -e 
"s:\${CMAKE_INSTALL_DATADIR}/html/amd-dbgapi:\${CMAKE_INSTALL_DOCDIR}/html:" \
+               -e 
"s:\${CMAKE_INSTALL_DATADIR}/doc/\${CPACK_PACKAGE_NAME}:\${CMAKE_INSTALL_DOCDIR}:"
 \
                -e "s/COMPONENT asan/COMPONENT asan EXCLUDE_FROM_ALL/" \
                -i CMakeLists.txt || die
        cmake_src_prepare

Reply via email to