From 5d8a4fa87b6ce08dc7ed799a530e07de4d4088fc Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Fri, 18 Jun 2021 02:30:26 +0200 Subject: [PATCH] dev-python/unicodedata2: fix S Signed-off-by: Alessandro Barbieri --- 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 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"