summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormatoro <matoro@users.noreply.github.com>2022-07-24 15:16:43 -0400
committerSam James <sam@gentoo.org>2022-07-30 06:57:58 +0100
commit7e001a7afc3ffbd79448f06f7f927eb2d3642ad3 (patch)
tree68862b5b0316a2bd42073fe1a663104ac50a7e2a /dev-haskell/echo
parentdev-haskell/cryptohash-sha256: keyword 0.11.101.0 for ~ppc64 (diff)
downloadgentoo-7e001a7afc3ffbd79448f06f7f927eb2d3642ad3.tar.gz
gentoo-7e001a7afc3ffbd79448f06f7f927eb2d3642ad3.tar.bz2
gentoo-7e001a7afc3ffbd79448f06f7f927eb2d3642ad3.zip
dev-haskell/echo: keyword 0.1.3 for ~ppc64
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell/echo')
-rw-r--r--dev-haskell/echo/echo-0.1.3.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/echo/echo-0.1.3.ebuild b/dev-haskell/echo/echo-0.1.3.ebuild
index 4f0b6db6d698..969e0802dd5b 100644
--- a/dev-haskell/echo/echo-0.1.3.ebuild
+++ b/dev-haskell/echo/echo-0.1.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -15,7 +15,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="examples"
RDEPEND=">=dev-lang/ghc-7.4.1:=