diff options
author | 2022-06-30 19:16:42 -0400 | |
---|---|---|
committer | 2022-07-20 16:35:28 -0400 | |
commit | 99d688360e15b6c355c721aa03b302f053a7bd16 (patch) | |
tree | 3d0ee0a4bb767000d76fe44036878df91fafd515 /dev-libs | |
parent | media-libs/xine-lib: Drop dependence on libva[opengl] (diff) | |
download | gentoo-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')
-rw-r--r-- | dev-libs/glib/glib-2.72.2.ebuild | 1 | ||||
-rw-r--r-- | dev-libs/glib/glib-2.72.3.ebuild | 1 |
2 files changed, 2 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 diff --git a/dev-libs/glib/glib-2.72.3.ebuild b/dev-libs/glib/glib-2.72.3.ebuild index 269d854fb717..98e294f212e9 100644 --- a/dev-libs/glib/glib-2.72.3.ebuild +++ b/dev-libs/glib/glib-2.72.3.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 |