diff options
author | matoro <matoro@users.noreply.github.com> | 2022-08-27 01:26:37 -0400 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-08-31 22:30:11 +0100 |
commit | 7961e0f94cbfac287ca2c98bb15e5a4de778caed (patch) | |
tree | 70284f8e92c262b1d16dd534a45d92f14a519eaf /dev-haskell/options | |
parent | dev-haskell/monads-tf: keyword 0.1.0.3 for ~arm64 (diff) | |
download | gentoo-7961e0f94cbfac287ca2c98bb15e5a4de778caed.tar.gz gentoo-7961e0f94cbfac287ca2c98bb15e5a4de778caed.tar.bz2 gentoo-7961e0f94cbfac287ca2c98bb15e5a4de778caed.zip |
dev-haskell/options: keyword 1.2.1.1 for ~arm64
Thanks-to: Marcus Comstedt <marcus@mc.pp.se>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell/options')
-rw-r--r-- | dev-haskell/options/options-1.2.1.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-haskell/options/options-1.2.1.1.ebuild b/dev-haskell/options/options-1.2.1.1.ebuild index a530f34fe23c..e577ec55f887 100644 --- a/dev-haskell/options/options-1.2.1.1.ebuild +++ b/dev-haskell/options/options-1.2.1.1.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="" RESTRICT=test # circular depends: options[test]->chell->options |