Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-annex/
Date: Sun, 19 Mar 2023 01:49:18
Message-Id: 1679190125.1175b08ed2dab21c201ee42d87ea7fe17dee23fa.sam@gentoo
1 commit: 1175b08ed2dab21c201ee42d87ea7fe17dee23fa
2 Author: hololeap <hololeap <AT> users <DOT> noreply <DOT> github <DOT> com>
3 AuthorDate: Sun Mar 19 01:05:10 2023 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 19 01:42:05 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1175b08e
7
8 dev-vcs/git-annex: Add GHC_BOOTSTRAP_PACKAGES
9
10 Bug: https://github.com/gentoo-haskell/gentoo-haskell/issues/1327
11 Signed-off-by: hololeap <hololeap <AT> users.noreply.github.com>
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 dev-vcs/git-annex/git-annex-10.20220624.ebuild | 7 +++++++
15 1 file changed, 7 insertions(+)
16
17 diff --git a/dev-vcs/git-annex/git-annex-10.20220624.ebuild b/dev-vcs/git-annex/git-annex-10.20220624.ebuild
18 index 533212eb0b99..0b65231e2a48 100644
19 --- a/dev-vcs/git-annex/git-annex-10.20220624.ebuild
20 +++ b/dev-vcs/git-annex/git-annex-10.20220624.ebuild
21 @@ -19,6 +19,13 @@ IUSE="+assistant +benchmark +dbus debug doc +gitlfs +magicmime +pairing +torrent
22
23 REQUIRED_USE="webapp? ( assistant )"
24
25 +GHC_BOOTSTRAP_PACKAGES=(
26 + async
27 + filepath-bytestring
28 + split
29 + unix-compat
30 +)
31 +
32 RDEPEND="dev-haskell/aeson:=
33 >=dev-haskell/ansi-terminal-0.9:=
34 dev-haskell/async:=