eclass/ruby-ng.eclass: add missing eend

Signed-off-by: Hans de Graaff <graaff@gentoo.org>
This commit is contained in:
Hans de Graaff
2022-04-18 08:15:36 +02:00
parent dd0c75ded7
commit d5bb9413dc

View File

@@ -412,6 +412,7 @@ _ruby_invoke_environment() {
ebegin "Running ${_PHASE:-${EBUILD_PHASE}} phase for $environment"
"$@"
eend $?
popd &>/dev/null || die
S=${old_S}