From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 98B33139694 for ; Tue, 23 May 2017 19:11:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6944B21C028; Tue, 23 May 2017 19:11:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3EB7021C028 for ; Tue, 23 May 2017 19:11:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 14EF3341742 for ; Tue, 23 May 2017 19:11:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 75BCC7454 for ; Tue, 23 May 2017 19:11:03 +0000 (UTC) From: "Slawek Lis" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Slawek Lis" Message-ID: <1495566650.43e539e4a23a63091f7ac2d648b982e08ff723f7.slis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/django_polymorphic/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/django_polymorphic/django_polymorphic-1.2.ebuild X-VCS-Directories: dev-python/django_polymorphic/ X-VCS-Committer: slis X-VCS-Committer-Name: Slawek Lis X-VCS-Revision: 43e539e4a23a63091f7ac2d648b982e08ff723f7 X-VCS-Branch: master Date: Tue, 23 May 2017 19:11:03 +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: 1348981c-0b6e-4e1e-809e-4835a84af9df X-Archives-Hash: d3a5617b73b15fd52538bee2f5be6434 commit: 43e539e4a23a63091f7ac2d648b982e08ff723f7 Author: Slawomir Lis gentoo org> AuthorDate: Tue May 23 19:10:50 2017 +0000 Commit: Slawek Lis gentoo org> CommitDate: Tue May 23 19:10:50 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43e539e4 dev-python/django_polymorphic: Fixed bug with wrong workdir Reported in bug 619464 Package-Manager: Portage-2.3.6, Repoman-2.3.2 dev-python/django_polymorphic/django_polymorphic-1.2.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-python/django_polymorphic/django_polymorphic-1.2.ebuild b/dev-python/django_polymorphic/django_polymorphic-1.2.ebuild index 754962e60fe..9897994e7e0 100644 --- a/dev-python/django_polymorphic/django_polymorphic-1.2.ebuild +++ b/dev-python/django_polymorphic/django_polymorphic-1.2.ebuild @@ -24,3 +24,5 @@ DEPEND=" ${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}] " + +S="${WORKDIR}/${P//_/-}"