Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/ghc/
Date: Sat, 19 Jun 2021 09:05:38
Message-Id: 1624093517.5f239ee334b89ba21a1dd390d2c1f57f0cf50893.slyfox@gentoo
1 commit: 5f239ee334b89ba21a1dd390d2c1f57f0cf50893
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 19 09:05:17 2021 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 19 09:05:17 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f239ee3
7
8 dev-lang/ghc: allow python-3.10
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
12
13 dev-lang/ghc/ghc-8.10.5.ebuild | 2 +-
14 dev-lang/ghc/ghc-9.0.1.ebuild | 2 +-
15 2 files changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-lang/ghc/ghc-8.10.5.ebuild b/dev-lang/ghc/ghc-8.10.5.ebuild
18 index 5c7215a7e76..6e97c40b457 100644
19 --- a/dev-lang/ghc/ghc-8.10.5.ebuild
20 +++ b/dev-lang/ghc/ghc-8.10.5.ebuild
21 @@ -13,7 +13,7 @@ if [[ ${CTARGET} = ${CHOST} ]] ; then
22 fi
23 fi
24
25 -PYTHON_COMPAT=( python3_{7..9} )
26 +PYTHON_COMPAT=( python3_{7..10} )
27 inherit python-any-r1
28 inherit autotools bash-completion-r1 eutils flag-o-matic ghc-package
29 inherit multilib multiprocessing pax-utils toolchain-funcs prefix
30
31 diff --git a/dev-lang/ghc/ghc-9.0.1.ebuild b/dev-lang/ghc/ghc-9.0.1.ebuild
32 index 9f33f2d0b49..579bd861424 100644
33 --- a/dev-lang/ghc/ghc-9.0.1.ebuild
34 +++ b/dev-lang/ghc/ghc-9.0.1.ebuild
35 @@ -13,7 +13,7 @@ if [[ ${CTARGET} = ${CHOST} ]] ; then
36 fi
37 fi
38
39 -PYTHON_COMPAT=( python3_{7..9} )
40 +PYTHON_COMPAT=( python3_{7..10} )
41 inherit python-any-r1
42 inherit autotools bash-completion-r1 eutils flag-o-matic ghc-package
43 inherit multilib multiprocessing pax-utils toolchain-funcs prefix