Gentoo Archives: gentoo-commits

From: Alfredo Tupone <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/async_unix/
Date: Sun, 03 Oct 2021 09:58:14
Message-Id: 1633255036.e43cb6e87ec24df7a3555f0acedb8b694a68ca99.tupone@gentoo
1 commit: e43cb6e87ec24df7a3555f0acedb8b694a68ca99
2 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 3 09:52:48 2021 +0000
4 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 3 09:57:16 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e43cb6e8
7
8 dev-ml/async_unix: src_compile is in dune.eclass
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
12
13 dev-ml/async_unix/async_unix-0.14.0.ebuild | 4 ----
14 1 file changed, 4 deletions(-)
15
16 diff --git a/dev-ml/async_unix/async_unix-0.14.0.ebuild b/dev-ml/async_unix/async_unix-0.14.0.ebuild
17 index 231d23d4ecd..51bdd90f714 100644
18 --- a/dev-ml/async_unix/async_unix-0.14.0.ebuild
19 +++ b/dev-ml/async_unix/async_unix-0.14.0.ebuild
20 @@ -21,7 +21,3 @@ RDEPEND="
21 dev-ml/ppx_jane:=
22 "
23 DEPEND="${RDEPEND}"
24 -
25 -src_compile() {
26 - dune build @install --profile release || die
27 -}