diff options
author | matoro <matoro@users.noreply.github.com> | 2022-07-24 15:18:29 -0400 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-07-30 06:57:59 +0100 |
commit | 0640be79625f06a936591a016b99512559d74e51 (patch) | |
tree | b6af32c1704ce9e38ffdac09c91e755dbe6f432a /dev-haskell/edit-distance | |
parent | dev-haskell/echo: keyword 0.1.3 for ~ppc64 (diff) | |
download | gentoo-0640be79625f06a936591a016b99512559d74e51.tar.gz gentoo-0640be79625f06a936591a016b99512559d74e51.tar.bz2 gentoo-0640be79625f06a936591a016b99512559d74e51.zip |
dev-haskell/edit-distance: keyword 0.2.2.1-r1 for ~ppc64
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell/edit-distance')
-rw-r--r-- | dev-haskell/edit-distance/edit-distance-0.2.2.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/edit-distance/edit-distance-0.2.2.1-r1.ebuild b/dev-haskell/edit-distance/edit-distance-0.2.2.1-r1.ebuild index 30e1b8aee32d..b37428643b83 100644 --- a/dev-haskell/edit-distance/edit-distance-0.2.2.1-r1.ebuild +++ b/dev-haskell/edit-distance/edit-distance-0.2.2.1-r1.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 ~amd64-linux" +KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux" IUSE="" RDEPEND=">=dev-haskell/random-1.0:=[profile?] |