commit:     ca57c391b4f1ebdceb761c8d88cbf04d590e105b
Author:     hololeap <hololeap <AT> protonmail <DOT> com>
AuthorDate: Fri Oct  6 06:15:47 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Oct 23 03:13:26 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca57c391

dev-haskell/tasty-rerun: Migrate to CABAL_CHDEPS

Signed-off-by: hololeap <hololeap <AT> protonmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-haskell/tasty-rerun/tasty-rerun-1.1.18.ebuild | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/dev-haskell/tasty-rerun/tasty-rerun-1.1.18.ebuild 
b/dev-haskell/tasty-rerun/tasty-rerun-1.1.18.ebuild
index 1d083190604c..6396f90026b0 100644
--- a/dev-haskell/tasty-rerun/tasty-rerun-1.1.18.ebuild
+++ b/dev-haskell/tasty-rerun/tasty-rerun-1.1.18.ebuild
@@ -29,8 +29,6 @@ DEPEND="${RDEPEND}
        >=dev-haskell/cabal-1.18.1.3
 "
 
-src_prepare() {
-       default
-       cabal_chdeps \
-               'base >=4.6 && <4.15' 'base >=4.6'
-}
+CABAL_CHDEPS=(
+       'base >=4.6 && <4.15' 'base >=4.6'
+)

Reply via email to