commit:     84de1b5ef05db0bf2bdb11ff295e525c1ca24068
Author:     hololeap <hololeap <AT> protonmail <DOT> com>
AuthorDate: Fri Oct  6 06:25:54 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Oct 23 03:13:31 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84de1b5e

dev-haskell/wai-app-static: Migrate to CABAL_CHDEPS

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

 dev-haskell/wai-app-static/wai-app-static-3.1.7.2-r1.ebuild | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/dev-haskell/wai-app-static/wai-app-static-3.1.7.2-r1.ebuild 
b/dev-haskell/wai-app-static/wai-app-static-3.1.7.2-r1.ebuild
index 76523567be57..d0cd4c75f305 100644
--- a/dev-haskell/wai-app-static/wai-app-static-3.1.7.2-r1.ebuild
+++ b/dev-haskell/wai-app-static/wai-app-static-3.1.7.2-r1.ebuild
@@ -44,12 +44,9 @@ DEPEND="${RDEPEND}
                dev-haskell/temporary )
 "
 
-src_prepare() {
-       default
-
-       cabal_chdeps \
-               'wai-extra                 >= 3.0      && < 3.1' 'wai-extra     
            >= 3.0'
-}
+CABAL_CHDEPS=(
+       'wai-extra                 >= 3.0      && < 3.1' 'wai-extra             
    >= 3.0'
+)
 
 src_configure() {
        haskell-cabal_src_configure \

Reply via email to