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 B1E46158083 for ; Fri, 6 Sep 2024 10:12:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CEFE42BC02B; Fri, 6 Sep 2024 10:12:12 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 B601C2BC02B for ; Fri, 6 Sep 2024 10:12:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 BF25D341707 for ; Fri, 6 Sep 2024 10:12:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F27FC1F43 for ; Fri, 6 Sep 2024 10:12:09 +0000 (UTC) From: "Petr Vaněk" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Petr Vaněk" Message-ID: <1725617508.b3da7517e872daf72dda55edb7d6aefd5b8f8713.arkamar@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/gramps/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/gramps/gramps-5.2.3.ebuild X-VCS-Directories: app-misc/gramps/ X-VCS-Committer: arkamar X-VCS-Committer-Name: Petr Vaněk X-VCS-Revision: b3da7517e872daf72dda55edb7d6aefd5b8f8713 X-VCS-Branch: master Date: Fri, 6 Sep 2024 10:12:09 +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: 4174b441-91cb-4da8-b997-34ac5af14fca X-Archives-Hash: 2bd26fd2409e7de9add5360f7930bd6f commit: b3da7517e872daf72dda55edb7d6aefd5b8f8713 Author: Petr Vaněk gentoo org> AuthorDate: Fri Sep 6 09:35:38 2024 +0000 Commit: Petr Vaněk gentoo 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 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