Skip to content

Commit c71b11a

Browse files
committed
dev-haskell/generically: Sync KEYWORDS, add cabal-mksetup
Signed-off-by: Mark Wright <gienah@gentoo.org>
1 parent 686321d commit c71b11a

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

dev-haskell/generically/generically-0.1.1-r2.ebuild

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 1999-2025 Gentoo Authors
1+
# Copyright 1999-2026 Gentoo Authors
22
# Distributed under the terms of the GNU General Public License v2
33

44
EAPI=8
@@ -15,7 +15,7 @@ HOMEPAGE="https://hackage.haskell.org/package/generically"
1515

1616
LICENSE="BSD"
1717
SLOT="0/${PV}"
18-
KEYWORDS="~amd64"
18+
KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
1919

2020
RDEPEND=">=dev-lang/ghc-9.0.2:=
2121
"
@@ -28,3 +28,9 @@ RDEPEND+="
2828
DEPEND="${RDEPEND}
2929
>=dev-haskell/cabal-3.4.1.0
3030
"
31+
32+
src_prepare() {
33+
default
34+
35+
cabal-mksetup
36+
}

0 commit comments

Comments
 (0)