summaryrefslogtreecommitdiff
path: root/dev-haskell/stm/stm-2.5.0.2-r1.ebuild
diff options
context:
space:
mode:
authorhololeap <hololeap@protonmail.com>2023-10-06 11:59:51 -0600
committerSam James <sam@gentoo.org>2023-10-23 04:13:31 +0100
commitdda3d53e486595616e93ce6096b478df4299cb42 (patch)
treea1de1f194a23697b0b48ff7f6cf928e943d42ed2 /dev-haskell/stm/stm-2.5.0.2-r1.ebuild
parent84de1b5ef05db0bf2bdb11ff295e525c1ca24068 (diff)
downloadgentoo-dda3d53e486595616e93ce6096b478df4299cb42.tar.gz
gentoo-dda3d53e486595616e93ce6096b478df4299cb42.tar.bz2
gentoo-dda3d53e486595616e93ce6096b478df4299cb42.zip
*/*: Unkeyword all but amd64/x86 on ghc-9.2
ghc-9.2.8 does not have binaries for other platforms, so it does not make sense to keyword those platforms until someone can provide binaries for them. Signed-off-by: hololeap <hololeap@protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/33150 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell/stm/stm-2.5.0.2-r1.ebuild')
-rw-r--r--dev-haskell/stm/stm-2.5.0.2-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-haskell/stm/stm-2.5.0.2-r1.ebuild b/dev-haskell/stm/stm-2.5.0.2-r1.ebuild
index 46353f326a3f..a92a400afac7 100644
--- a/dev-haskell/stm/stm-2.5.0.2-r1.ebuild
+++ b/dev-haskell/stm/stm-2.5.0.2-r1.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="https://wiki.haskell.org/Software_transactional_memory"
LICENSE="BSD"
SLOT="0/${PV}"
# Keep in sync with relevant ghc versions (CABAL_CORE_LIB_GHC_PV)
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
RDEPEND="
>=dev-lang/ghc-9.2.4:=