From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 7EA9213827A for ; Thu, 26 May 2016 16:08:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D4CF1224054; Thu, 26 May 2016 16:07:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 65536224054 for ; Thu, 26 May 2016 16:07:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D4A80340A9E for ; Thu, 26 May 2016 16:07:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 920AA97C for ; Thu, 26 May 2016 16:07:53 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1464278855.3977202f3775e87f7485de111a6ee24e69cfc51f.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/ark/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/ark/ark-16.04.49.9999.ebuild kde-apps/ark/ark-9999.ebuild X-VCS-Directories: kde-apps/ark/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 3977202f3775e87f7485de111a6ee24e69cfc51f X-VCS-Branch: master Date: Thu, 26 May 2016 16:07: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: a0bd5e97-c0e0-4d78-8214-c2079c83da11 X-Archives-Hash: aa0ebf7008b1bc21a27a3ffb8a11fd5a commit: 3977202f3775e87f7485de111a6ee24e69cfc51f Author: Johannes Huber gentoo org> AuthorDate: Thu May 26 16:07:35 2016 +0000 Commit: Johannes Huber gentoo org> CommitDate: Thu May 26 16:07:35 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=3977202f kde-apps/ark: Restrict tests Gentoo-bug: 560548 Package-Manager: portage-2.3.0_rc1 kde-apps/ark/ark-16.04.49.9999.ebuild | 3 +++ kde-apps/ark/ark-9999.ebuild | 3 +++ 2 files changed, 6 insertions(+) diff --git a/kde-apps/ark/ark-16.04.49.9999.ebuild b/kde-apps/ark/ark-16.04.49.9999.ebuild index f3b0f43..3ddd91a 100644 --- a/kde-apps/ark/ark-16.04.49.9999.ebuild +++ b/kde-apps/ark/ark-16.04.49.9999.ebuild @@ -41,6 +41,9 @@ DEPEND="${RDEPEND} sys-devel/gettext " +# bug #560548, last checked with 16.04.1 +RESTRICT="test" + src_configure() { local mycmakeargs=( $(cmake-utils_use_find_package bzip2 BZip2) diff --git a/kde-apps/ark/ark-9999.ebuild b/kde-apps/ark/ark-9999.ebuild index 8530862..1073233 100644 --- a/kde-apps/ark/ark-9999.ebuild +++ b/kde-apps/ark/ark-9999.ebuild @@ -42,6 +42,9 @@ DEPEND="${RDEPEND} sys-devel/gettext " +# bug #560548, last checked with 16.04.1 +RESTRICT="test" + src_configure() { local mycmakeargs=( $(cmake-utils_use_find_package bzip2 BZip2)