Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/oauth2client/
Date: Tue, 23 Feb 2016 09:05:34
Message-Id: 1456218317.c7c25c872eb7ffc7ee204c14fb05789a68866ed1.jlec@gentoo
1 commit: c7c25c872eb7ffc7ee204c14fb05789a68866ed1
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 23 07:45:57 2016 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 23 09:05:17 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7c25c87
7
8 dev-python/oauth2client: Fix name of S
9
10 Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=575408
11
12 Package-Manager: portage-2.2.27
13 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
14
15 dev-python/oauth2client/oauth2client-2.0.0_p1.ebuild | 2 ++
16 1 file changed, 2 insertions(+)
17
18 diff --git a/dev-python/oauth2client/oauth2client-2.0.0_p1.ebuild b/dev-python/oauth2client/oauth2client-2.0.0_p1.ebuild
19 index d4363a4..74871a0 100644
20 --- a/dev-python/oauth2client/oauth2client-2.0.0_p1.ebuild
21 +++ b/dev-python/oauth2client/oauth2client-2.0.0_p1.ebuild
22 @@ -29,6 +29,8 @@ DEPEND="${RDEPEND}
23 test? ( dev-python/nose[${PYTHON_USEDEP}] )
24 "
25
26 +S="${WORKDIR}"/${P/_p/-post}
27 +
28 # Needs network
29 RESTRICT=test