diff options
author | Sam James <sam@gentoo.org> | 2021-03-13 13:19:51 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-13 14:02:46 +0000 |
commit | 40c1750726b02f2c9035e179a5aea04f8a4ce6cc (patch) | |
tree | ef39916884646faf4aa706b61658bec5ec9e1dbc /dev-ml/ocaml-fileutils | |
parent | dev-ml/textutils: default +ocamlopt (diff) | |
download | gentoo-40c1750726b02f2c9035e179a5aea04f8a4ce6cc.tar.gz gentoo-40c1750726b02f2c9035e179a5aea04f8a4ce6cc.tar.bz2 gentoo-40c1750726b02f2c9035e179a5aea04f8a4ce6cc.zip |
dev-ml/ocaml-fileutils: default +ocamlopt
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml/ocaml-fileutils')
-rw-r--r-- | dev-ml/ocaml-fileutils/ocaml-fileutils-0.6.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ml/ocaml-fileutils/ocaml-fileutils-0.6.2.ebuild b/dev-ml/ocaml-fileutils/ocaml-fileutils-0.6.2.ebuild index 1b299b6fd39d..dee951267def 100644 --- a/dev-ml/ocaml-fileutils/ocaml-fileutils-0.6.2.ebuild +++ b/dev-ml/ocaml-fileutils/ocaml-fileutils-0.6.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -14,7 +14,7 @@ SRC_URI="https://github.com/gildor478/${PN}/releases/download/v${PV}/${DUNE_PKG_ LICENSE="LGPL-2.1-with-linking-exception" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="ocamlopt" +IUSE="+ocamlopt" DEPEND=">=dev-ml/ounit-2.0.0 >=dev-ml/stdlib-shims-0.2.0" |