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@gentoo.org>
This commit is contained in:
Matthew Thode
2019-02-16 11:11:58 -06:00
parent c48d11b13e
commit 196855fae4

View File

@@ -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"