diff options
author | matoro <matoro@users.noreply.github.com> | 2022-07-24 17:47:22 -0400 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-07-30 06:58:10 +0100 |
commit | 12ff251bedfb51a7bc0d5008a963dfb6099b4016 (patch) | |
tree | 09b67421458397a610ec0f504a76963ddbbea38b | |
parent | dev-haskell/monad-loops: keyword 0.4.3 for ~ppc64 (diff) | |
download | gentoo-12ff251bedfb51a7bc0d5008a963dfb6099b4016.tar.gz gentoo-12ff251bedfb51a7bc0d5008a963dfb6099b4016.tar.bz2 gentoo-12ff251bedfb51a7bc0d5008a963dfb6099b4016.zip |
dev-haskell/stm-chans: keyword 3.0.0.4 for ~ppc64
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | dev-haskell/stm-chans/stm-chans-3.0.0.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/stm-chans/stm-chans-3.0.0.4.ebuild b/dev-haskell/stm-chans/stm-chans-3.0.0.4.ebuild index e7aaf5b34209..54738f7dc701 100644 --- a/dev-haskell/stm-chans/stm-chans-3.0.0.4.ebuild +++ b/dev-haskell/stm-chans/stm-chans-3.0.0.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -14,7 +14,7 @@ SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="BSD" SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~ppc64 ~x86" IUSE="" RDEPEND=">=dev-haskell/stm-2.4:=[profile?] |