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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E3B87138359 for ; Sat, 11 Jul 2020 18:22:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 27B80E0824; Sat, 11 Jul 2020 18:22:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0D6E6E0824 for ; Sat, 11 Jul 2020 18:22:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0F63034F814 for ; Sat, 11 Jul 2020 18:22:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BF00921D for ; Sat, 11 Jul 2020 18:22:33 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1594491736.a24e2aeba8d84f7170019d46fb271fc533c266bb.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kalarmcal/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kalarmcal/kalarmcal-20.08.49.9999.ebuild kde-apps/kalarmcal/kalarmcal-9999.ebuild X-VCS-Directories: kde-apps/kalarmcal/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: a24e2aeba8d84f7170019d46fb271fc533c266bb X-VCS-Branch: master Date: Sat, 11 Jul 2020 18:22:33 +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: 88656f13-1b13-4c2c-bd5a-fbde2035aa51 X-Archives-Hash: c0ed39509d0e79bc664f5b3f7e5c112f commit: a24e2aeba8d84f7170019d46fb271fc533c266bb Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Jul 11 08:50:50 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Jul 11 18:22:16 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=a24e2aeb kde-apps/kalarmcal: Switch to LC_TIME=C in src_test Bug: https://bugs.gentoo.org/665626 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/kalarmcal/kalarmcal-20.08.49.9999.ebuild | 2 +- kde-apps/kalarmcal/kalarmcal-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-apps/kalarmcal/kalarmcal-20.08.49.9999.ebuild b/kde-apps/kalarmcal/kalarmcal-20.08.49.9999.ebuild index 9467796064..c24513b9f8 100644 --- a/kde-apps/kalarmcal/kalarmcal-20.08.49.9999.ebuild +++ b/kde-apps/kalarmcal/kalarmcal-20.08.49.9999.ebuild @@ -34,5 +34,5 @@ RDEPEND="${COMMON_DEPEND} " src_test() { - LANG="C" ecm_src_test #bug 665626 + LC_TIME="C" ecm_src_test #bug 665626 } diff --git a/kde-apps/kalarmcal/kalarmcal-9999.ebuild b/kde-apps/kalarmcal/kalarmcal-9999.ebuild index 9467796064..c24513b9f8 100644 --- a/kde-apps/kalarmcal/kalarmcal-9999.ebuild +++ b/kde-apps/kalarmcal/kalarmcal-9999.ebuild @@ -34,5 +34,5 @@ RDEPEND="${COMMON_DEPEND} " src_test() { - LANG="C" ecm_src_test #bug 665626 + LC_TIME="C" ecm_src_test #bug 665626 }