commit: 1175b08ed2dab21c201ee42d87ea7fe17dee23fa Author: hololeap <hololeap <AT> users <DOT> noreply <DOT> github <DOT> com> AuthorDate: Sun Mar 19 01:05:10 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Mar 19 01:42:05 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1175b08e
dev-vcs/git-annex: Add GHC_BOOTSTRAP_PACKAGES Bug: https://github.com/gentoo-haskell/gentoo-haskell/issues/1327 Signed-off-by: hololeap <hololeap <AT> users.noreply.github.com> Signed-off-by: Sam James <sam <AT> gentoo.org> 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 533212eb0b99..0b65231e2a48 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:=
