diff options
author | matoro <matoro@users.noreply.github.com> | 2022-08-26 00:07:39 -0400 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-08-31 22:28:19 +0100 |
commit | d34f61ba543cc0a1851e6f6c1225793e608a4ee3 (patch) | |
tree | f012444e8468315e4880b5b5d3fdd28413b2ec9b /dev-haskell/citeproc | |
parent | dev-haskell/text-icu: keyword 0.7.1.0 for ~arm64 (diff) | |
download | gentoo-d34f61ba543cc0a1851e6f6c1225793e608a4ee3.tar.gz gentoo-d34f61ba543cc0a1851e6f6c1225793e608a4ee3.tar.bz2 gentoo-d34f61ba543cc0a1851e6f6c1225793e608a4ee3.zip |
dev-haskell/citeproc: keyword 0.7 for ~arm64
Thanks-to: Marcus Comstedt <marcus@mc.pp.se>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell/citeproc')
-rw-r--r-- | dev-haskell/citeproc/citeproc-0.7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-haskell/citeproc/citeproc-0.7.ebuild b/dev-haskell/citeproc/citeproc-0.7.ebuild index 9e98a83ddf64..cf96915d68aa 100644 --- a/dev-haskell/citeproc/citeproc-0.7.ebuild +++ b/dev-haskell/citeproc/citeproc-0.7.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="BSD-2" SLOT="0/${PV}" -KEYWORDS="~amd64 ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" IUSE="executable icu" # Many tests for this package are known to fail and this is acceptable for |