diff options
author | hololeap <hololeap@protonmail.com> | 2023-10-06 11:59:51 -0600 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-10-23 04:13:31 +0100 |
commit | dda3d53e486595616e93ce6096b478df4299cb42 (patch) | |
tree | a1de1f194a23697b0b48ff7f6cf928e943d42ed2 /dev-haskell/dbus | |
parent | dev-haskell/wai-app-static: Migrate to CABAL_CHDEPS (diff) | |
download | gentoo-dda3d53e486595616e93ce6096b478df4299cb42.tar.gz gentoo-dda3d53e486595616e93ce6096b478df4299cb42.tar.bz2 gentoo-dda3d53e486595616e93ce6096b478df4299cb42.zip |
*/*: Unkeyword all but amd64/x86 on ghc-9.2
ghc-9.2.8 does not have binaries for other platforms, so it does not
make sense to keyword those platforms until someone can provide
binaries for them.
Signed-off-by: hololeap <hololeap@protonmail.com>
Closes: https://github.com/gentoo/gentoo/pull/33150
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 ce2a08ef691d..b7dd93a559af 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 ~arm64 ~ppc64 ~riscv ~x86" +KEYWORDS="~amd64 ~x86" # exotic keywords require ghc bump to 9.2 series #KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" |