diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2023-03-16 14:08:39 +0100 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2023-03-16 14:08:39 +0100 |
commit | b8003eeeaff18c5f9441ac7773f58b8168b191ba (patch) | |
tree | e9b9aee1975f38039be14605e5bae681d58c7b04 /dev-ml/ppx_optcomp | |
parent | dev-ml/stdio: stabilize 0.15.0-r1 for amd64 (diff) | |
download | gentoo-b8003eeeaff18c5f9441ac7773f58b8168b191ba.tar.gz gentoo-b8003eeeaff18c5f9441ac7773f58b8168b191ba.tar.bz2 gentoo-b8003eeeaff18c5f9441ac7773f58b8168b191ba.zip |
dev-ml/ppx_optcomp: stabilize 0.15.0 for amd64
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-ml/ppx_optcomp')
-rw-r--r-- | dev-ml/ppx_optcomp/ppx_optcomp-0.15.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ml/ppx_optcomp/ppx_optcomp-0.15.0.ebuild b/dev-ml/ppx_optcomp/ppx_optcomp-0.15.0.ebuild index 5eb0ec647f61..98be3c1a1faa 100644 --- a/dev-ml/ppx_optcomp/ppx_optcomp-0.15.0.ebuild +++ b/dev-ml/ppx_optcomp/ppx_optcomp-0.15.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/janestreet/ppx_optcomp/archive/v${PV}.tar.gz -> ${P} LICENSE="Apache-2.0" SLOT="0/$(ver_cut 1-2)" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86" IUSE="+ocamlopt" DEPEND=" |