Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/hackport/
Date: Sun, 19 Mar 2023 01:49:18
Message-Id: 1679190125.289485e7206ae07ae0f434d5ef305893bd464cd9.sam@gentoo
1 commit: 289485e7206ae07ae0f434d5ef305893bd464cd9
2 Author: hololeap <hololeap <AT> users <DOT> noreply <DOT> github <DOT> com>
3 AuthorDate: Sun Mar 19 01:34:33 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=289485e7
7
8 app-portage/hackport: 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 app-portage/hackport/hackport-0.7.2.2.ebuild | 4 ++++
15 1 file changed, 4 insertions(+)
16
17 diff --git a/app-portage/hackport/hackport-0.7.2.2.ebuild b/app-portage/hackport/hackport-0.7.2.2.ebuild
18 index 7eaeebfe47a0..c82f8252ca25 100644
19 --- a/app-portage/hackport/hackport-0.7.2.2.ebuild
20 +++ b/app-portage/hackport/hackport-0.7.2.2.ebuild
21 @@ -16,6 +16,10 @@ LICENSE="GPL-3+"
22 SLOT="0"
23 KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86"
24
25 +GHC_BOOTSTRAP_PACKAGES=(
26 + cabal-doctest
27 +)
28 +
29 RDEPEND=">=dev-haskell/async-2.0:=
30 >=dev-haskell/base16-bytestring-0.1.1:=
31 >=dev-haskell/base64-bytestring-1.0:=