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 20848139696 for ; Wed, 2 Aug 2017 23:22:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6ED96E0D26; Wed, 2 Aug 2017 23:22:42 +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 4AA58E0D1F for ; Wed, 2 Aug 2017 23:22:42 +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 527C93418B6 for ; Wed, 2 Aug 2017 23:22:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1DD1B75ED for ; Wed, 2 Aug 2017 23:22:40 +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: <1501715319.aec7d1806cbefcb637f693a79686608567f6c044.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kmail/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kmail/kmail-17.08.49.9999.ebuild kde-apps/kmail/kmail-9999.ebuild X-VCS-Directories: kde-apps/kmail/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: aec7d1806cbefcb637f693a79686608567f6c044 X-VCS-Branch: master Date: Wed, 2 Aug 2017 23:22:40 +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: c7bc5c4d-cd9c-46ea-8bab-560f6a4644ca X-Archives-Hash: 336fd092fc46c7c031962b27744e4b98 commit: aec7d1806cbefcb637f693a79686608567f6c044 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Aug 2 22:18:41 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Aug 2 23:08:39 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=aec7d180 kde-apps/kmail: Restrict tests Gentoo-bug: 616878 Package-Manager: Portage-2.3.6, Repoman-2.3.1 kde-apps/kmail/kmail-17.08.49.9999.ebuild | 2 ++ kde-apps/kmail/kmail-9999.ebuild | 2 ++ 2 files changed, 4 insertions(+) diff --git a/kde-apps/kmail/kmail-17.08.49.9999.ebuild b/kde-apps/kmail/kmail-17.08.49.9999.ebuild index f53ccc3a3c..bf03eed6c8 100644 --- a/kde-apps/kmail/kmail-17.08.49.9999.ebuild +++ b/kde-apps/kmail/kmail-17.08.49.9999.ebuild @@ -80,6 +80,8 @@ RDEPEND="${COMMON_DEPEND} $(add_kdeapps_dep kdepim-runtime) " +RESTRICT+=" test" # bug 616878 + src_prepare() { cmake-utils_src_prepare diff --git a/kde-apps/kmail/kmail-9999.ebuild b/kde-apps/kmail/kmail-9999.ebuild index f53ccc3a3c..bf03eed6c8 100644 --- a/kde-apps/kmail/kmail-9999.ebuild +++ b/kde-apps/kmail/kmail-9999.ebuild @@ -80,6 +80,8 @@ RDEPEND="${COMMON_DEPEND} $(add_kdeapps_dep kdepim-runtime) " +RESTRICT+=" test" # bug 616878 + src_prepare() { cmake-utils_src_prepare