summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-python/shiboken2: depend on clang-runtimeAndrew Ammerlaan2021-07-181-0/+170
pyside2 fails to compile if we try to compile it with a different version of clang then was present when shiboken2 was compiled. Even a change of the minor version triggers this! We depend on clang-runtime as well as on clang, because clang-PV pulls in clang-runtime-PV and the clang-runtime ebuild defines different slots even for the minor releases (which clang does not, it only has slots for major releases). This should trigger a rebuild of shiboken2 even for minor version changes of clang(-runtime) and thus avoid any issues when compiling pyside2. Closes: https://bugs.gentoo.org/796614 Package-Manager: Portage-3.0.20, Repoman-3.0.3 RepoMan-Options: --force Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>