diff options
author | hololeap <hololeap@users.noreply.github.com> | 2023-03-18 19:05:10 -0600 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-19 01:42:05 +0000 |
commit | 1175b08ed2dab21c201ee42d87ea7fe17dee23fa (patch) | |
tree | b58b65cb90d3ddd187d58f1225bff3e34244761d /dev-vcs | |
parent | app-text/xml2doc: fix configure w/ clang 16 (diff) | |
download | gentoo-1175b08ed2dab21c201ee42d87ea7fe17dee23fa.tar.gz gentoo-1175b08ed2dab21c201ee42d87ea7fe17dee23fa.tar.bz2 gentoo-1175b08ed2dab21c201ee42d87ea7fe17dee23fa.zip |
dev-vcs/git-annex: Add GHC_BOOTSTRAP_PACKAGES
Bug: https://github.com/gentoo-haskell/gentoo-haskell/issues/1327
Signed-off-by: hololeap <hololeap@users.noreply.github.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/git-annex/git-annex-10.20220624.ebuild | 7 |
1 files changed, 7 insertions, 0 deletions
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:= |