diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2023-03-16 14:22:41 +0100 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2023-03-16 14:22:41 +0100 |
commit | 87789c324178332204a02e60584d29ba9b626122 (patch) | |
tree | 99294f1de4655f275cd5d0e4a20ef2ea7cb1677b /dev-ml/ppx_pipebang | |
parent | dev-ml/ppx_optional: stabilize 0.15.0 for amd64 (diff) | |
download | gentoo-87789c324178332204a02e60584d29ba9b626122.tar.gz gentoo-87789c324178332204a02e60584d29ba9b626122.tar.bz2 gentoo-87789c324178332204a02e60584d29ba9b626122.zip |
dev-ml/ppx_pipebang: stabilize 0.15.0-r1 for amd64
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-ml/ppx_pipebang')
-rw-r--r-- | dev-ml/ppx_pipebang/ppx_pipebang-0.15.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ml/ppx_pipebang/ppx_pipebang-0.15.0-r1.ebuild b/dev-ml/ppx_pipebang/ppx_pipebang-0.15.0-r1.ebuild index 40b93c106d46..82fb8a6d3699 100644 --- a/dev-ml/ppx_pipebang/ppx_pipebang-0.15.0-r1.ebuild +++ b/dev-ml/ppx_pipebang/ppx_pipebang-0.15.0-r1.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=8 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g 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=" |