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 0EE261396D9 for ; Wed, 15 Nov 2017 23:28:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 61AEBE0F45; Wed, 15 Nov 2017 23:28:07 +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 39DFBE0F47 for ; Wed, 15 Nov 2017 23:28:07 +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 70C9034168E for ; Wed, 15 Nov 2017 23:28:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 90A2A9C0D for ; Wed, 15 Nov 2017 23:28:03 +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: <1510788417.c9d65fa295d0138eb1d7d23ad4b020d7876d31a0.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/krita/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/krita/krita-3.1.4.ebuild media-gfx/krita/krita-3.3.2.1.ebuild X-VCS-Directories: media-gfx/krita/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: c9d65fa295d0138eb1d7d23ad4b020d7876d31a0 X-VCS-Branch: master Date: Wed, 15 Nov 2017 23:28:03 +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: 7dabffe3-f311-439b-8267-6390d105d3fb X-Archives-Hash: 144991cc0e46eb0af50b854f4f8b1824 commit: c9d65fa295d0138eb1d7d23ad4b020d7876d31a0 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Nov 15 22:48:36 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Nov 15 23:26:57 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9d65fa2 media-gfx/krita: Restrict tests They are obviously broken and won't be fixed for these releases. Bug: https://bugs.gentoo.org/630508 Package-Manager: Portage-2.3.14, Repoman-2.3.6 media-gfx/krita/krita-3.1.4.ebuild | 2 ++ media-gfx/krita/krita-3.3.2.1.ebuild | 2 ++ 2 files changed, 4 insertions(+) diff --git a/media-gfx/krita/krita-3.1.4.ebuild b/media-gfx/krita/krita-3.1.4.ebuild index 371f0260e9b..9802e84cf69 100644 --- a/media-gfx/krita/krita-3.1.4.ebuild +++ b/media-gfx/krita/krita-3.1.4.ebuild @@ -72,6 +72,8 @@ RDEPEND="${COMMON_DEPEND} !app-office/calligra-l10n:4[calligra_features_krita(+)] " +RESTRICT+=" test" + PATCHES=( "${FILESDIR}"/${PN}-vc-fix-gcc49-abi.patch "${FILESDIR}"/${P}-qt-5.9.patch diff --git a/media-gfx/krita/krita-3.3.2.1.ebuild b/media-gfx/krita/krita-3.3.2.1.ebuild index 5bac8aa8541..4fc11b09d79 100644 --- a/media-gfx/krita/krita-3.3.2.1.ebuild +++ b/media-gfx/krita/krita-3.3.2.1.ebuild @@ -72,6 +72,8 @@ RDEPEND="${COMMON_DEPEND} !app-office/calligra-l10n:4[calligra_features_krita(+)] " +RESTRICT+=" test" + PATCHES=( "${FILESDIR}"/${PN}-3.2.0-tests-optional.patch ) src_configure() {