diff options
author | Alexis Ballier <aballier@gentoo.org> | 2016-05-01 18:55:04 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2016-05-03 11:13:52 +0200 |
commit | 78d116c2a25e2e462302a8916813af5559acaa03 (patch) | |
tree | a45a140c141b8f2eea9ad625503f9329ee6e88c8 /dev-ml | |
parent | net-p2p/mldonkey: fix build with ocaml 4.03 (diff) | |
download | gentoo-78d116c2a25e2e462302a8916813af5559acaa03.tar.gz gentoo-78d116c2a25e2e462302a8916813af5559acaa03.tar.bz2 gentoo-78d116c2a25e2e462302a8916813af5559acaa03.zip |
dev-ml/dose3: do not enable parmap by default
Package-Manager: portage-2.2.28
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/dose3/dose3-4.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/dose3/dose3-4.3.ebuild b/dev-ml/dose3/dose3-4.3.ebuild index 4b279d4fcb3b..b1e79b0606cb 100644 --- a/dev-ml/dose3/dose3-4.3.ebuild +++ b/dev-ml/dose3/dose3-4.3.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://gforge.inria.fr/frs/download.php/file/35797/${P}.tar.gz" LICENSE="LGPL-3" SLOT="0/${PV}" KEYWORDS="~amd64" -IUSE="+ocamlopt +parmap zip bzip2 xml curl rpm4 test" +IUSE="+ocamlopt parmap zip bzip2 xml curl rpm4 test" RDEPEND=" >=dev-lang/ocaml-3.12:=[ocamlopt?] |