mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-17 14:49:30 -07:00
dev-haskell/charset: Migrate to CABAL_CHDEPS
Signed-off-by: hololeap <hololeap@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -25,9 +25,6 @@ DEPEND="${RDEPEND}
|
||||
>=dev-haskell/cabal-1.6
|
||||
"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
|
||||
cabal_chdeps \
|
||||
'containers >= 0.2 && < 0.6' 'containers >= 0.2'
|
||||
}
|
||||
CABAL_CHDEPS=(
|
||||
'containers >= 0.2 && < 0.6' 'containers >= 0.2'
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user