diff options
author | matoro <matoro@users.noreply.github.com> | 2022-08-26 13:37:08 -0400 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-08-31 22:29:03 +0100 |
commit | 7186e75a2403782f03214084bdee9d1fb5bf38c2 (patch) | |
tree | 5c3149c1221e646f227673ee7c68f8c503158aee /dev-haskell/hslua | |
parent | dev-haskell/hslua-packaging: keyword 2.2.0 for ~arm64 (diff) | |
download | gentoo-7186e75a2403782f03214084bdee9d1fb5bf38c2.tar.gz gentoo-7186e75a2403782f03214084bdee9d1fb5bf38c2.tar.bz2 gentoo-7186e75a2403782f03214084bdee9d1fb5bf38c2.zip |
dev-haskell/hslua: keyword 2.2.0 for ~arm64
Thanks-to: Marcus Comstedt <marcus@mc.pp.se>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell/hslua')
-rw-r--r-- | dev-haskell/hslua/hslua-2.2.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-haskell/hslua/hslua-2.2.0.ebuild b/dev-haskell/hslua/hslua-2.2.0.ebuild index 4f0e7e315264..944fef62e217 100644 --- a/dev-haskell/hslua/hslua-2.2.0.ebuild +++ b/dev-haskell/hslua/hslua-2.2.0.ebuild @@ -15,7 +15,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" RDEPEND=">=dev-haskell/hslua-aeson-2.2:=[profile?] <dev-haskell/hslua-aeson-2.3:=[profile?] >=dev-haskell/hslua-classes-2.2:=[profile?] <dev-haskell/hslua-classes-2.3:=[profile?] |