diff options
author | Sam James <sam@gentoo.org> | 2021-01-11 20:41:36 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-11 20:41:40 +0000 |
commit | 7950a501ad4592144b6b073ba4e837f72b68705b (patch) | |
tree | 2188397ceb4c65524e01af9bef3fd64eb1ab3243 | |
parent | optfeature.eclass: [QA] Fix unwanted globbing (diff) | |
download | gentoo-7950a501ad4592144b6b073ba4e837f72b68705b.tar.gz gentoo-7950a501ad4592144b6b073ba4e837f72b68705b.tar.bz2 gentoo-7950a501ad4592144b6b073ba4e837f72b68705b.zip |
games-action/dxx-rebirth: add Python 3.8, 3.9
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | games-action/dxx-rebirth/dxx-rebirth-0.61.0_pre20200615.ebuild | 5 | ||||
-rw-r--r-- | games-action/dxx-rebirth/dxx-rebirth-9999.ebuild | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/games-action/dxx-rebirth/dxx-rebirth-0.61.0_pre20200615.ebuild b/games-action/dxx-rebirth/dxx-rebirth-0.61.0_pre20200615.ebuild index a48cde126a35..12559c094e02 100644 --- a/games-action/dxx-rebirth/dxx-rebirth-0.61.0_pre20200615.ebuild +++ b/games-action/dxx-rebirth/dxx-rebirth-0.61.0_pre20200615.ebuild @@ -1,8 +1,9 @@ -# Copyright 2017-2020 Gentoo Authors +# Copyright 2017-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_7 ) + +PYTHON_COMPAT=( python3_{7,8,9} ) inherit desktop eutils python-any-r1 scons-utils toolchain-funcs xdg if [[ "$PV" = 9999 ]]; then diff --git a/games-action/dxx-rebirth/dxx-rebirth-9999.ebuild b/games-action/dxx-rebirth/dxx-rebirth-9999.ebuild index c48c467cbad2..a65b62b8be92 100644 --- a/games-action/dxx-rebirth/dxx-rebirth-9999.ebuild +++ b/games-action/dxx-rebirth/dxx-rebirth-9999.ebuild @@ -1,8 +1,9 @@ -# Copyright 2017-2020 Gentoo Authors +# Copyright 2017-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_7 ) + +PYTHON_COMPAT=( python3_{7,8,9} ) inherit desktop eutils python-any-r1 scons-utils toolchain-funcs xdg if [[ "$PV" = 9999 ]]; then |