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 8E7ED138334 for ; Wed, 24 Jul 2019 15:00:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8B060E0821; Wed, 24 Jul 2019 15:00:58 +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 736EFE0821 for ; Wed, 24 Jul 2019 15:00:58 +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 7C18E34871E for ; Wed, 24 Jul 2019 15:00:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F1D76627 for ; Wed, 24 Jul 2019 15:00:54 +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: <1563980432.699a6905d601d820e6e5a457a9ce77d408842ee0.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/inkscape/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/inkscape/inkscape-0.92.4.ebuild X-VCS-Directories: media-gfx/inkscape/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 699a6905d601d820e6e5a457a9ce77d408842ee0 X-VCS-Branch: master Date: Wed, 24 Jul 2019 15:00:54 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ac5e861b-be09-4c88-8099-fa8c554df6e8 X-Archives-Hash: 674db9fccf61ab05a3038f1434f79a9b commit: 699a6905d601d820e6e5a457a9ce77d408842ee0 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Jul 24 14:17:25 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Jul 24 15:00:32 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=699a6905 media-gfx/inkscape: MAKEOPTS=-j1 Closes: https://bugs.gentoo.org/686304 Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Andreas Sturmlechner gentoo.org> media-gfx/inkscape/inkscape-0.92.4.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/media-gfx/inkscape/inkscape-0.92.4.ebuild b/media-gfx/inkscape/inkscape-0.92.4.ebuild index f0122c56aa5..bf71f2480a5 100644 --- a/media-gfx/inkscape/inkscape-0.92.4.ebuild +++ b/media-gfx/inkscape/inkscape-0.92.4.ebuild @@ -102,6 +102,8 @@ PATCHES=( S="${WORKDIR}/${MY_P}" +MAKEOPTS+=" -j1" # bug 686304, fix it if you don't like it + RESTRICT="test" pkg_pretend() {