app-shells/bash-completion: add 2.16.0
[gentoo/gentoo.git] / dev-haskell / x509-system / x509-system-1.6.7.ebuild
blob20c0a3d95752043567803afd8165aa20b8d47ca2
1 # Copyright 1999-2023 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
4 EAPI=8
6 # ebuild generated by hackport 0.8.0.0.9999
8 CABAL_FEATURES="lib profile haddock hoogle hscolour"
9 inherit haskell-cabal
11 DESCRIPTION="Handle per-operating-system X.509 accessors and storage"
12 HOMEPAGE="https://github.com/vincenthz/hs-certificate"
14 LICENSE="BSD"
15 SLOT="0/${PV}"
16 KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
18 RDEPEND="
19         >=dev-haskell/pem-0.1:=[profile?] <dev-haskell/pem-0.3:=[profile?]
20         || ( dev-lang/ghc dev-haskell/process[profile?] )
21         >=dev-haskell/x509-1.6:=[profile?]
22         >=dev-haskell/x509-store-1.6.2:=[profile?]
23         >=dev-lang/ghc-8.4.3:=
25 DEPEND="${RDEPEND}
26         >=dev-haskell/cabal-2.2.0.1