diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-06-02 22:33:50 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-06-02 22:34:08 +0300 |
commit | 9f38488a1869d3a809c312046d23b394ff34e2d7 (patch) | |
tree | 5aaa7a73a2641c4ef65ee1262759a49061e9390f /dev-ml/protocol_version_header | |
parent | dev-ml/async_kernel: Stabilize 0.16.0 amd64, #933369 (diff) | |
download | gentoo-9f38488a1869d3a809c312046d23b394ff34e2d7.tar.gz gentoo-9f38488a1869d3a809c312046d23b394ff34e2d7.tar.bz2 gentoo-9f38488a1869d3a809c312046d23b394ff34e2d7.zip |
dev-ml/protocol_version_header: Stabilize 0.16.0 amd64, #933369
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-ml/protocol_version_header')
-rw-r--r-- | dev-ml/protocol_version_header/protocol_version_header-0.16.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ml/protocol_version_header/protocol_version_header-0.16.0.ebuild b/dev-ml/protocol_version_header/protocol_version_header-0.16.0.ebuild index abfa5a73185b..2617989d168a 100644 --- a/dev-ml/protocol_version_header/protocol_version_header-0.16.0.ebuild +++ b/dev-ml/protocol_version_header/protocol_version_header-0.16.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 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="MIT" SLOT="0/$(ver_cut 1-2)" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86" IUSE="+ocamlopt" RDEPEND=" |