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 D81131396D1 for ; Tue, 8 Aug 2017 23:49:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 229D7E077A; Tue, 8 Aug 2017 23:49:53 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 01F8EE077A for ; Tue, 8 Aug 2017 23:49:52 +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 EE5FE341A20 for ; Tue, 8 Aug 2017 23:49:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AB49F75DD for ; Tue, 8 Aug 2017 23:49:50 +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: <1502228934.0e8cc9b0031079307cbceb4cb5eb4a50b545c5ce.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: 0e8cc9b0031079307cbceb4cb5eb4a50b545c5ce X-VCS-Branch: master Date: Tue, 8 Aug 2017 23:49:50 +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: bf027ff7-7b24-484e-94ec-8f6aa34ddea8 X-Archives-Hash: ba37f390948593fd877e9aa43def34c9 commit: 0e8cc9b0031079307cbceb4cb5eb4a50b545c5ce Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Aug 8 21:48:54 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Aug 8 21:48:54 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=0e8cc9b0 app-office/calligra: Switch KDE_TEST back to forceoptional Package-Manager: Portage-2.3.6, Repoman-2.3.1 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"