commit: 0a64eb9852b0e247da5fe5ca1835d2e51f1c38c9
parent: e96c55f219dc6830a9579c78f0970688a8650b40
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Thu, 12 Mar 2020 10:22:06 +0100
dev-python/livereload: Fix $S
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/dev-python/livereload/livereload-2.6.1.ebuild b/dev-python/livereload/livereload-2.6.1.ebuild
@@ -26,6 +26,8 @@ RDEPEND="
www-servers/tornado[${PYTHON_USEDEP}]
"
+S="${WORKDIR}/python-${P}"
+
python_install_all() {
use examples && local EXAMPLES=( example/. )