diff options
author | hololeap <hololeap@users.noreply.github.com> | 2023-03-15 17:38:19 -0600 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-17 18:19:29 +0000 |
commit | c48ba995dfa1a74d220d6bbe57a400d0df7cb8d6 (patch) | |
tree | 38e02b380fed96cdc9e370710caa0183ef3102b9 /dev-haskell/quickcheck-instances | |
parent | dev-haskell/quickcheck-classes-base: Stabilize for amd64 (diff) | |
download | gentoo-c48ba995dfa1a74d220d6bbe57a400d0df7cb8d6.tar.gz gentoo-c48ba995dfa1a74d220d6bbe57a400d0df7cb8d6.tar.bz2 gentoo-c48ba995dfa1a74d220d6bbe57a400d0df7cb8d6.zip |
dev-haskell/quickcheck-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/quickcheck-instances')
-rw-r--r-- | dev-haskell/quickcheck-instances/quickcheck-instances-0.3.27.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/quickcheck-instances/quickcheck-instances-0.3.27.ebuild b/dev-haskell/quickcheck-instances/quickcheck-instances-0.3.27.ebuild index 891b3dc36496..a618cad264ed 100644 --- a/dev-haskell/quickcheck-instances/quickcheck-instances-0.3.27.ebuild +++ b/dev-haskell/quickcheck-instances/quickcheck-instances-0.3.27.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=8 @@ -16,7 +16,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" RDEPEND=">=dev-haskell/case-insensitive-1.2.0.4:=[profile?] <dev-haskell/case-insensitive-1.3:=[profile?] >=dev-haskell/data-fix-0.3:=[profile?] <dev-haskell/data-fix-0.4:=[profile?] |