Diff rocr-runtime-5.3.3-r1 with a rocr-runtime-5.4.3-r1

/usr/portage/dev-libs/rocr-runtime/rocr-runtime-5.4.3-r1.ebuild 2023-10-09 14:52:29.760368357 +0300
44 44
	# Gentoo installs "*.bc" to "/usr/lib" instead of a "[path]/bitcode" directory ...
45 45
	sed -e "s:-O2:--rocm-path=${EPREFIX}/usr/lib/ -O2:" -i image/blit_src/CMakeLists.txt || die
46 46

  
47
	# internal version depends on git being present and random weird magic, otherwise fallback to incoherent default value
48
	# fix default value to be more better
49

  
50
	sed -i -e "s:1.7.0:${PV}:" CMakeLists.txt || die
51

  
47 52
	cmake_src_prepare
48 53
}
49 54

  
Thank you!