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 F1F30138334 for ; Sat, 7 Dec 2019 12:47:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0B317E084A; Sat, 7 Dec 2019 12:47:24 +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 88B7AE084A for ; Sat, 7 Dec 2019 12:47:23 +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 3C43034D85A for ; Sat, 7 Dec 2019 12:47:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DBA398D3 for ; Sat, 7 Dec 2019 12:47:19 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1575722826.d70a88692bc17e98e82faf278737f280add30eb6.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-doc/gimp-help/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-doc/gimp-help/gimp-help-2.10.0.ebuild X-VCS-Directories: app-doc/gimp-help/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: d70a88692bc17e98e82faf278737f280add30eb6 X-VCS-Branch: master Date: Sat, 7 Dec 2019 12:47:19 +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: 8ee3e1c4-60b9-4a10-bd11-7fdf8969410f X-Archives-Hash: 4270e7465a383f82b67991523f6e8415 commit: d70a88692bc17e98e82faf278737f280add30eb6 Author: Joonas Niilola gentoo org> AuthorDate: Sat Dec 7 12:22:25 2019 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Sat Dec 7 12:47:06 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d70a8869 app-doc/gimp-help: enable parallel building for 2.10.0 Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Joonas Niilola gentoo.org> app-doc/gimp-help/gimp-help-2.10.0.ebuild | 5 ----- 1 file changed, 5 deletions(-) diff --git a/app-doc/gimp-help/gimp-help-2.10.0.ebuild b/app-doc/gimp-help/gimp-help-2.10.0.ebuild index 51258072104..7041b5998ba 100644 --- a/app-doc/gimp-help/gimp-help-2.10.0.ebuild +++ b/app-doc/gimp-help/gimp-help-2.10.0.ebuild @@ -26,8 +26,3 @@ DEPEND="$(python_gen_any_dep 'dev-libs/libxml2[python,${PYTHON_USEDEP}]') src_configure() { econf --without-gimp } - -src_compile() { - # see https://bugs.gentoo.org/677198 - emake -j1 -}