diff options
author | Andrew Ammerlaan <andrewammerlaan@riseup.net> | 2020-12-06 11:25:52 +0100 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@riseup.net> | 2020-12-06 11:45:51 +0100 |
commit | c8ae8551d1dbd418c9cf5db29c09c036274608ab (patch) | |
tree | 9433624056262e95448591b3f669993a0b342363 /dev-games | |
parent | dev-embedded/rauc: inherit python-any-r1 (diff) | |
download | guru-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.ebuild | 3 | ||||
-rw-r--r-- | dev-games/surgescript/surgescript-9999.ebuild | 3 |
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 |