diff options
-rw-r--r-- | sci-mathematics/coq/coq-8.19.0.ebuild | 2 | ||||
-rw-r--r-- | sci-mathematics/coq/coq-8.19.1.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sci-mathematics/coq/coq-8.19.0.ebuild b/sci-mathematics/coq/coq-8.19.0.ebuild index 34fb7a688efa..bd6df0374602 100644 --- a/sci-mathematics/coq/coq-8.19.0.ebuild +++ b/sci-mathematics/coq/coq-8.19.0.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() { 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() { |