commit: 1e8ee82bb92f6989290f3bb22c6cc52387e189df
Author: hololeap <hololeap <AT> protonmail <DOT> com>
AuthorDate: Fri Oct 6 06:15:09 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Oct 23 03:12:52 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e8ee82b
dev-haskell/sop-core: Migrate to CABAL_CHDEPS
Signed-off-by: hololeap <hololeap <AT> protonmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-haskell/sop-core/sop-core-0.5.0.2.ebuild | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/dev-haskell/sop-core/sop-core-0.5.0.2.ebuild
b/dev-haskell/sop-core/sop-core-0.5.0.2.ebuild
index f75f79c6f412..62b32628feaa 100644
--- a/dev-haskell/sop-core/sop-core-0.5.0.2.ebuild
+++ b/dev-haskell/sop-core/sop-core-0.5.0.2.ebuild
@@ -22,8 +22,6 @@ DEPEND="${RDEPEND}
>=dev-haskell/cabal-2.2.0.1
"
-src_prepare() {
- default
- cabal_chdeps \
- 'base >= 4.9 && < 4.17' 'base
>= 4.9'
-}
+CABAL_CHDEPS=(
+ 'base >= 4.9 && < 4.17' 'base >= 4.9'
+)