diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-06-09 18:27:09 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-06-09 18:27:09 +0300 |
commit | 3da8971b08840a045ca700ec745a6f0a1b5f3b01 (patch) | |
tree | 07afc7d3ab7d20ff5d15d84b7e3ce9f51e6d3d63 /dev-ml/alcotest | |
parent | sci-libs/hdf5: Stabilize 1.14.1 ppc64, #908156 (diff) | |
download | gentoo-3da8971b08840a045ca700ec745a6f0a1b5f3b01.tar.gz gentoo-3da8971b08840a045ca700ec745a6f0a1b5f3b01.tar.bz2 gentoo-3da8971b08840a045ca700ec745a6f0a1b5f3b01.zip |
dev-ml/alcotest: Stabilize 1.7.0 arm64, #908161
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-ml/alcotest')
-rw-r--r-- | dev-ml/alcotest/alcotest-1.7.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/alcotest/alcotest-1.7.0.ebuild b/dev-ml/alcotest/alcotest-1.7.0.ebuild index 02bd046c8bf8..c3485f1e782e 100644 --- a/dev-ml/alcotest/alcotest-1.7.0.ebuild +++ b/dev-ml/alcotest/alcotest-1.7.0.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/mirage/alcotest/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="ISC" SLOT="0/${PV}" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" +KEYWORDS="~amd64 ~arm arm64 ~x86" IUSE="+ocamlopt" RDEPEND=" |