Skip to content

Commit

Permalink
dev-haskell/vector: Stabilize for amd64
Browse files Browse the repository at this point in the history
Signed-off-by: hololeap <[email protected]>
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
hololeap authored and thesamesam committed Mar 17, 2023
1 parent 682387a commit e3de97e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev-haskell/vector/vector-0.12.3.1.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8
Expand All @@ -21,7 +21,7 @@ SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz

LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86"
IUSE="+boundschecks internalchecks unsafechecks"

PATCHES=( "${FILESDIR}/${PN}-0.12.3.1-cabal-doctest.patch" )
Expand Down

0 comments on commit e3de97e

Please sign in to comment.