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 F1FC81384B4 for ; Sat, 28 Nov 2015 17:33:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1E41F21C0A8; Sat, 28 Nov 2015 17:33:29 +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 D94DB21C04A for ; Sat, 28 Nov 2015 17:33:25 +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 00DB13408EE for ; Sat, 28 Nov 2015 17:33:23 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D7490105C for ; Sat, 28 Nov 2015 17:33:19 +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: <1448728768.344fd0d83d4d71456088ff0dbdffdeb1866b538f.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/testpath/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/testpath/testpath-0.2.ebuild X-VCS-Directories: dev-python/testpath/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 344fd0d83d4d71456088ff0dbdffdeb1866b538f X-VCS-Branch: master Date: Sat, 28 Nov 2015 17:33: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-Archives-Salt: b0d51735-e556-428b-81aa-6f5c9eafe0c5 X-Archives-Hash: 6cd1757823db7df6e937ab481a9321d3 commit: 344fd0d83d4d71456088ff0dbdffdeb1866b538f Author: Marius Brehler linux sungazer de> AuthorDate: Sat Nov 28 16:39:28 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sat Nov 28 16:39:28 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=344fd0d8 dev-python/testpath: Add missing indent Package-Manager: portage-2.2.20.1 dev-python/testpath/testpath-0.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/testpath/testpath-0.2.ebuild b/dev-python/testpath/testpath-0.2.ebuild index 2a54e4b..e5140c0 100644 --- a/dev-python/testpath/testpath-0.2.ebuild +++ b/dev-python/testpath/testpath-0.2.ebuild @@ -35,7 +35,7 @@ python_prepare_all() { sed -e "/^ 'sphinx.ext.intersphinx',/d" -i doc/conf.py || die fi -distutils-r1_python_prepare_all + distutils-r1_python_prepare_all } python_compile_all() {