commit: 7a1988e91c97ece7467ad45d3d67ba4a938a01aa
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 3 09:55:18 2021 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sun Oct 3 09:57:40 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a1988e9
dev-ml/opam-repository: src_compile is in dune.eclass
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
dev-ml/opam-repository/opam-repository-2.0.8-r1.ebuild | 4 ----
dev-ml/opam-repository/opam-repository-2.0.9.ebuild | 4 ----
dev-ml/opam-repository/opam-repository-2.1.0.ebuild | 4 ----
3 files changed, 12 deletions(-)
diff --git a/dev-ml/opam-repository/opam-repository-2.0.8-r1.ebuild
b/dev-ml/opam-repository/opam-repository-2.0.8-r1.ebuild
index 121aaaa299c..aab9a3c1727 100644
--- a/dev-ml/opam-repository/opam-repository-2.0.8-r1.ebuild
+++ b/dev-ml/opam-repository/opam-repository-2.0.8-r1.ebuild
@@ -37,7 +37,3 @@ src_prepare() {
(flags (:standard -warn-error -3-9-33))))
EOF
}
-
-src_compile() {
- dune build @install --profile release || die
-}
diff --git a/dev-ml/opam-repository/opam-repository-2.0.9.ebuild
b/dev-ml/opam-repository/opam-repository-2.0.9.ebuild
index 7715c1f74d1..77365ae1bce 100644
--- a/dev-ml/opam-repository/opam-repository-2.0.9.ebuild
+++ b/dev-ml/opam-repository/opam-repository-2.0.9.ebuild
@@ -37,7 +37,3 @@ src_prepare() {
(flags (:standard -warn-error -3-9-33))))
EOF
}
-
-src_compile() {
- dune build @install --profile release || die
-}
diff --git a/dev-ml/opam-repository/opam-repository-2.1.0.ebuild
b/dev-ml/opam-repository/opam-repository-2.1.0.ebuild
index 2e8d482d270..b7f297cca04 100644
--- a/dev-ml/opam-repository/opam-repository-2.1.0.ebuild
+++ b/dev-ml/opam-repository/opam-repository-2.1.0.ebuild
@@ -37,7 +37,3 @@ src_prepare() {
(flags (:standard -warn-error -3-9-33))))
EOF
}
-
-src_compile() {
- dune build @install --profile release || die
-}