diff options
Diffstat (limited to 'sci-mathematics/coq/coq-8.19.1.ebuild')
-rw-r--r-- | sci-mathematics/coq/coq-8.19.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-mathematics/coq/coq-8.19.1.ebuild b/sci-mathematics/coq/coq-8.19.1.ebuild index 33c2b23fecf7..a4d16f2c2b48 100644 --- a/sci-mathematics/coq/coq-8.19.1.ebuild +++ b/sci-mathematics/coq/coq-8.19.1.ebuild @@ -90,7 +90,7 @@ src_configure() { -native-compiler "$(usex ocamlopt yes no)" ) use debug && myconf+=( -debug ) - edob sh ./configure "${myconf[@]}" + edo sh ./configure "${myconf[@]}" } src_compile() { |