Skip to content

Commit 9c1c34d

Browse files
committed
dev-haskell/bitvec: Add cabal-mksetup, sync KEYWORDS
Signed-off-by: Mark Wright <gienah@gentoo.org>
1 parent 1f47b1b commit 9c1c34d

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

dev-haskell/bitvec/bitvec-1.1.5.0.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://github.com/Bodigrim/bitvec"
1515

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

2121
RDEPEND=">=dev-haskell/primitive-0.5:=[profile?]
@@ -31,6 +31,12 @@ DEPEND="${RDEPEND}
3131
<dev-haskell/tasty-quickcheck-0.12 )
3232
"
3333

34+
src_prepare() {
35+
default
36+
37+
cabal-mksetup
38+
}
39+
3440
src_configure() {
3541
haskell-cabal_src_configure \
3642
$(cabal_flag simd simd)

0 commit comments

Comments
 (0)