dev-haskell/network-bsd: Migrate to CABAL_CHDEPS

Signed-off-by: hololeap <hololeap@protonmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
hololeap 2023-10-06 00:05:33 -06:00 committed by Sam James
parent ae66113302
commit f3ec546bd8
No known key found for this signature in database
GPG Key ID: 738409F520DF9190
1 changed files with 3 additions and 6 deletions

View File

@ -24,9 +24,6 @@ DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.18.1.3
"
src_prepare() {
default
cabal_chdeps \
'network >= 3.0.0.0 && < 3.0.1' 'network >= 3.0.0.0'
}
CABAL_CHDEPS=(
'network >= 3.0.0.0 && < 3.0.1' 'network >= 3.0.0.0'
)