aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@riseup.net>2020-12-06 11:25:52 +0100
committerAndrew Ammerlaan <andrewammerlaan@riseup.net>2020-12-06 11:45:51 +0100
commitc8ae8551d1dbd418c9cf5db29c09c036274608ab (patch)
tree9433624056262e95448591b3f669993a0b342363 /dev-games
parentdev-embedded/rauc: inherit python-any-r1 (diff)
downloadguru-c8ae8551d1dbd418c9cf5db29c09c036274608ab.tar.gz
guru-c8ae8551d1dbd418c9cf5db29c09c036274608ab.tar.bz2
guru-c8ae8551d1dbd418c9cf5db29c09c036274608ab.zip
dev-games/surgescript: inherit python-any-r1
no longer inherited automatically by docs Package-Manager: Portage-3.0.11, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
Diffstat (limited to 'dev-games')
-rw-r--r--dev-games/surgescript/surgescript-0.5.4.3.ebuild3
-rw-r--r--dev-games/surgescript/surgescript-9999.ebuild3
2 files changed, 4 insertions, 2 deletions
diff --git a/dev-games/surgescript/surgescript-0.5.4.3.ebuild b/dev-games/surgescript/surgescript-0.5.4.3.ebuild
index 0c9fa28c4..e53dbb1e8 100644
--- a/dev-games/surgescript/surgescript-0.5.4.3.ebuild
+++ b/dev-games/surgescript/surgescript-0.5.4.3.ebuild
@@ -3,13 +3,14 @@
EAPI=7
+PYTHON_COMPAT=( python3_{7,8,9} )
DOCS_BUILDER="mkdocs"
DOCS_DEPEND="
dev-python/mkdocs
dev-python/mkdocs-material
"
-inherit cmake docs
+inherit cmake python-any-r1 docs
if [[ "${PV}" == "9999" ]]; then
inherit git-r3
diff --git a/dev-games/surgescript/surgescript-9999.ebuild b/dev-games/surgescript/surgescript-9999.ebuild
index 0c9fa28c4..e53dbb1e8 100644
--- a/dev-games/surgescript/surgescript-9999.ebuild
+++ b/dev-games/surgescript/surgescript-9999.ebuild
@@ -3,13 +3,14 @@
EAPI=7
+PYTHON_COMPAT=( python3_{7,8,9} )
DOCS_BUILDER="mkdocs"
DOCS_DEPEND="
dev-python/mkdocs
dev-python/mkdocs-material
"
-inherit cmake docs
+inherit cmake python-any-r1 docs
if [[ "${PV}" == "9999" ]]; then
inherit git-r3