diff options
author | hololeap <hololeap@users.noreply.github.com> | 2023-03-15 17:43:54 -0600 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-17 18:21:54 +0000 |
commit | 53f418b25ca363bbdfb1a77ec27f68fb4812ae3c (patch) | |
tree | d2fb73dfca8689495ae46d965d33398e94ec379d /dev-haskell | |
parent | dev-haskell/vector-binary-instances: Stabilize for amd64 (diff) | |
download | gentoo-53f418b25ca363bbdfb1a77ec27f68fb4812ae3c.tar.gz gentoo-53f418b25ca363bbdfb1a77ec27f68fb4812ae3c.tar.bz2 gentoo-53f418b25ca363bbdfb1a77ec27f68fb4812ae3c.zip |
dev-haskell/vector-th-unbox: 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-th-unbox/vector-th-unbox-0.2.1.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/vector-th-unbox/vector-th-unbox-0.2.1.7.ebuild b/dev-haskell/vector-th-unbox/vector-th-unbox-0.2.1.7.ebuild index 6bf94baf3fc5..1f77320ed770 100644 --- a/dev-haskell/vector-th-unbox/vector-th-unbox-0.2.1.7.ebuild +++ b/dev-haskell/vector-th-unbox/vector-th-unbox-0.2.1.7.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 @@ -14,7 +14,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="" RDEPEND=">=dev-haskell/vector-0.7.1:=[profile?] <dev-haskell/vector-0.13:=[profile?] |