diff options
author | Sam James <sam@gentoo.org> | 2021-02-10 18:51:40 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-10 18:51:40 +0000 |
commit | 7f0356223d6e2c14e08d7a83aa13260b139ff7ed (patch) | |
tree | 842b5a151f05fefa49cecb689f43af613357bd36 /dev-ml/csexp | |
parent | dev-ml/result: Stabilize 1.5 amd64, #769317 (diff) | |
download | gentoo-7f0356223d6e2c14e08d7a83aa13260b139ff7ed.tar.gz gentoo-7f0356223d6e2c14e08d7a83aa13260b139ff7ed.tar.bz2 gentoo-7f0356223d6e2c14e08d7a83aa13260b139ff7ed.zip |
dev-ml/csexp: Stabilize 1.3.2-r1 amd64, #769317
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml/csexp')
-rw-r--r-- | dev-ml/csexp/csexp-1.3.2-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/csexp/csexp-1.3.2-r1.ebuild b/dev-ml/csexp/csexp-1.3.2-r1.ebuild index 0f9012ed1d00..bc023bf49ed6 100644 --- a/dev-ml/csexp/csexp-1.3.2-r1.ebuild +++ b/dev-ml/csexp/csexp-1.3.2-r1.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 )" |