summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhololeap <hololeap@protonmail.com>2023-10-05 22:22:12 -0600
committerSam James <sam@gentoo.org>2023-10-23 04:09:27 +0100
commit3a26e6b117488094790029f8dad43ab24490de5c (patch)
tree726724684dfa3b37e7fe4c256dc9b9c309dc6fda /dev-haskell/dbus
parentdev-haskell/dbus: add 1.3.0 (diff)
downloadgentoo-3a26e6b117488094790029f8dad43ab24490de5c.tar.gz
gentoo-3a26e6b117488094790029f8dad43ab24490de5c.tar.bz2
gentoo-3a26e6b117488094790029f8dad43ab24490de5c.zip
dev-haskell/dbus: Migrate to CABAL_CHDEPS
Signed-off-by: hololeap <hololeap@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell/dbus')
-rw-r--r--dev-haskell/dbus/dbus-1.2.27.ebuild10
1 files changed, 4 insertions, 6 deletions
diff --git a/dev-haskell/dbus/dbus-1.2.27.ebuild b/dev-haskell/dbus/dbus-1.2.27.ebuild
index 2d425c9f5f79..414024615fea 100644
--- a/dev-haskell/dbus/dbus-1.2.27.ebuild
+++ b/dev-haskell/dbus/dbus-1.2.27.ebuild
@@ -43,9 +43,7 @@ DEPEND="${RDEPEND}
<dev-haskell/tasty-quickcheck-0.11 )
"
-src_prepare() {
- default
- cabal_chdeps \
- "base >=4.16 && <5" "base >=4 && <5" \
- "template-haskell >= 2.18 && < 2.20" "template-haskell"
-}
+CABAL_CHDEPS=(
+ "base >=4.16 && <5" "base >=4 && <5"
+ "template-haskell >= 2.18 && < 2.20" "template-haskell"
+)