From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1858B158094 for ; Wed, 20 Jul 2022 20:35:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 27152E0B4B; Wed, 20 Jul 2022 20:35:54 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 09AFDE0B4B for ; Wed, 20 Jul 2022 20:35:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DAB23340AEC for ; Wed, 20 Jul 2022 20:35:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1EFA452C for ; Wed, 20 Jul 2022 20:35:51 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1658349328.99d688360e15b6c355c721aa03b302f053a7bd16.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/glib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/glib/glib-2.72.2.ebuild dev-libs/glib/glib-2.72.3.ebuild X-VCS-Directories: dev-libs/glib/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 99d688360e15b6c355c721aa03b302f053a7bd16 X-VCS-Branch: master Date: Wed, 20 Jul 2022 20:35:51 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 22bc2633-be65-4606-9ff8-080906cee24b X-Archives-Hash: 5a6cb58d7a4ad3a03ee9684c209d9d9b commit: 99d688360e15b6c355c721aa03b302f053a7bd16 Author: matoro users noreply github com> AuthorDate: Thu Jun 30 23:16:42 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Wed Jul 20 20:35:28 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99d68836 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 users.noreply.github.com> Signed-off-by: Matt Turner gentoo.org> dev-libs/glib/glib-2.72.2.ebuild | 1 + dev-libs/glib/glib-2.72.3.ebuild | 1 + 2 files changed, 2 insertions(+) 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