diff options
author | Sam James <sam@gentoo.org> | 2023-03-17 02:27:29 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-17 02:27:29 +0000 |
commit | f1777c423382f7aad3a0c09ceab31398c96263a5 (patch) | |
tree | 7159b6817b9f4c1a955a201c387dadab1d4549ec /dev-ml/spawn | |
parent | dev-ml/rresult: Stabilize 0.7.0 x86, #901657 (diff) | |
download | gentoo-f1777c423382f7aad3a0c09ceab31398c96263a5.tar.gz gentoo-f1777c423382f7aad3a0c09ceab31398c96263a5.tar.bz2 gentoo-f1777c423382f7aad3a0c09ceab31398c96263a5.zip |
dev-ml/spawn: Stabilize 0.15.1 amd64, #901663
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml/spawn')
-rw-r--r-- | dev-ml/spawn/spawn-0.15.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/spawn/spawn-0.15.1.ebuild b/dev-ml/spawn/spawn-0.15.1.ebuild index 4e5f3b8cc939..927dea463cba 100644 --- a/dev-ml/spawn/spawn-0.15.1.ebuild +++ b/dev-ml/spawn/spawn-0.15.1.ebuild @@ -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 )" |