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/dbus | |
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/dbus')
-rw-r--r-- | dev-haskell/dbus/dbus-1.3.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-haskell/dbus/dbus-1.3.0.ebuild b/dev-haskell/dbus/dbus-1.3.0.ebuild index b7dd93a559af..ce2a08ef691d 100644 --- a/dev-haskell/dbus/dbus-1.3.0.ebuild +++ b/dev-haskell/dbus/dbus-1.3.0.ebuild @@ -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" |