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 64B80138334 for ; Sun, 7 Jul 2019 19:57:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8B690E078A; Sun, 7 Jul 2019 19:57:37 +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 6F074E078A for ; Sun, 7 Jul 2019 19:57:37 +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 332BF347314 for ; Sun, 7 Jul 2019 19:57:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B445F326 for ; Sun, 7 Jul 2019 19:57:33 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1562529429.6d2d3967e7bebe1a6408a43c27306830e15a8d5b.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ada/langkit/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ada/langkit/langkit-2018.ebuild dev-ada/langkit/langkit-2019.ebuild X-VCS-Directories: dev-ada/langkit/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 6d2d3967e7bebe1a6408a43c27306830e15a8d5b X-VCS-Branch: master Date: Sun, 7 Jul 2019 19:57:33 +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: 3a8c5061-7ec4-4f08-ba09-3313acbfbe60 X-Archives-Hash: 722c09815b124c40fecdd344d041d7bc commit: 6d2d3967e7bebe1a6408a43c27306830e15a8d5b Author: Tupone Alfredo gentoo org> AuthorDate: Sun Jul 7 19:57:09 2019 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Sun Jul 7 19:57:09 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d2d3967 dev-ada/langkit: fix dependency and try to respect -j1 Bug: https://bugs.gentoo.org/677816 Signed-off-by: Alfredo Tupone gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 dev-ada/langkit/langkit-2018.ebuild | 5 +++-- dev-ada/langkit/langkit-2019.ebuild | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/dev-ada/langkit/langkit-2018.ebuild b/dev-ada/langkit/langkit-2018.ebuild index 6fe74a78bc9..348ef449845 100644 --- a/dev-ada/langkit/langkit-2018.ebuild +++ b/dev-ada/langkit/langkit-2018.ebuild @@ -5,7 +5,7 @@ EAPI=6 PYTHON_COMPAT=( python2_7 ) -inherit python-single-r1 +inherit python-single-r1 multiprocessing MYP=${PN}-gpl-${PV} @@ -24,6 +24,7 @@ DEPEND="${PYTHON_DEPS} dev-ada/gnatcoll-bindings[iconv,shared] dev-python/mako dev-python/pyyaml +