diff options
author | Sam James <sam@gentoo.org> | 2021-10-17 04:21:31 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-10-17 04:21:31 +0100 |
commit | d32ac4ae067b1613c767bc723b62ca52d75f6445 (patch) | |
tree | d3e417eab9a8b7878d54ca892c09ce46180bfb06 /dev-ml/csexp | |
parent | sys-apps/busybox: Stabilize 1.33.1-r2 ppc64, #813195 (diff) | |
download | gentoo-d32ac4ae067b1613c767bc723b62ca52d75f6445.tar.gz gentoo-d32ac4ae067b1613c767bc723b62ca52d75f6445.tar.bz2 gentoo-d32ac4ae067b1613c767bc723b62ca52d75f6445.zip |
dev-ml/csexp: Stabilize 1.5.1 ppc64, #817692
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml/csexp')
-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 ccf9e398945d..978ba4d7e157 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 )" |