diff options
author | hololeap <hololeap@users.noreply.github.com> | 2023-03-15 17:43:51 -0600 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-17 18:21:53 +0000 |
commit | a250c12e102092004611926a6867cf3591eed91e (patch) | |
tree | 80d1fc418a4c52b83d3668569382cbd49957a20c /dev-haskell | |
parent | dev-haskell/vector-algorithms: Stabilize for amd64 (diff) | |
download | gentoo-a250c12e102092004611926a6867cf3591eed91e.tar.gz gentoo-a250c12e102092004611926a6867cf3591eed91e.tar.bz2 gentoo-a250c12e102092004611926a6867cf3591eed91e.zip |
dev-haskell/vector-binary-instances: 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-binary-instances/vector-binary-instances-0.2.5.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/vector-binary-instances/vector-binary-instances-0.2.5.1.ebuild b/dev-haskell/vector-binary-instances/vector-binary-instances-0.2.5.1.ebuild index 8e26e9836250..1fd4832ce175 100644 --- a/dev-haskell/vector-binary-instances/vector-binary-instances-0.2.5.1.ebuild +++ b/dev-haskell/vector-binary-instances/vector-binary-instances-0.2.5.1.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.6:=[profile?] <dev-haskell/vector-0.13:=[profile?] |