diff options
author | Sam James <sam@gentoo.org> | 2021-10-18 23:47:42 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-10-18 23:47:42 +0000 |
commit | e1942aa081818568115a964187df6ba2e3b0801c (patch) | |
tree | c37153ce1506241f5628c47e016610d8cb43ada0 /dev-ml | |
parent | app-arch/snappy: Stabilize 1.1.9 arm, #817659 (diff) | |
download | gentoo-e1942aa081818568115a964187df6ba2e3b0801c.tar.gz gentoo-e1942aa081818568115a964187df6ba2e3b0801c.tar.bz2 gentoo-e1942aa081818568115a964187df6ba2e3b0801c.zip |
dev-ml/csexp: Stabilize 1.5.1 arm, #817692
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/csexp/csexp-1.5.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/csexp/csexp-1.5.1.ebuild b/dev-ml/csexp/csexp-1.5.1.ebuild index 978ba4d7e157..824799a6c309 100644 --- a/dev-ml/csexp/csexp-1.5.1.ebuild +++ b/dev-ml/csexp/csexp-1.5.1.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/ocaml-dune/csexp/releases/download/${PV}/${P}.tbz" LICENSE="MIT" SLOT="0/${PV}" -KEYWORDS="amd64 ~arm arm64 ppc ppc64 x86" +KEYWORDS="amd64 arm arm64 ppc ppc64 x86" IUSE="+ocamlopt test" RESTRICT="!test? ( test )" |