commit:     c7c25c872eb7ffc7ee204c14fb05789a68866ed1
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 23 07:45:57 2016 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Tue Feb 23 09:05:17 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7c25c87

dev-python/oauth2client: Fix name of S

Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=575408

Package-Manager: portage-2.2.27
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 dev-python/oauth2client/oauth2client-2.0.0_p1.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-python/oauth2client/oauth2client-2.0.0_p1.ebuild 
b/dev-python/oauth2client/oauth2client-2.0.0_p1.ebuild
index d4363a4..74871a0 100644
--- a/dev-python/oauth2client/oauth2client-2.0.0_p1.ebuild
+++ b/dev-python/oauth2client/oauth2client-2.0.0_p1.ebuild
@@ -29,6 +29,8 @@ DEPEND="${RDEPEND}
        test? ( dev-python/nose[${PYTHON_USEDEP}] )
 "
 
+S="${WORKDIR}"/${P/_p/-post}
+
 # Needs network
 RESTRICT=test
 

Reply via email to