commit: 9473a1d20aa819dfa43544b2b14dd27772ca43fc Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Jul 12 02:47:31 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Jul 12 03:03:14 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9473a1d2
app-office/gtg: use canonical phase ordering To match execution, per devmanual. See: https://github.com/gentoo/gentoo/pull/26269 Signed-off-by: Sam James <sam <AT> gentoo.org> app-office/gtg/gtg-0.6.ebuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app-office/gtg/gtg-0.6.ebuild b/app-office/gtg/gtg-0.6.ebuild index e55a20f164bf..7fe456bf3945 100644 --- a/app-office/gtg/gtg-0.6.ebuild +++ b/app-office/gtg/gtg-0.6.ebuild @@ -46,13 +46,13 @@ BDEPEND=" ) " +src_test() { + sed -e "s|@VCS_TAG@|${PV}|" GTG/core/info.py.in > GTG/core/info.py || die + nosetests -v || die +} + src_install() { meson_src_install python_fix_shebang "${ED}"/usr/bin/gtg python_optimize } - -src_test() { - sed -e "s|@VCS_TAG@|${PV}|" GTG/core/info.py.in > GTG/core/info.py || die - nosetests -v || die -}
