diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2021-06-19 10:05:17 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2021-06-19 10:05:17 +0100 |
commit | 5f239ee334b89ba21a1dd390d2c1f57f0cf50893 (patch) | |
tree | 2cad5263fb36471cfb38937c8bcb2b43ba7e9bbd /dev-lang/ghc | |
parent | dev-util/radare2: drop old (diff) | |
download | gentoo-5f239ee334b89ba21a1dd390d2c1f57f0cf50893.tar.gz gentoo-5f239ee334b89ba21a1dd390d2c1f57f0cf50893.tar.bz2 gentoo-5f239ee334b89ba21a1dd390d2c1f57f0cf50893.zip |
dev-lang/ghc: allow python-3.10
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-lang/ghc')
-rw-r--r-- | dev-lang/ghc/ghc-8.10.5.ebuild | 2 | ||||
-rw-r--r-- | dev-lang/ghc/ghc-9.0.1.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/ghc/ghc-8.10.5.ebuild b/dev-lang/ghc/ghc-8.10.5.ebuild index 5c7215a7e76c..6e97c40b4576 100644 --- a/dev-lang/ghc/ghc-8.10.5.ebuild +++ b/dev-lang/ghc/ghc-8.10.5.ebuild @@ -13,7 +13,7 @@ if [[ ${CTARGET} = ${CHOST} ]] ; then fi fi -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{7..10} ) inherit python-any-r1 inherit autotools bash-completion-r1 eutils flag-o-matic ghc-package inherit multilib multiprocessing pax-utils toolchain-funcs prefix diff --git a/dev-lang/ghc/ghc-9.0.1.ebuild b/dev-lang/ghc/ghc-9.0.1.ebuild index 9f33f2d0b49d..579bd861424d 100644 --- a/dev-lang/ghc/ghc-9.0.1.ebuild +++ b/dev-lang/ghc/ghc-9.0.1.ebuild @@ -13,7 +13,7 @@ if [[ ${CTARGET} = ${CHOST} ]] ; then fi fi -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{7..10} ) inherit python-any-r1 inherit autotools bash-completion-r1 eutils flag-o-matic ghc-package inherit multilib multiprocessing pax-utils toolchain-funcs prefix |