We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f47b1b commit 9c1c34dCopy full SHA for 9c1c34d
dev-haskell/bitvec/bitvec-1.1.5.0.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://github.com/Bodigrim/bitvec"
15
16
LICENSE="BSD"
17
SLOT="0/${PV}"
18
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
19
IUSE="+simd"
20
21
RDEPEND=">=dev-haskell/primitive-0.5:=[profile?]
@@ -31,6 +31,12 @@ DEPEND="${RDEPEND}
31
<dev-haskell/tasty-quickcheck-0.12 )
32
"
33
34
+src_prepare() {
35
+ default
36
+
37
+ cabal-mksetup
38
+}
39
40
src_configure() {
41
haskell-cabal_src_configure \
42
$(cabal_flag simd simd)
0 commit comments