diff options
author | matoro <matoro@users.noreply.github.com> | 2022-07-12 00:22:44 -0400 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-07-22 22:15:44 +0000 |
commit | 2beaf07caef59e92fa6d6a7932e8c51672d3bdcc (patch) | |
tree | ae9026942702ae26703fd5404689f6784df0bb78 | |
parent | dev-haskell/stm: add 2.5.0.1 (diff) | |
download | gentoo-2beaf07caef59e92fa6d6a7932e8c51672d3bdcc.tar.gz gentoo-2beaf07caef59e92fa6d6a7932e8c51672d3bdcc.tar.bz2 gentoo-2beaf07caef59e92fa6d6a7932e8c51672d3bdcc.zip |
dev-haskell/streaming-commons: keyword 0.2.1.2 for ~ppc64
Signed-off-by: matoro <matoro@users.noreply.github.com>
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | dev-haskell/streaming-commons/streaming-commons-0.2.1.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/streaming-commons/streaming-commons-0.2.1.2.ebuild b/dev-haskell/streaming-commons/streaming-commons-0.2.1.2.ebuild index 37b8e60c8f39..a05cae6ee487 100644 --- a/dev-haskell/streaming-commons/streaming-commons-0.2.1.2.ebuild +++ b/dev-haskell/streaming-commons/streaming-commons-0.2.1.2.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="MIT" SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~ppc64 ~x86" IUSE="" RESTRICT=test # requires network |