commit:     196855fae44ca694f7ec4ddd48e0b3e42a292c53
Author:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 16 17:11:58 2019 +0000
Commit:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Sat Feb 16 17:12:14 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=196855fa

dev-python/mysqlclient: fix S-dir

Fixes: https://bugs.gentoo.org/678056
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>

 dev-python/mysqlclient/mysqlclient-1.4.2-r2.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/mysqlclient/mysqlclient-1.4.2-r2.ebuild 
b/dev-python/mysqlclient/mysqlclient-1.4.2-r2.ebuild
index 20c583caca2..f12d017053f 100644
--- a/dev-python/mysqlclient/mysqlclient-1.4.2-r2.ebuild
+++ b/dev-python/mysqlclient/mysqlclient-1.4.2-r2.ebuild
@@ -10,6 +10,7 @@ inherit distutils-r1
 DESCRIPTION="Fork of MySQL-python"
 HOMEPAGE="https://pypi.org/project/mysqlclient/ 
https://github.com/PyMySQL/mysqlclient-python";
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.post1.tar.gz -> ${PF}.tar.gz"
+S="${WORKDIR}/${P}.post1"
 
 SLOT="0"
 LICENSE="GPL-2"

Reply via email to