commit: b3da7517e872daf72dda55edb7d6aefd5b8f8713 Author: Petr Vaněk <arkamar <AT> gentoo <DOT> org> AuthorDate: Fri Sep 6 09:35:38 2024 +0000 Commit: Petr Vaněk <arkamar <AT> gentoo <DOT> org> CommitDate: Fri Sep 6 10:11:48 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3da7517
app-misc/gramps: TZ=UTC for ged export test The ged export test expects UTC timezone. Closes: https://bugs.gentoo.org/939161 Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org> app-misc/gramps/gramps-5.2.3.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app-misc/gramps/gramps-5.2.3.ebuild b/app-misc/gramps/gramps-5.2.3.ebuild index 391d5dc54184..e65eb3ca41c1 100644 --- a/app-misc/gramps/gramps-5.2.3.ebuild +++ b/app-misc/gramps/gramps-5.2.3.ebuild @@ -69,7 +69,8 @@ python_test() { # test_imp_sample_ged wrongly detects mimetype for OBJE without file in ${S} rm -f data/tests/imp_sample.ged || die - local -x GRAMPS_RESOURCES="${BUILD_DIR}/install/usr/share" GDK_BACKEND=- + # TZ=UTC is expected in ged export test, #939161 + local -x GRAMPS_RESOURCES="${BUILD_DIR}/install/usr/share" GDK_BACKEND=- TZ=UTC eunittest -p "*_test.py" # we don't want to install this symlink
