diff options
author | hololeap <hololeap@users.noreply.github.com> | 2023-03-15 17:43:49 -0600 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-17 18:21:52 +0000 |
commit | e1c67e31745abdbb1e7f8960da01d89422be1e69 (patch) | |
tree | e8e49aa4a3275ff2333ee9a11e1f63d80fffb8b6 /dev-haskell | |
parent | dev-haskell/vector: Stabilize for amd64 (diff) | |
download | gentoo-e1c67e31745abdbb1e7f8960da01d89422be1e69.tar.gz gentoo-e1c67e31745abdbb1e7f8960da01d89422be1e69.tar.bz2 gentoo-e1c67e31745abdbb1e7f8960da01d89422be1e69.zip |
dev-haskell/vector-algorithms: Stabilize for amd64
Signed-off-by: hololeap <hololeap@users.noreply.github.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell')
-rw-r--r-- | dev-haskell/vector-algorithms/vector-algorithms-0.8.0.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/vector-algorithms/vector-algorithms-0.8.0.4.ebuild b/dev-haskell/vector-algorithms/vector-algorithms-0.8.0.4.ebuild index 96ccf8306967..9146d9f4e651 100644 --- a/dev-haskell/vector-algorithms/vector-algorithms-0.8.0.4.ebuild +++ b/dev-haskell/vector-algorithms/vector-algorithms-0.8.0.4.ebuild @@ -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=7 @@ -15,7 +15,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="+bench +boundschecks internalchecks +properties unsafechecks" RDEPEND=">=dev-haskell/primitive-0.3:=[profile?] <dev-haskell/primitive-0.8:=[profile?] |