diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2021-06-13 20:30:46 +0200 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2021-06-13 20:30:46 +0200 |
commit | 990ec56f7bb07b6468537251ac84058c0c5daa14 (patch) | |
tree | 6edc9f31ef8832aed1242886da22bf1a763a7854 /dev-ml | |
parent | app-metrics/fritzbox_smarthome_exporter: fix metadata.xml (diff) | |
download | gentoo-990ec56f7bb07b6468537251ac84058c0c5daa14.tar.gz gentoo-990ec56f7bb07b6468537251ac84058c0c5daa14.tar.bz2 gentoo-990ec56f7bb07b6468537251ac84058c0c5daa14.zip |
dev-ml/num: ocamlopt shall be passed to ocaml
Closes: https://bugs.gentoo.org/795780
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/num/num-1.4-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/num/num-1.4-r1.ebuild b/dev-ml/num/num-1.4-r1.ebuild index cd7d2f4efd2b..7068b3f2d927 100644 --- a/dev-ml/num/num-1.4-r1.ebuild +++ b/dev-ml/num/num-1.4-r1.ebuild @@ -15,7 +15,7 @@ SLOT="0" KEYWORDS="amd64 arm arm64 ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris" IUSE="+ocamlopt" -RDEPEND="dev-lang/ocaml:=" +RDEPEND="dev-lang/ocaml:=[ocamlopt?]" src_compile() { emake CFLAGS="${CFLAGS}" |