mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user