diff options
author | matoro <matoro@users.noreply.github.com> | 2022-08-28 13:08:30 -0400 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-08-31 22:31:20 +0100 |
commit | 55eba796d2455c33fd9c963a05f470e7508d7746 (patch) | |
tree | 07240edd4df649622f251177c71e0574d5d13c5d /dev-haskell/safe-exceptions | |
parent | dev-haskell/alsa-mixer: keyword 0.3.0 for ~arm64 (diff) | |
download | gentoo-55eba796d2455c33fd9c963a05f470e7508d7746.tar.gz gentoo-55eba796d2455c33fd9c963a05f470e7508d7746.tar.bz2 gentoo-55eba796d2455c33fd9c963a05f470e7508d7746.zip |
dev-haskell/safe-exceptions: keyword 0.1.7.0 for ~arm64
Thanks-to: Marcus Comstedt <marcus@mc.pp.se>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell/safe-exceptions')
-rw-r--r-- | dev-haskell/safe-exceptions/safe-exceptions-0.1.7.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-haskell/safe-exceptions/safe-exceptions-0.1.7.0.ebuild b/dev-haskell/safe-exceptions/safe-exceptions-0.1.7.0.ebuild index 5ecb432a9779..2f5748a93379 100644 --- a/dev-haskell/safe-exceptions/safe-exceptions-0.1.7.0.ebuild +++ b/dev-haskell/safe-exceptions/safe-exceptions-0.1.7.0.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="MIT" SLOT="0/${PV}" -KEYWORDS="~amd64 ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" IUSE="" RDEPEND=">=dev-haskell/exceptions-0.8:=[profile?] |