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 8D03F138334 for ; Tue, 18 Dec 2018 23:29:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A9870E0978; Tue, 18 Dec 2018 23:29:41 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 87E3EE0974 for ; Tue, 18 Dec 2018 23:29:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 D81A9335C7B for ; Tue, 18 Dec 2018 23:29:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3CB3A4E4 for ; Tue, 18 Dec 2018 23:29:38 +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: <1545175759.162fe2cba46f502c012214612e5a2aff976d7a10.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/kcalc/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/kcalc/kcalc-18.12.0.ebuild X-VCS-Directories: kde-apps/kcalc/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 162fe2cba46f502c012214612e5a2aff976d7a10 X-VCS-Branch: master Date: Tue, 18 Dec 2018 23:29:38 +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: d1433ddb-142d-4323-bbd2-8d399b8b690e X-Archives-Hash: c8b2923fd7b409add945e28df9d412c0 commit: 162fe2cba46f502c012214612e5a2aff976d7a10 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Dec 18 21:20:18 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Dec 18 23:29:19 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=162fe2cb kde-apps/kcalc: Disable tests for this version Closes: https://bugs.gentoo.org/673136 Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/kcalc/kcalc-18.12.0.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kde-apps/kcalc/kcalc-18.12.0.ebuild b/kde-apps/kcalc/kcalc-18.12.0.ebuild index 150699d9a9a..d826dfff8f0 100644 --- a/kde-apps/kcalc/kcalc-18.12.0.ebuild +++ b/kde-apps/kcalc/kcalc-18.12.0.ebuild @@ -31,3 +31,5 @@ RDEPEND=" DEPEND="${RDEPEND} sys-devel/gettext " + +RESTRICT+=" test" # bug #673136