summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormatoro <matoro@users.noreply.github.com>2022-06-30 19:16:42 -0400
committerMatt Turner <mattst88@gentoo.org>2022-07-20 16:35:28 -0400
commit99d688360e15b6c355c721aa03b302f053a7bd16 (patch)
tree3d0ee0a4bb767000d76fe44036878df91fafd515 /dev-libs/glib/glib-2.72.2.ebuild
parentmedia-libs/xine-lib: Drop dependence on libva[opengl] (diff)
downloadgentoo-99d688360e15b6c355c721aa03b302f053a7bd16.tar.gz
gentoo-99d688360e15b6c355c721aa03b302f053a7bd16.tar.bz2
gentoo-99d688360e15b6c355c721aa03b302f053a7bd16.zip
dev-libs/glib: set TZ=UTC for tests
datetime test may fail if timezone is not UTC Closes: https://github.com/gentoo/gentoo/pull/26177 Signed-off-by: matoro <matoro@users.noreply.github.com> Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'dev-libs/glib/glib-2.72.2.ebuild')
-rw-r--r--dev-libs/glib/glib-2.72.2.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-libs/glib/glib-2.72.2.ebuild b/dev-libs/glib/glib-2.72.2.ebuild
index b5103a775b23..f22168fe6962 100644
--- a/dev-libs/glib/glib-2.72.2.ebuild
+++ b/dev-libs/glib/glib-2.72.2.ebuild
@@ -183,6 +183,7 @@ multilib_src_test() {
export XDG_DATA_DIRS=/usr/local/share:/usr/share
export G_DBUS_COOKIE_SHA1_KEYRING_DIR="${T}/temp"
export LC_TIME=C # bug #411967
+ export TZ=UTC
unset GSETTINGS_BACKEND # bug #596380
python_setup