diff options
author | hololeap <hololeap@users.noreply.github.com> | 2023-03-15 17:38:06 -0600 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-17 18:19:23 +0000 |
commit | 9b1a39201673eab1ff01a3f1c53705862ae5c4c1 (patch) | |
tree | 728048f0a2067cfddb3c0e69d422f9212699dad5 /dev-haskell/psqueues | |
parent | dev-haskell/profunctors: Stabilize for amd64 (diff) | |
download | gentoo-9b1a39201673eab1ff01a3f1c53705862ae5c4c1.tar.gz gentoo-9b1a39201673eab1ff01a3f1c53705862ae5c4c1.tar.bz2 gentoo-9b1a39201673eab1ff01a3f1c53705862ae5c4c1.zip |
dev-haskell/psqueues: 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/psqueues')
-rw-r--r-- | dev-haskell/psqueues/psqueues-0.2.7.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/psqueues/psqueues-0.2.7.3.ebuild b/dev-haskell/psqueues/psqueues-0.2.7.3.ebuild index 2731a4e3e518..f8145482f182 100644 --- a/dev-haskell/psqueues/psqueues-0.2.7.3.ebuild +++ b/dev-haskell/psqueues/psqueues-0.2.7.3.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 @@ -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" RDEPEND=">=dev-haskell/hashable-1.1.2.3:=[profile?] <dev-haskell/hashable-1.5:=[profile?] >=dev-lang/ghc-8.4.3:= |