commit: 26f5d7f6e00c35d8e386d11741a8297861adcbcd Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org> AuthorDate: Wed Feb 19 20:04:16 2025 +0000 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org> CommitDate: Wed Feb 19 20:07:56 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26f5d7f6
dev-python/shiboken6: fix sed path Non-maintainer drive-by fix, have not really tested beside checking that the sed applies. Seems this was copied from the pyside-6.8.2 ebuild which has a different (top level) S value. Closes: https://bugs.gentoo.org/949980 Fixes: 57f2e650fb99bf0d69a1bd059dd6ffdae32ddf2d Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org> dev-python/shiboken6/shiboken6-6.8.1.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/shiboken6/shiboken6-6.8.1.1-r1.ebuild b/dev-python/shiboken6/shiboken6-6.8.1.1-r1.ebuild index 7085d3f9fe31..a59c49db6819 100644 --- a/dev-python/shiboken6/shiboken6-6.8.1.1-r1.ebuild +++ b/dev-python/shiboken6/shiboken6-6.8.1.1-r1.ebuild @@ -98,7 +98,7 @@ src_prepare() { # https://bugs.gentoo.org/619490 sed -e \ 's~(findClangBuiltInIncludesDir())~(QStringLiteral("'"${EPREFIX}"'/usr/lib/clang/'"${LLVM_SLOT}"'/include"))~' \ - -i sources/shiboken6/ApiExtractor/clangparser/compilersupport.cpp || die + -i ApiExtractor/clangparser/compilersupport.cpp || die cmake_src_prepare }
