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 5C329138262 for ; Thu, 19 May 2016 07:21:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D2E7AE0653; Thu, 19 May 2016 07:21:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8106BE0653 for ; Thu, 19 May 2016 07:21:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9163E340B6E for ; Thu, 19 May 2016 07:21:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7D29187B for ; Thu, 19 May 2016 07:21:24 +0000 (UTC) From: "Naohiro Aota" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Naohiro Aota" Message-ID: <1463642432.21a10cf3f44ca29a2806500050aa6d3fc73c110c.naota@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/marisa/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/marisa/marisa-0.2.4.ebuild X-VCS-Directories: dev-libs/marisa/ X-VCS-Committer: naota X-VCS-Committer-Name: Naohiro Aota X-VCS-Revision: 21a10cf3f44ca29a2806500050aa6d3fc73c110c X-VCS-Branch: master Date: Thu, 19 May 2016 07:21:24 +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: 1b69edad-9035-4c49-bb9f-0230402d6b13 X-Archives-Hash: 6c6c7cc493db520930517102eccc44c7 commit: 21a10cf3f44ca29a2806500050aa6d3fc73c110c Author: Naohiro Aota gentoo org> AuthorDate: Thu May 19 07:20:32 2016 +0000 Commit: Naohiro Aota gentoo org> CommitDate: Thu May 19 07:20:32 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21a10cf3 dev-libs/maris: fix calling distutils-r1_src_prepare in src_configure #583078 Package-Manager: portage-2.2.28 dev-libs/marisa/marisa-0.2.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/marisa/marisa-0.2.4.ebuild b/dev-libs/marisa/marisa-0.2.4.ebuild index e1e0cdb..dc79664 100644 --- a/dev-libs/marisa/marisa-0.2.4.ebuild +++ b/dev-libs/marisa/marisa-0.2.4.ebuild @@ -59,7 +59,7 @@ src_configure() { if use python; then pushd bindings/python || die - distutils-r1_src_prepare + distutils-r1_src_configure popd || die fi }