diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2023-04-24 15:49:10 +0200 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2023-04-24 15:49:10 +0200 |
commit | fa7dd971a18b2b15489bbb5268646cf8d39f58c3 (patch) | |
tree | ec6c7a03400a4728928427c68ca7babfab6bfaca /dev-ml/async | |
parent | dev-ml/textutils: stabilize 0.15.0 for amd64 (diff) | |
download | gentoo-fa7dd971a18b2b15489bbb5268646cf8d39f58c3.tar.gz gentoo-fa7dd971a18b2b15489bbb5268646cf8d39f58c3.tar.bz2 gentoo-fa7dd971a18b2b15489bbb5268646cf8d39f58c3.zip |
dev-ml/async: stabilize 0.15.0 for amd64
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-ml/async')
-rw-r--r-- | dev-ml/async/async-0.15.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/async/async-0.15.0.ebuild b/dev-ml/async/async-0.15.0.ebuild index 8d0bab7bfe97..88afef0fdf47 100644 --- a/dev-ml/async/async-0.15.0.ebuild +++ b/dev-ml/async/async-0.15.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/$(ver_cut 1-2)" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~x86" IUSE="+ocamlopt" # Need qtest_lib, netkit_sockets |