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 37158138350 for ; Wed, 26 Feb 2020 10:10:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 64F4AE084A; Wed, 26 Feb 2020 10:10:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 4A1F8E084A for ; Wed, 26 Feb 2020 10:10:28 +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 DC60034F2C0 for ; Wed, 26 Feb 2020 10:10:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DEFD510A for ; Wed, 26 Feb 2020 10:10:23 +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: <1582711795.85ba5521e35c2bd30437c483d1c1a2d9d5238442.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/kitemmodels/ X-VCS-Repository: proj/kde X-VCS-Files: kde-frameworks/kitemmodels/kitemmodels-9999.ebuild X-VCS-Directories: kde-frameworks/kitemmodels/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 85ba5521e35c2bd30437c483d1c1a2d9d5238442 X-VCS-Branch: master Date: Wed, 26 Feb 2020 10:10:23 +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: cb208422-ecb6-43cf-bbd0-cdd00a9ab421 X-Archives-Hash: 12eaa380ad12dff25c6a02f5090a91bb commit: 85ba5521e35c2bd30437c483d1c1a2d9d5238442 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Feb 26 09:59:43 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Feb 26 10:09:55 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=85ba5521 kde-frameworks/kitemmodels: Fix knumbermodeltest Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kitemmodels/kitemmodels-9999.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/kde-frameworks/kitemmodels/kitemmodels-9999.ebuild b/kde-frameworks/kitemmodels/kitemmodels-9999.ebuild index ab59450fc5..1823671314 100644 --- a/kde-frameworks/kitemmodels/kitemmodels-9999.ebuild +++ b/kde-frameworks/kitemmodels/kitemmodels-9999.ebuild @@ -26,3 +26,7 @@ src_configure() { ) ecm_src_configure } + +src_test() { + LC_NUMERIC="C" ecm_src_test # bug 708820 +}