diff options
Diffstat (limited to 'dev-ml/ppx_tools')
-rw-r--r-- | dev-ml/ppx_tools/ppx_tools-5.0.4.03.0.ebuild | 6 | ||||
-rw-r--r-- | dev-ml/ppx_tools/ppx_tools-5.0.4.05.0.ebuild | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/dev-ml/ppx_tools/ppx_tools-5.0.4.03.0.ebuild b/dev-ml/ppx_tools/ppx_tools-5.0.4.03.0.ebuild index 752f91c602a7..b77cef7d6d73 100644 --- a/dev-ml/ppx_tools/ppx_tools-5.0.4.03.0.ebuild +++ b/dev-ml/ppx_tools/ppx_tools-5.0.4.03.0.ebuild @@ -13,9 +13,9 @@ SRC_URI="https://github.com/alainfrisch/ppx_tools/archive/${MY_PV}.tar.gz -> ${P LICENSE="MIT" SLOT="0/${PV}" KEYWORDS="~amd64 ~arm ~arm64 ~ppc" -IUSE="" +IUSE="+ocamlopt" -DEPEND=">=dev-lang/ocaml-4.03.0:=" +DEPEND=">=dev-lang/ocaml-4.03.0:=[ocamlopt?]" RDEPEND="${DEPEND}" S="${WORKDIR}/${PN}-$(replace_version_separator 2 '-')" @@ -24,7 +24,7 @@ src_prepare() { } src_compile() { - emake -j1 + emake -j1 $(usex ocamlopt "" "ARCH=none") } src_install() { diff --git a/dev-ml/ppx_tools/ppx_tools-5.0.4.05.0.ebuild b/dev-ml/ppx_tools/ppx_tools-5.0.4.05.0.ebuild index 4a923db8275d..2ec6b114e829 100644 --- a/dev-ml/ppx_tools/ppx_tools-5.0.4.05.0.ebuild +++ b/dev-ml/ppx_tools/ppx_tools-5.0.4.05.0.ebuild @@ -13,14 +13,14 @@ SRC_URI="https://github.com/alainfrisch/ppx_tools/archive/${MY_PV}.tar.gz -> ${P LICENSE="MIT" SLOT="0/${PV}" KEYWORDS="~amd64 ~arm ~arm64 ~ppc" -IUSE="" +IUSE="+ocamlopt" -DEPEND=">=dev-lang/ocaml-4.05_beta:=" +DEPEND=">=dev-lang/ocaml-4.05_beta:=[ocamlopt?]" RDEPEND="${DEPEND}" S="${WORKDIR}/${PN}-$(replace_version_separator 2 '-')" src_compile() { - emake -j1 + emake -j1 $(usex ocamlopt "" "ARCH=none") } src_install() { |