commit: 5d8a4fa87b6ce08dc7ed799a530e07de4d4088fc
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Fri Jun 18 00:30:26 2021 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Fri Jun 18 02:16:54 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5d8a4fa8
dev-python/unicodedata2: fix S
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/unicodedata2/unicodedata2-13.0.0.2.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-python/unicodedata2/unicodedata2-13.0.0.2.ebuild
b/dev-python/unicodedata2/unicodedata2-13.0.0.2.ebuild
index 9861bbeb8..09f2721ee 100644
--- a/dev-python/unicodedata2/unicodedata2-13.0.0.2.ebuild
+++ b/dev-python/unicodedata2/unicodedata2-13.0.0.2.ebuild
@@ -9,6 +9,7 @@ PYTHON_COMPAT=( python3_{8..9} )
inherit distutils-r1
SRC_URI="https://github.com/mikekap/unicodedata2/archive/refs/tags/${MYPV}.tar.gz
-> ${P}.tar.gz"
+S="${WORKDIR}/${PN}-${MYPV}"
KEYWORDS="~amd64 ~x86"
DESCRIPTION="Unicodedata backport for python 2/3 updated to the latest unicode
version"
HOMEPAGE="https://github.com/mikekap/unicodedata2"