Diff openmp-19.1.7 with a openmp-21.1.8

/usr/portage/llvm-runtimes/openmp/openmp-21.1.8.ebuild 2026-01-01 10:18:04.815587527 +0300
3 3

  
4 4
EAPI=8
5 5

  
6
PYTHON_COMPAT=( python3_{10..13} )
6
PYTHON_COMPAT=( python3_{11..14} )
7 7
inherit flag-o-matic cmake-multilib linux-info llvm.org python-single-r1
8 8

  
9 9
DESCRIPTION="OpenMP runtime library for LLVM/clang compiler"
Thank you!