aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Barbieri <lssndrbarbieri@gmail.com>2021-06-18 02:30:26 +0200
committerAlessandro Barbieri <lssndrbarbieri@gmail.com>2021-06-18 04:16:54 +0200
commit5d8a4fa87b6ce08dc7ed799a530e07de4d4088fc (patch)
tree55fe80a9d50c61514fed71cdafa6e884122f55cc
parentdev-python/ufoProcessor: typo (diff)
downloadguru-5d8a4fa8.tar.gz
guru-5d8a4fa8.tar.bz2
guru-5d8a4fa8.zip
dev-python/unicodedata2: fix S
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
-rw-r--r--dev-python/unicodedata2/unicodedata2-13.0.0.2.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/unicodedata2/unicodedata2-13.0.0.2.ebuild b/dev-python/unicodedata2/unicodedata2-13.0.0.2.ebuild
index 9861bbeb87..09f2721ee0 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"