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 BFD23138BED for ; Thu, 15 Oct 2015 08:57:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5C63721C016; Thu, 15 Oct 2015 08:57:47 +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 D1C1221C012 for ; Thu, 15 Oct 2015 08:57:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EF661340B65 for ; Thu, 15 Oct 2015 08:57:45 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C3A0310CF for ; Thu, 15 Oct 2015 08:57:42 +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: <1444899456.4a5379fc9c5d502582039272fef3233588934b08.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/docutils/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/docutils/docutils-0.11.ebuild dev-python/docutils/docutils-0.12.ebuild X-VCS-Directories: dev-python/docutils/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 4a5379fc9c5d502582039272fef3233588934b08 X-VCS-Branch: master Date: Thu, 15 Oct 2015 08:57:42 +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: 3c9aafaf-bfdd-45e1-915d-c3bc164259db X-Archives-Hash: 47f9770a272905d47d8c3195bf4d053c commit: 4a5379fc9c5d502582039272fef3233588934b08 Author: Justin Lecher gentoo org> AuthorDate: Thu Oct 15 08:57:16 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Thu Oct 15 08:57:36 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a5379fc dev-python/docutils: Drop DISTUTILS_NO_PARALLEL_BUILD Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher gentoo.org> dev-python/docutils/docutils-0.11.ebuild | 2 -- dev-python/docutils/docutils-0.12.ebuild | 2 -- 2 files changed, 4 deletions(-) diff --git a/dev-python/docutils/docutils-0.11.ebuild b/dev-python/docutils/docutils-0.11.ebuild index 30083dc..be3de68 100644 --- a/dev-python/docutils/docutils-0.11.ebuild +++ b/dev-python/docutils/docutils-0.11.ebuild @@ -19,8 +19,6 @@ IUSE="" DEPEND="dev-python/pygments[${PYTHON_USEDEP}]" RDEPEND="${DEPEND}" -DISTUTILS_NO_PARALLEL_BUILD=1 - PATCHES=( "${FILESDIR}"/docutils-0.11-python3.3-odt-writer.patch ) python_compile_all() { diff --git a/dev-python/docutils/docutils-0.12.ebuild b/dev-python/docutils/docutils-0.12.ebuild index 4e9fa33..fe78fa6 100644 --- a/dev-python/docutils/docutils-0.12.ebuild +++ b/dev-python/docutils/docutils-0.12.ebuild @@ -20,8 +20,6 @@ IUSE="" DEPEND="dev-python/pygments[${PYTHON_USEDEP}]" RDEPEND="${DEPEND}" -DISTUTILS_NO_PARALLEL_BUILD=1 - python_compile_all() { # Generate html docs from reStructured text sources.