Diff terminfo-0.4.1.4 with a terminfo-0.4.1.5

/usr/portage/dev-haskell/terminfo/terminfo-0.4.1.5.ebuild 2023-10-09 14:52:29.400368348 +0300
1
# Copyright 1999-2022 Gentoo Authors
1
# Copyright 1999-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4
EAPI=7
4
EAPI=8
5 5

  
6
# ebuild generated by hackport 0.6.9999
6
# ebuild generated by hackport 0.7.9999
7 7

  
8 8
CABAL_FEATURES="lib profile haddock hoogle hscolour"
9 9
inherit haskell-cabal
......
14 14

  
15 15
LICENSE="BSD"
16 16
SLOT="0/${PV}"
17
# keep in sync with ghc-8.8 and ghc 8.10
18
KEYWORDS="~amd64 ~x86"
19
IUSE=""
17
#keep in sync with ghc-9.0.2
18
KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86"
20 19

  
21
RDEPEND=">=dev-lang/ghc-8.0.1:=
20
RDEPEND=">=dev-lang/ghc-8.4.3:=
22 21
"
23 22
DEPEND="${RDEPEND}
24
	>=dev-haskell/cabal-1.24.0.0
23
	>=dev-haskell/cabal-2.2.0.1
25 24
"
26 25

  
27
CABAL_CORE_LIB_GHC_PV="8.10.6"
26
CABAL_CORE_LIB_GHC_PV="9.0.2"
Thank you!