fix python-exec dep

This commit is contained in:
Dorian OUAKLI 2024-03-25 11:47:11 +01:00
parent ca12c516b8
commit d67def7427
2 changed files with 3 additions and 3 deletions

View File

@ -88,7 +88,7 @@ RDEPEND+="
" "
if [[ ${PV} != *_alpha* ]]; then if [[ ${PV} != *_alpha* ]]; then
RDEPEND+=" RDEPEND+="
dev-lang/python-exec[python_targets_python${PYVER/./_}(-)] dev-lang/python-exec[python_targets_python3.12(-)]
" "
fi fi

File diff suppressed because one or more lines are too long