diff options
author | Sam James <sam@gentoo.org> | 2021-02-25 13:08:56 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-25 13:08:56 +0000 |
commit | 3f88ef888fdca46f49795e7398af68bb7db3a59a (patch) | |
tree | c73a9e548bc3182ecf8b6cba12599d3f2f45c140 /dev-ml/spawn | |
parent | dev-ml/core_kernel: Stabilize 0.14.1-r3 ppc, #772833 (diff) | |
download | gentoo-3f88ef888fdca46f49795e7398af68bb7db3a59a.tar.gz gentoo-3f88ef888fdca46f49795e7398af68bb7db3a59a.tar.bz2 gentoo-3f88ef888fdca46f49795e7398af68bb7db3a59a.zip |
dev-ml/spawn: Stabilize 0.13.0 ppc, #772833
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml/spawn')
-rw-r--r-- | dev-ml/spawn/spawn-0.13.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/spawn/spawn-0.13.0.ebuild b/dev-ml/spawn/spawn-0.13.0.ebuild index cd786eeb464f..fca0108395d6 100644 --- a/dev-ml/spawn/spawn-0.13.0.ebuild +++ b/dev-ml/spawn/spawn-0.13.0.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g LICENSE="MIT" SLOT="0/${PV}" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ppc ~ppc64 ~x86" IUSE="ocamlopt test" RESTRICT="!test? ( test )" |