Gentoo Archives: gentoo-commits

From: Matthew Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/mysqlclient/
Date: Sat, 16 Feb 2019 17:12:33
Message-Id: 1550337134.196855fae44ca694f7ec4ddd48e0b3e42a292c53.prometheanfire@gentoo
1 commit: 196855fae44ca694f7ec4ddd48e0b3e42a292c53
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 16 17:11:58 2019 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 16 17:12:14 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=196855fa
7
8 dev-python/mysqlclient: fix S-dir
9
10 Fixes: https://bugs.gentoo.org/678056
11 Package-Manager: Portage-2.3.51, Repoman-2.3.12
12 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
13
14 dev-python/mysqlclient/mysqlclient-1.4.2-r2.ebuild | 1 +
15 1 file changed, 1 insertion(+)
16
17 diff --git a/dev-python/mysqlclient/mysqlclient-1.4.2-r2.ebuild b/dev-python/mysqlclient/mysqlclient-1.4.2-r2.ebuild
18 index 20c583caca2..f12d017053f 100644
19 --- a/dev-python/mysqlclient/mysqlclient-1.4.2-r2.ebuild
20 +++ b/dev-python/mysqlclient/mysqlclient-1.4.2-r2.ebuild
21 @@ -10,6 +10,7 @@ inherit distutils-r1
22 DESCRIPTION="Fork of MySQL-python"
23 HOMEPAGE="https://pypi.org/project/mysqlclient/ https://github.com/PyMySQL/mysqlclient-python"
24 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.post1.tar.gz -> ${PF}.tar.gz"
25 +S="${WORKDIR}/${P}.post1"
26
27 SLOT="0"
28 LICENSE="GPL-2"