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 639DD1383D3 for ; Tue, 1 Sep 2015 07:58:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7DFD71426D; Tue, 1 Sep 2015 07:57:53 +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 B182314212 for ; Tue, 1 Sep 2015 07:57:52 +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 05652340812 for ; Tue, 1 Sep 2015 07:57:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8C60B193 for ; Tue, 1 Sep 2015 07:57:48 +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: <1440661463.a21c9e2f638536a6b51c4be653061bcfcb26a396.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/testpath/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/testpath/testpath-9999.ebuild X-VCS-Directories: dev-python/testpath/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: a21c9e2f638536a6b51c4be653061bcfcb26a396 X-VCS-Branch: master Date: Tue, 1 Sep 2015 07:57:48 +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: c767f344-7822-4989-9071-487f5f7c29ac X-Archives-Hash: b64e9afe5d8c72920802d411c892b939 commit: a21c9e2f638536a6b51c4be653061bcfcb26a396 Author: Marius Brehler linux sungazer de> AuthorDate: Thu Aug 27 07:44:23 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Thu Aug 27 07:44:23 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=a21c9e2f dev-python/testpath: Make it readable Package-Manager: portage-2.2.20.1 dev-python/testpath/testpath-9999.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-python/testpath/testpath-9999.ebuild b/dev-python/testpath/testpath-9999.ebuild index d39a519..2fcac43 100644 --- a/dev-python/testpath/testpath-9999.ebuild +++ b/dev-python/testpath/testpath-9999.ebuild @@ -22,4 +22,5 @@ LICENSE="BSD" SLOT="0" PATCHES=( - "${FILESDIR}/${P}"-setup.py.patch) + "${FILESDIR}/${P}"-setup.py.patch + )