Skip to content

Commit

Permalink
dev-ada/langkit: fix failing test
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/829655
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Alfredo Tupone <[email protected]>
  • Loading branch information
atupone committed Dec 20, 2021
1 parent d5efbcb commit 895f47a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dev-ada/langkit/langkit-22.0.0-r2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}
|| ( shared static-libs static-pic )"

RDEPEND="${PYTHON_DEPS}
dev-ada/gnatcoll-bindings[iconv,shared?,static-libs?,static-pic?]
dev-ada/gnatcoll-bindings[gmp,iconv,shared?,static-libs?,static-pic?]
dev-python/mako[${PYTHON_USEDEP}]
dev-python/pyyaml[${PYTHON_USEDEP}]
dev-python/funcy[${PYTHON_USEDEP}]
Expand Down Expand Up @@ -58,6 +58,7 @@ python_compile_all() {
}

python_test_all() {
export GPR_PROJECT_PATH="${S}"/support
${EPYTHON} ./manage.py make --no-langkit-support || die
eval $(./manage.py setenv)
${EPYTHON} ./manage.py test --verbose |& tee langkit.testOut
Expand Down

0 comments on commit 895f47a

Please sign in to comment.