diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2023-04-24 15:44:44 +0200 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2023-04-24 15:45:01 +0200 |
commit | 5e9364e290f392efd51a2136b14b91e11e51d49d (patch) | |
tree | 3685d680f56cd3c2529dad7612e3fa41a79b2f95 /dev-ml/async_unix | |
parent | dev-ruby/safe_yaml: Stabilize 1.0.5-r2 amd64, #904959 (diff) | |
download | gentoo-5e9364e290f392efd51a2136b14b91e11e51d49d.tar.gz gentoo-5e9364e290f392efd51a2136b14b91e11e51d49d.tar.bz2 gentoo-5e9364e290f392efd51a2136b14b91e11e51d49d.zip |
dev-ml/async_unix: stabilize 0.15.0 for amd64
Bug: https://bugs.gentoo.org/901669
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-ml/async_unix')
-rw-r--r-- | dev-ml/async_unix/async_unix-0.15.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/async_unix/async_unix-0.15.0.ebuild b/dev-ml/async_unix/async_unix-0.15.0.ebuild index 5ec921aba3b8..b2c1f79fd6d4 100644 --- a/dev-ml/async_unix/async_unix-0.15.0.ebuild +++ b/dev-ml/async_unix/async_unix-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" RDEPEND=" |