summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhololeap <hololeap@protonmail.com>2023-11-19 14:44:28 -0700
committerSam James <sam@gentoo.org>2023-11-20 07:35:21 +0000
commitb9af24cabd65a0ac9d23eced96950e639a9c0d98 (patch)
treed879fb712db5d7711664043c89775662bd391dd8 /dev-haskell/stm/stm-2.5.0.2-r1.ebuild
parentdev-lang/ghc: Add binaries for less common arches (diff)
downloadgentoo-b9af24cabd65a0ac9d23eced96950e639a9c0d98.tar.gz
gentoo-b9af24cabd65a0ac9d23eced96950e639a9c0d98.tar.bz2
gentoo-b9af24cabd65a0ac9d23eced96950e639a9c0d98.zip
*/*: keyword arm64 ppc64 riscv on ghc-9.2
This reverts commit dda3d53e486595616e93ce6096b478df4299cb42. Signed-off-by: hololeap <hololeap@protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/33909 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 a92a400afac7..46353f326a3f 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 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux"
RDEPEND="
>=dev-lang/ghc-9.2.4:=