Skip to content

Commit

Permalink
*/*: keyword arm64 ppc64 riscv on ghc-9.2
Browse files Browse the repository at this point in the history
This reverts commit dda3d53.

Signed-off-by: hololeap <hololeap@protonmail.com>
Closes: #33909
Signed-off-by: Sam James <sam@gentoo.org>
  • Loading branch information
hololeap authored and thesamesam committed Nov 20, 2023
1 parent a8b4b1e commit b9af24c
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion dev-haskell/binary/binary-0.8.9.0-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ HOMEPAGE="https://github.com/kolmodin/binary"
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"

RESTRICT=test # circular depend: test-framework->base-orphans->cabal->semigroups->nats->binary

Expand Down
2 changes: 1 addition & 1 deletion dev-haskell/cabal-install/cabal-install-3.6.2.0-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ LICENSE="BSD"
SLOT="0"

# Keep in sync with relevant dev-haskell/cabal versions
KEYWORDS="~amd64 ~x86"
KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
IUSE="+lukko +native-dns"

RDEPEND="
Expand Down
2 changes: 1 addition & 1 deletion dev-haskell/cabal/cabal-3.6.3.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ HOMEPAGE="https://www.haskell.org/cabal/"
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:= <dev-lang/ghc-9.3:=
Expand Down
2 changes: 1 addition & 1 deletion dev-haskell/dbus/dbus-1.3.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ HOMEPAGE="https://github.com/rblaze/haskell-dbus#readme"

LICENSE="Apache-2.0"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
# exotic keywords require ghc bump to 9.2 series
#KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"

Expand Down
2 changes: 1 addition & 1 deletion dev-haskell/hjsmin/hjsmin-0.2.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion dev-haskell/parsec/parsec-3.1.15.0-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ HOMEPAGE="https://github.com/haskell/parsec"
LICENSE="BSD-2"
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"

RESTRICT=test # circular dependencies: dev-haskell/base-orphans->cabal->parsec[test]->test-framework-hunit->test-framework->base-orphans

Expand Down
2 changes: 1 addition & 1 deletion dev-haskell/stm/stm-2.5.0.2-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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:=
Expand Down
2 changes: 1 addition & 1 deletion dev-lang/ghc/ghc-9.2.8.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ BUMP_LIBRARIES=(

LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
IUSE="big-endian doc elfutils ghcbootstrap ghcmakebinary +gmp llvm numa profile test unregisterised"
IUSE+=" binary"
RESTRICT="!test? ( test )"
Expand Down

0 comments on commit b9af24c

Please sign in to comment.