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@gentoo.org>
This commit is contained in:
Sam James
2022-07-12 03:47:31 +01:00
parent 0109dc9d17
commit 9473a1d20a

View File

@@ -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
}