diff options
author | Sam James <sam@gentoo.org> | 2023-03-16 23:15:03 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-16 23:15:03 +0000 |
commit | bd995f8806e2251cd3839707fb20bc8d053b63e5 (patch) | |
tree | 5635557739cbd97e855efa81e2058d0eb2fb345b | |
parent | dev-ml/parmap: Stabilize 1.2.5 arm64, #901659 (diff) | |
download | gentoo-bd995f8806e2251cd3839707fb20bc8d053b63e5.tar.gz gentoo-bd995f8806e2251cd3839707fb20bc8d053b63e5.tar.bz2 gentoo-bd995f8806e2251cd3839707fb20bc8d053b63e5.zip |
dev-ml/spawn: Stabilize 0.15.1 arm, #901663
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | dev-ml/spawn/spawn-0.15.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ml/spawn/spawn-0.15.1.ebuild b/dev-ml/spawn/spawn-0.15.1.ebuild index 3d2f2b12da2e..4e5f3b8cc939 100644 --- a/dev-ml/spawn/spawn-0.15.1.ebuild +++ b/dev-ml/spawn/spawn-0.15.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 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 test" RESTRICT="!test? ( test )" |