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 7AD9C1396D0 for ; Wed, 9 Aug 2017 01:26:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BC1A9E0EA0; Wed, 9 Aug 2017 01:26:17 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 972AEE0EA0 for ; Wed, 9 Aug 2017 01:26:17 +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 82F58341997 for ; Wed, 9 Aug 2017 01:26:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 09F2875D1 for ; Wed, 9 Aug 2017 01:26:14 +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: <1502241941.7b01911bfd31708c6a464c5b1afbc40314380251.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kimap/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kimap/kimap-17.07.90.ebuild kde-apps/kimap/kimap-17.08.49.9999.ebuild kde-apps/kimap/kimap-9999.ebuild X-VCS-Directories: kde-apps/kimap/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 7b01911bfd31708c6a464c5b1afbc40314380251 X-VCS-Branch: master Date: Wed, 9 Aug 2017 01:26:14 +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: 62bb33cd-20d2-423d-bbb6-81b8db5ff2b7 X-Archives-Hash: 4a8052c3a293cbbe21da45fc9628ec20 commit: 7b01911bfd31708c6a464c5b1afbc40314380251 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Aug 9 01:25:41 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Aug 9 01:25:41 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=7b01911b kde-apps/kimap: Switch to KDE_TEST=forceoptional Package-Manager: Portage-2.3.6, Repoman-2.3.1 kde-apps/kimap/kimap-17.07.90.ebuild | 2 +- kde-apps/kimap/kimap-17.08.49.9999.ebuild | 2 +- kde-apps/kimap/kimap-9999.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kde-apps/kimap/kimap-17.07.90.ebuild b/kde-apps/kimap/kimap-17.07.90.ebuild index e47e9edfc8..867c50f88f 100644 --- a/kde-apps/kimap/kimap-17.07.90.ebuild +++ b/kde-apps/kimap/kimap-17.07.90.ebuild @@ -3,7 +3,7 @@ EAPI=6 -KDE_TEST="true" +KDE_TEST="forceoptional" inherit kde5 DESCRIPTION="Library for interacting with IMAP servers" diff --git a/kde-apps/kimap/kimap-17.08.49.9999.ebuild b/kde-apps/kimap/kimap-17.08.49.9999.ebuild index b18944f589..790380c40b 100644 --- a/kde-apps/kimap/kimap-17.08.49.9999.ebuild +++ b/kde-apps/kimap/kimap-17.08.49.9999.ebuild @@ -3,7 +3,7 @@ EAPI=6 -KDE_TEST="true" +KDE_TEST="forceoptional" inherit kde5 DESCRIPTION="Library for interacting with IMAP servers" diff --git a/kde-apps/kimap/kimap-9999.ebuild b/kde-apps/kimap/kimap-9999.ebuild index b18944f589..790380c40b 100644 --- a/kde-apps/kimap/kimap-9999.ebuild +++ b/kde-apps/kimap/kimap-9999.ebuild @@ -3,7 +3,7 @@ EAPI=6 -KDE_TEST="true" +KDE_TEST="forceoptional" inherit kde5 DESCRIPTION="Library for interacting with IMAP servers"