diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-03-25 00:05:18 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-03-25 00:05:18 +0300 |
commit | 3a9950e68054e6a39958b01ba869e35e317843ae (patch) | |
tree | 635aa3b57eeb4036b72846b18e276ef4e9350365 /dev-ml/facile | |
parent | dev-ml/ppx_cold: Stabilize 0.15.0 x86, #901519 (diff) | |
download | gentoo-3a9950e68054e6a39958b01ba869e35e317843ae.tar.gz gentoo-3a9950e68054e6a39958b01ba869e35e317843ae.tar.bz2 gentoo-3a9950e68054e6a39958b01ba869e35e317843ae.zip |
dev-ml/facile: Stabilize 1.1.4 x86, #901605
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-ml/facile')
-rw-r--r-- | dev-ml/facile/facile-1.1.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/facile/facile-1.1.4.ebuild b/dev-ml/facile/facile-1.1.4.ebuild index 966106f8d4e7..41a016660704 100644 --- a/dev-ml/facile/facile-1.1.4.ebuild +++ b/dev-ml/facile/facile-1.1.4.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/Emmanuel-PLF/${PN}/releases/download/${PV}/${P}.tbz" LICENSE="LGPL-2.1" SLOT="0/${PV}" -KEYWORDS="amd64 arm64 ~ppc ppc64 ~x86" +KEYWORDS="amd64 arm64 ~ppc ppc64 x86" IUSE="+ocamlopt" RDEPEND=">=dev-lang/ocaml-4:=[ocamlopt?]" |