From 1175b08ed2dab21c201ee42d87ea7fe17dee23fa Mon Sep 17 00:00:00 2001 From: hololeap Date: Sat, 18 Mar 2023 19:05:10 -0600 Subject: [PATCH] dev-vcs/git-annex: Add GHC_BOOTSTRAP_PACKAGES Bug: https://github.com/gentoo-haskell/gentoo-haskell/issues/1327 Signed-off-by: hololeap Signed-off-by: Sam James --- dev-vcs/git-annex/git-annex-10.20220624.ebuild | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/dev-vcs/git-annex/git-annex-10.20220624.ebuild b/dev-vcs/git-annex/git-annex-10.20220624.ebuild index 533212eb0b995..0b65231e2a48a 100644 --- a/dev-vcs/git-annex/git-annex-10.20220624.ebuild +++ b/dev-vcs/git-annex/git-annex-10.20220624.ebuild @@ -19,6 +19,13 @@ IUSE="+assistant +benchmark +dbus debug doc +gitlfs +magicmime +pairing +torrent REQUIRED_USE="webapp? ( assistant )" +GHC_BOOTSTRAP_PACKAGES=( + async + filepath-bytestring + split + unix-compat +) + RDEPEND="dev-haskell/aeson:= >=dev-haskell/ansi-terminal-0.9:= dev-haskell/async:=