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 1F4561396D0 for ; Wed, 23 Aug 2017 19:37:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 67B0F1FC003; Wed, 23 Aug 2017 19:37:56 +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 44EFF1FC003 for ; Wed, 23 Aug 2017 19:37:56 +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 490C734184B for ; Wed, 23 Aug 2017 19:37:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B27F8802A for ; Wed, 23 Aug 2017 19:37:53 +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: <1503517062.78e1db9d5ff09853149a34e9d2bf47d833188d6d.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: app-office/calligra/ X-VCS-Repository: proj/kde X-VCS-Files: app-office/calligra/calligra-9999.ebuild X-VCS-Directories: app-office/calligra/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 78e1db9d5ff09853149a34e9d2bf47d833188d6d X-VCS-Branch: master Date: Wed, 23 Aug 2017 19:37:53 +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: bb5ab2d3-0a41-48a4-808b-14b21b018324 X-Archives-Hash: 35ec810e8c0141ee9fb0f771df898c64 commit: 78e1db9d5ff09853149a34e9d2bf47d833188d6d Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Aug 23 19:37:42 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Aug 23 19:37:42 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=78e1db9d app-office/calligra: BUILD_TESTING=OFF fixed upstream Upstream commit 9d3982b36b30da944f11d22205203db67866f47b Package-Manager: Portage-2.3.8, Repoman-2.3.3 app-office/calligra/calligra-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-office/calligra/calligra-9999.ebuild b/app-office/calligra/calligra-9999.ebuild index 0861d3a981..d528c84c2f 100644 --- a/app-office/calligra/calligra-9999.ebuild +++ b/app-office/calligra/calligra-9999.ebuild @@ -5,7 +5,7 @@ EAPI=6 CHECKREQS_DISK_BUILD="4G" KDE_HANDBOOK="forceoptional" -KDE_TEST="forceoptional-recursive" +KDE_TEST="forceoptional" inherit check-reqs kde5 versionator DESCRIPTION="KDE Office Suite"