diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-06-09 15:06:20 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-06-09 15:06:20 +0300 |
commit | 8a03aaff5313694ffc3b4c4028c612f0dd7b0c38 (patch) | |
tree | eb7f64af8cdd71aced007c79b8eb65a780d7cd03 /dev-ml/opam-file-format | |
parent | dev-ml/ocaml-ssl: Stabilize 0.7.0 arm64, #933839 (diff) | |
download | gentoo-8a03aaff5313694ffc3b4c4028c612f0dd7b0c38.tar.gz gentoo-8a03aaff5313694ffc3b4c4028c612f0dd7b0c38.tar.bz2 gentoo-8a03aaff5313694ffc3b4c4028c612f0dd7b0c38.zip |
dev-ml/opam-file-format: Stabilize 2.1.6 arm64, #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 | 4 |
1 files changed, 2 insertions, 2 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 d5bd655ecace..a4ab86ed3fe1 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 @@ -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 @@ -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 )" |