We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 686321d commit c71b11aCopy full SHA for c71b11a
dev-haskell/generically/generically-0.1.1-r2.ebuild
@@ -1,4 +1,4 @@
1
-# Copyright 1999-2025 Gentoo Authors
+# Copyright 1999-2026 Gentoo Authors
2
# Distributed under the terms of the GNU General Public License v2
3
4
EAPI=8
@@ -15,7 +15,7 @@ HOMEPAGE="https://hackage.haskell.org/package/generically"
15
16
LICENSE="BSD"
17
SLOT="0/${PV}"
18
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
19
20
RDEPEND=">=dev-lang/ghc-9.0.2:=
21
"
@@ -28,3 +28,9 @@ RDEPEND+="
28
DEPEND="${RDEPEND}
29
>=dev-haskell/cabal-3.4.1.0
30
31
+
32
+src_prepare() {
33
+ default
34
35
+ cabal-mksetup
36
+}
0 commit comments