summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhololeap <hololeap@protonmail.com>2023-11-03 09:41:27 -0600
committerSam James <sam@gentoo.org>2023-11-19 18:32:26 +0000
commit9939790f28a7b168ee20f44427f6f6a8eda9c3f0 (patch)
tree61da8aaffb015143af839b0d03cffa242081c356 /dev-haskell/foundation
parentdev-haskell/system-fileio: Loosen chell dep (diff)
downloadgentoo-9939790f28a7b168ee20f44427f6f6a8eda9c3f0.tar.gz
gentoo-9939790f28a7b168ee20f44427f6f6a8eda9c3f0.tar.bz2
gentoo-9939790f28a7b168ee20f44427f6f6a8eda9c3f0.zip
dev-haskell/foundation: Fix basement dep
basement is needed regardless of if USE=test is enabled, furthermore it specificially depends on basement-0.0.16. Closes: https://bugs.gentoo.org/916741 Signed-off-by: hololeap <hololeap@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell/foundation')
-rw-r--r--dev-haskell/foundation/foundation-0.0.30.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/foundation/foundation-0.0.30.ebuild b/dev-haskell/foundation/foundation-0.0.30.ebuild
index f7ec5444c124..34c119a9149c 100644
--- a/dev-haskell/foundation/foundation-0.0.30.ebuild
+++ b/dev-haskell/foundation/foundation-0.0.30.ebuild
@@ -14,14 +14,14 @@ HOMEPAGE="https://github.com/haskell-foundation/foundation"
LICENSE="BSD"
SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64"
IUSE="experimental"
RDEPEND=">=dev-lang/ghc-8.8.1:=
"
DEPEND="${RDEPEND}
+ ~dev-haskell/basement-0.0.16
>=dev-haskell/cabal-3.0.0.0
- test? ( dev-haskell/basement )
"
src_configure() {