diff options
author | Matt Turner <mattst88@gentoo.org> | 2020-10-16 11:41:36 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2020-10-16 11:41:36 -0700 |
commit | 115deb4d7b9ba023e7aa5927aeaa350891ec25ce (patch) | |
tree | f0346987535842e59bede073cdf261881f4a27c3 /dev-ml/ppx_sexp_conv | |
parent | dev-python/towncrier: correct DISTUTILS_USE_SETUPTOOLS (diff) | |
download | gentoo-115deb4d7b9ba023e7aa5927aeaa350891ec25ce.tar.gz gentoo-115deb4d7b9ba023e7aa5927aeaa350891ec25ce.tar.bz2 gentoo-115deb4d7b9ba023e7aa5927aeaa350891ec25ce.zip |
dev-ml: Add some ~x86 keywords to resolve breakage
Fixes: 19968c73cf7 ("dev-ml/ppx_assert: Fix deps and compile fail")
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'dev-ml/ppx_sexp_conv')
-rw-r--r-- | dev-ml/ppx_sexp_conv/ppx_sexp_conv-0.14.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/ppx_sexp_conv/ppx_sexp_conv-0.14.1.ebuild b/dev-ml/ppx_sexp_conv/ppx_sexp_conv-0.14.1.ebuild index 4f793b5ea46d..e10f2710fb14 100644 --- a/dev-ml/ppx_sexp_conv/ppx_sexp_conv-0.14.1.ebuild +++ b/dev-ml/ppx_sexp_conv/ppx_sexp_conv-0.14.1.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/janestreet/ppx_sexp_conv/archive/v${PV}.tar.gz -> ${ LICENSE="Apache-2.0" SLOT="0/${PV}" -KEYWORDS="~amd64 ~arm ~arm64" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" IUSE="+ocamlopt" DEPEND=" |