From 3debcd8f34f641b85b3e26a70236b79ffb2ecaa2 Mon Sep 17 00:00:00 2001 From: Marc Schiffbauer Date: Fri, 8 Apr 2022 22:20:01 -1000 Subject: www-apps/isso: fix rdepends, improve inheritwq Signed-off-by: Marc Schiffbauer --- www-apps/isso/isso-0.12.5.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/www-apps/isso/isso-0.12.5.ebuild b/www-apps/isso/isso-0.12.5.ebuild index bd9a667..9e61a71 100644 --- a/www-apps/isso/isso-0.12.5.ebuild +++ b/www-apps/isso/isso-0.12.5.ebuild @@ -10,17 +10,18 @@ EAPI=6 # dev-python/werkzeug -34 # dev-python/configparser -26 # dev-python/ipaddr -26 -PYTHON_COMPAT=( python3_{9,10} ) +PYTHON_COMPAT=( python3_9 ) + +inherit user distutils-r1 if [[ $PV == *9999* ]]; then - inherit user distutils-r1 git-r3 + inherit git-r3 EGIT_REPO_URI=https://github.com/posativ/${PN}.git JS_REPO_URIS=( https://github.com/jrburke/almond.git https://github.com/jrburke/r.js.git https://github.com/requirejs/text.git ) VCS_DEPEND="dev-vcs/git[curl]" else - inherit user distutils-r1 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" fi -- cgit v1.2.3-65-gdbad