diff options
author | 2024-10-21 21:41:31 +0300 | |
---|---|---|
committer | 2024-10-21 21:41:31 +0300 | |
commit | 4ee6398282098f986ff94d6cb1740b98649ee0bc (patch) | |
tree | ae18783a0a51f27583334c83d730dabfc3a2dc01 /dev-ml | |
parent | dev-ml/alcotest: Stabilize 1.8.0 arm64, #941858 (diff) | |
download | gentoo-4ee6398282098f986ff94d6cb1740b98649ee0bc.tar.gz gentoo-4ee6398282098f986ff94d6cb1740b98649ee0bc.tar.bz2 gentoo-4ee6398282098f986ff94d6cb1740b98649ee0bc.zip |
dev-ml/alcotest: Stabilize 1.8.0 arm, #941858
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/alcotest/alcotest-1.8.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/alcotest/alcotest-1.8.0.ebuild b/dev-ml/alcotest/alcotest-1.8.0.ebuild index 0be9a72e93a2..cdf5b23a1aa5 100644 --- a/dev-ml/alcotest/alcotest-1.8.0.ebuild +++ b/dev-ml/alcotest/alcotest-1.8.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 ~ppc ~ppc64 x86" +KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 x86" IUSE="+ocamlopt" RDEPEND=" |