Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/dose3/
Date: Tue, 03 May 2016 09:14:23
Message-Id: 1462266832.78d116c2a25e2e462302a8916813af5559acaa03.aballier@gentoo
1 commit: 78d116c2a25e2e462302a8916813af5559acaa03
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 1 16:55:04 2016 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Tue May 3 09:13:52 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78d116c2
7
8 dev-ml/dose3: do not enable parmap by default
9
10 Package-Manager: portage-2.2.28
11 Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
12
13 dev-ml/dose3/dose3-4.3.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-ml/dose3/dose3-4.3.ebuild b/dev-ml/dose3/dose3-4.3.ebuild
17 index 4b279d4..b1e79b0 100644
18 --- a/dev-ml/dose3/dose3-4.3.ebuild
19 +++ b/dev-ml/dose3/dose3-4.3.ebuild
20 @@ -14,7 +14,7 @@ SRC_URI="https://gforge.inria.fr/frs/download.php/file/35797/${P}.tar.gz"
21 LICENSE="LGPL-3"
22 SLOT="0/${PV}"
23 KEYWORDS="~amd64"
24 -IUSE="+ocamlopt +parmap zip bzip2 xml curl rpm4 test"
25 +IUSE="+ocamlopt parmap zip bzip2 xml curl rpm4 test"
26
27 RDEPEND="
28 >=dev-lang/ocaml-3.12:=[ocamlopt?]