Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/testpath/
Date: Tue, 01 Sep 2015 07:58:03
Message-Id: 1440661463.a21c9e2f638536a6b51c4be653061bcfcb26a396.jlec@gentoo
1 commit: a21c9e2f638536a6b51c4be653061bcfcb26a396
2 Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
3 AuthorDate: Thu Aug 27 07:44:23 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 27 07:44:23 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=a21c9e2f
7
8 dev-python/testpath: Make it readable
9
10 Package-Manager: portage-2.2.20.1
11
12 dev-python/testpath/testpath-9999.ebuild | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/dev-python/testpath/testpath-9999.ebuild b/dev-python/testpath/testpath-9999.ebuild
16 index d39a519..2fcac43 100644
17 --- a/dev-python/testpath/testpath-9999.ebuild
18 +++ b/dev-python/testpath/testpath-9999.ebuild
19 @@ -22,4 +22,5 @@ LICENSE="BSD"
20 SLOT="0"
21
22 PATCHES=(
23 - "${FILESDIR}/${P}"-setup.py.patch)
24 + "${FILESDIR}/${P}"-setup.py.patch
25 + )