commit: 0ffe8a747f7e5426e90a86965cd7c7f6e2e138bd Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org> AuthorDate: Wed Nov 6 21:22:53 2019 +0000 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org> CommitDate: Wed Nov 6 21:23:06 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ffe8a74
dev-python/mysqlclient: 1.4.5 fix S dir Fixes: https://bugs.gentoo.org/699478 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org> dev-python/mysqlclient/mysqlclient-1.4.5.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/dev-python/mysqlclient/mysqlclient-1.4.5.ebuild b/dev-python/mysqlclient/mysqlclient-1.4.5.ebuild index 775e9169940..aea2ab9f288 100644 --- a/dev-python/mysqlclient/mysqlclient-1.4.5.ebuild +++ b/dev-python/mysqlclient/mysqlclient-1.4.5.ebuild @@ -10,7 +10,6 @@ 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}.tar.gz -> ${PF}.tar.gz" -S="${WORKDIR}/${P}.post1" SLOT="0" LICENSE="GPL-2"
