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 933FF13888F for ; Thu, 22 Oct 2015 11:09:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 747BB21C02C; Thu, 22 Oct 2015 11:09:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E21E121C027 for ; Thu, 22 Oct 2015 11:09:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DDA19340997 for ; Thu, 22 Oct 2015 11:09:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 559EC15E5 for ; Thu, 22 Oct 2015 11:09:31 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1445512159.640ddb4057eff2c19e5daf0a687139b75b72cd1a.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/larch/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/larch/larch-1.20130808.ebuild dev-python/larch/larch-1.20131130.ebuild X-VCS-Directories: dev-python/larch/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 640ddb4057eff2c19e5daf0a687139b75b72cd1a X-VCS-Branch: master Date: Thu, 22 Oct 2015 11:09:31 +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: b6d5025a-3bcc-4f95-a757-c8db9b9f791d X-Archives-Hash: 677dc9a33c19793a5e1f4398654c7c1a commit: 640ddb4057eff2c19e5daf0a687139b75b72cd1a Author: Justin Lecher gentoo org> AuthorDate: Thu Oct 22 10:48:30 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Thu Oct 22 11:09:19 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=640ddb40 dev-python/larch: Drop deprecated usage of DISTUTILS_NO_PARALLEL_BUILD Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher gentoo.org> dev-python/larch/larch-1.20130808.ebuild | 1 - dev-python/larch/larch-1.20131130.ebuild | 1 - 2 files changed, 2 deletions(-) diff --git a/dev-python/larch/larch-1.20130808.ebuild b/dev-python/larch/larch-1.20130808.ebuild index c045d93..5edbc5c 100644 --- a/dev-python/larch/larch-1.20130808.ebuild +++ b/dev-python/larch/larch-1.20130808.ebuild @@ -27,7 +27,6 @@ RDEPEND="${PYTHON_DEPS} src_test() { addwrite /proc/self/comm - local DISTUTILS_NO_PARALLEL_BUILD=1 distutils-r1_src_test } diff --git a/dev-python/larch/larch-1.20131130.ebuild b/dev-python/larch/larch-1.20131130.ebuild index c045d93..5edbc5c 100644 --- a/dev-python/larch/larch-1.20131130.ebuild +++ b/dev-python/larch/larch-1.20131130.ebuild @@ -27,7 +27,6 @@ RDEPEND="${PYTHON_DEPS} src_test() { addwrite /proc/self/comm - local DISTUTILS_NO_PARALLEL_BUILD=1 distutils-r1_src_test }