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 64B76138331 for ; Sun, 22 Apr 2018 08:49:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7C802E07ED; Sun, 22 Apr 2018 08:49:03 +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 4DA4BE07D9 for ; Sun, 22 Apr 2018 08:49:03 +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 ECA07335C74 for ; Sun, 22 Apr 2018 08:49:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 66B78293 for ; Sun, 22 Apr 2018 08:49:00 +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: <1524386913.c4721540dbee4f9392e1d757f7e9960eb3f16cea.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/pimcommon/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/pimcommon/pimcommon-9999.ebuild X-VCS-Directories: kde-apps/pimcommon/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: c4721540dbee4f9392e1d757f7e9960eb3f16cea X-VCS-Branch: master Date: Sun, 22 Apr 2018 08:49:00 +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-Archives-Salt: 1d06b588-cb84-494b-8ff0-1e09b5f2f982 X-Archives-Hash: afcaeb407f2e94320493939b0237a3f3 commit: c4721540dbee4f9392e1d757f7e9960eb3f16cea Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Apr 22 08:42:27 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Apr 22 08:48:33 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c4721540 kde-apps/pimcommon: autocorrectiontest was fixed Upstream commit 418a45a6cc177435801a882b750aa0d3035c6de0 Bug: https://bugs.gentoo.org/641730 Package-Manager: Portage-2.3.31, Repoman-2.3.9 kde-apps/pimcommon/pimcommon-9999.ebuild | 9 --------- 1 file changed, 9 deletions(-) diff --git a/kde-apps/pimcommon/pimcommon-9999.ebuild b/kde-apps/pimcommon/pimcommon-9999.ebuild index 8a4a3ff7ea..3002282f52 100644 --- a/kde-apps/pimcommon/pimcommon-9999.ebuild +++ b/kde-apps/pimcommon/pimcommon-9999.ebuild @@ -52,12 +52,3 @@ RDEPEND="${COMMON_DEPEND} !kde-apps/kdepim-common-libs:4 !kde-apps/kdepim-l10n " - -src_test() { - # bug 641730 - local myctestargs=( - -E "(autocorrectiontest)" - ) - - kde5_src_test -}