diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-06-09 21:10:34 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-06-09 21:10:34 +0300 |
commit | 3436e34236afdbcc48d2cf7adfaea3fa050733a2 (patch) | |
tree | b3e8173f15f3bf59ffe8f8f645e6330c6772e2e5 /dev-ml/opam-file-format | |
parent | dev-ml/ocaml-ssl: Stabilize 0.7.0 amd64, #933839 (diff) | |
download | gentoo-3436e34236afdbcc48d2cf7adfaea3fa050733a2.tar.gz gentoo-3436e34236afdbcc48d2cf7adfaea3fa050733a2.tar.bz2 gentoo-3436e34236afdbcc48d2cf7adfaea3fa050733a2.zip |
dev-ml/opam-file-format: Stabilize 2.1.6 amd64, #933839
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-ml/opam-file-format')
-rw-r--r-- | dev-ml/opam-file-format/opam-file-format-2.1.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/opam-file-format/opam-file-format-2.1.6.ebuild b/dev-ml/opam-file-format/opam-file-format-2.1.6.ebuild index 16e7842c0849..7efd2303f569 100644 --- a/dev-ml/opam-file-format/opam-file-format-2.1.6.ebuild +++ b/dev-ml/opam-file-format/opam-file-format-2.1.6.ebuild @@ -15,7 +15,7 @@ SRC_URI="https://github.com/ocaml/opam-file-format/archive/${MY_PV}.tar.gz -> ${ LICENSE="LGPL-2.1" SLOT="0/${PV}" -KEYWORDS="~amd64 arm arm64 ~ppc ~ppc64 ~riscv ~x86" +KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv ~x86" IUSE="+ocamlopt test" RESTRICT="!test? ( test )" |