summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2024-05-23 23:22:33 +0200
committerMaciej Barć <xgqt@gentoo.org>2024-05-24 00:08:06 +0200
commit2ee1e61248295b696ed811bab7ac845e51a25f63 (patch)
treec60138fb51ce12e66e7aba24b73b9a7c9e5f2c5d /sci-mathematics
parentdev-lang/boogie: use edo instead of edob (diff)
downloadgentoo-2ee1e61248295b696ed811bab7ac845e51a25f63.tar.gz
gentoo-2ee1e61248295b696ed811bab7ac845e51a25f63.tar.bz2
gentoo-2ee1e61248295b696ed811bab7ac845e51a25f63.zip
sci-mathematics/coq: use edo instead of edob
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'sci-mathematics')
-rw-r--r--sci-mathematics/coq/coq-8.19.0.ebuild2
-rw-r--r--sci-mathematics/coq/coq-8.19.1.ebuild2
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() {