diff options
author | matoro <matoro@users.noreply.github.com> | 2022-08-27 00:50:27 -0400 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-08-31 22:30:04 +0100 |
commit | cc54f654bb0aa35c18d211e2cad05b1f2c951d3c (patch) | |
tree | 855280a2a74819c834806990b6c213781aee5629 /dev-haskell/haskeline | |
parent | dev-haskell/terminfo: keyword 0.4.1.5 for ~arm64 (diff) | |
download | gentoo-cc54f654bb0aa35c18d211e2cad05b1f2c951d3c.tar.gz gentoo-cc54f654bb0aa35c18d211e2cad05b1f2c951d3c.tar.bz2 gentoo-cc54f654bb0aa35c18d211e2cad05b1f2c951d3c.zip |
dev-haskell/haskeline: keyword 0.8.2 for ~arm64
Thanks-to: Marcus Comstedt <marcus@mc.pp.se>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell/haskeline')
-rw-r--r-- | dev-haskell/haskeline/haskeline-0.8.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-haskell/haskeline/haskeline-0.8.2.ebuild b/dev-haskell/haskeline/haskeline-0.8.2.ebuild index fd6c10f1fd91..093b1cdad01f 100644 --- a/dev-haskell/haskeline/haskeline-0.8.2.ebuild +++ b/dev-haskell/haskeline/haskeline-0.8.2.ebuild @@ -16,7 +16,7 @@ SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="BSD" SLOT="0/${PV}" # keep in sync with ghc-8.10.6 -KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux" IUSE="+terminfo" RESTRICT=test # test requires example executable which does not work correctly |