From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-865083-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id E877E1388C0
	for <garchives@archives.gentoo.org>; Tue, 23 Feb 2016 09:05:34 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id A7F1421C03A;
	Tue, 23 Feb 2016 09:05:23 +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 2EACE21C039
	for <gentoo-commits@lists.gentoo.org>; Tue, 23 Feb 2016 09:05:23 +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 465423408F0
	for <gentoo-commits@lists.gentoo.org>; Tue, 23 Feb 2016 09:05:22 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 442FF10AF
	for <gentoo-commits@lists.gentoo.org>; Tue, 23 Feb 2016 09:05:20 +0000 (UTC)
From: "Justin Lecher" <jlec@gentoo.org>
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" <jlec@gentoo.org>
Message-ID: <1456218317.c7c25c872eb7ffc7ee204c14fb05789a68866ed1.jlec@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/oauth2client/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-python/oauth2client/oauth2client-2.0.0_p1.ebuild
X-VCS-Directories: dev-python/oauth2client/
X-VCS-Committer: jlec
X-VCS-Committer-Name: Justin Lecher
X-VCS-Revision: c7c25c872eb7ffc7ee204c14fb05789a68866ed1
X-VCS-Branch: master
Date: Tue, 23 Feb 2016 09:05:20 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 11855cad-02d8-464a-8750-63d640183148
X-Archives-Hash: 003042690a04b4e3e369715747a61838

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