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/hjsmin | |
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/hjsmin')
-rw-r--r-- | dev-haskell/hjsmin/hjsmin-0.2.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-haskell/hjsmin/hjsmin-0.2.1.ebuild b/dev-haskell/hjsmin/hjsmin-0.2.1.ebuild index 63c56bcf4700..d34c0a0ac0e8 100644 --- a/dev-haskell/hjsmin/hjsmin-0.2.1.ebuild +++ b/dev-haskell/hjsmin/hjsmin-0.2.1.ebuild @@ -13,7 +13,7 @@ HOMEPAGE="https://github.com/erikd/hjsmin" LICENSE="BSD" SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" PATCHES=( "${FILESDIR}/${PN}-0.2.0.4-fix-tests.patch" |