summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2021-10-03 11:55:18 +0200
committerAlfredo Tupone <tupone@gentoo.org>2021-10-03 11:57:40 +0200
commit7a1988e91c97ece7467ad45d3d67ba4a938a01aa (patch)
tree6dcb765feb6af926d6814bd6668df297efcc5d15 /dev-ml/opam-repository
parentdev-ml/opam-format: src_compile is in dune.eclass (diff)
downloadgentoo-7a1988e91c97ece7467ad45d3d67ba4a938a01aa.tar.gz
gentoo-7a1988e91c97ece7467ad45d3d67ba4a938a01aa.tar.bz2
gentoo-7a1988e91c97ece7467ad45d3d67ba4a938a01aa.zip
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@gentoo.org>
Diffstat (limited to 'dev-ml/opam-repository')
-rw-r--r--dev-ml/opam-repository/opam-repository-2.0.8-r1.ebuild4
-rw-r--r--dev-ml/opam-repository/opam-repository-2.0.9.ebuild4
-rw-r--r--dev-ml/opam-repository/opam-repository-2.1.0.ebuild4
3 files changed, 0 insertions, 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 121aaaa299c2..aab9a3c1727e 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 7715c1f74d1a..77365ae1bced 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 2e8d482d270a..b7f297cca04b 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
-}