summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2019-02-15 09:19:37 -0600
committerMatthew Thode <prometheanfire@gentoo.org>2019-02-15 09:19:54 -0600
commit7e3e795f1946ebbf4a96d2a7aae1c82476bb88a1 (patch)
treee51e92afe55fd9776408e60afdf82fb03bcba737 /dev-python/mysqlclient/mysqlclient-1.4.2-r2.ebuild
parentapp-editors/scite: Version bump scite-4.1.3 (diff)
downloadgentoo-7e3e795f1946ebbf4a96d2a7aae1c82476bb88a1.tar.gz
gentoo-7e3e795f1946ebbf4a96d2a7aae1c82476bb88a1.tar.bz2
gentoo-7e3e795f1946ebbf4a96d2a7aae1c82476bb88a1.zip
dev-python/mysqlclient: fixing a bug (src_uri)
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/mysqlclient-1.4.2-r2.ebuild')
-rw-r--r--dev-python/mysqlclient/mysqlclient-1.4.2-r2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/mysqlclient/mysqlclient-1.4.2-r2.ebuild b/dev-python/mysqlclient/mysqlclient-1.4.2-r2.ebuild
index 381faea8c2f6..20c583caca27 100644
--- a/dev-python/mysqlclient/mysqlclient-1.4.2-r2.ebuild
+++ b/dev-python/mysqlclient/mysqlclient-1.4.2-r2.ebuild
@@ -9,7 +9,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"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.post1.tar.gz -> ${PF}.tar.gz"
SLOT="0"
LICENSE="GPL-2"