diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2019-02-16 11:11:58 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2019-02-16 11:12:14 -0600 |
commit | 196855fae44ca694f7ec4ddd48e0b3e42a292c53 (patch) | |
tree | d93110389c391ebb2cdc24071828e9e5d8772edf /dev-python/mysqlclient | |
parent | media-libs/libaom: Drop 1.0.0 (r0) (diff) | |
download | gentoo-196855fae44ca694f7ec4ddd48e0b3e42a292c53.tar.gz gentoo-196855fae44ca694f7ec4ddd48e0b3e42a292c53.tar.bz2 gentoo-196855fae44ca694f7ec4ddd48e0b3e42a292c53.zip |
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>
Diffstat (limited to 'dev-python/mysqlclient')
-rw-r--r-- | dev-python/mysqlclient/mysqlclient-1.4.2-r2.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/mysqlclient/mysqlclient-1.4.2-r2.ebuild b/dev-python/mysqlclient/mysqlclient-1.4.2-r2.ebuild index 20c583caca27..f12d017053f9 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" |