diff options
author | hololeap <hololeap@protonmail.com> | 2023-11-19 14:44:28 -0700 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-11-20 07:35:21 +0000 |
commit | b9af24cabd65a0ac9d23eced96950e639a9c0d98 (patch) | |
tree | d879fb712db5d7711664043c89775662bd391dd8 /dev-haskell/stm | |
parent | dev-lang/ghc: Add binaries for less common arches (diff) | |
download | gentoo-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')
-rw-r--r-- | dev-haskell/stm/stm-2.5.0.2-r1.ebuild | 2 |
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:= |